Jump to content

Featured Replies

Posted

Hi @Lego,

There is a serious problem about .msi files in WinKit v17 :g:

The applications released in "Installer Repack" new topic by @Ricktendo64 give "Shutdown.exe" Error while they are installed, and this causes restart before the system reaches to the desktop.

Thank you.

Edited by oguz

  • Author

Its not win toolkit problem then, I suspect its Microsoft Camera Codec Pack the latest version asks to reboot...to avoid this use

<installer_name>.msi /qn REBOOT=ReallySuppress

or

<installer_name>.msi /qn /norestart

http://msdn.microsof...4(v=vs.85).aspx

Edit: I updated the installers to suppress reboot

Thanks @Rick,

I'll try 'norestart' command. However, I don't think this is the only problem. Although Skype seems to be installed properly, i saw that Skype was not installed in the system.

Ps 1: Is "norestart" command only for camera codec pack? Or is it for other msi packages too? If yes, for which ones?

Ps 2: I saw that camera codec pack was installed without a problem in program add remove before.

There are some problems but I could not solve them. :shifty:

Edited by oguz

I cannot speak about v17 because I had constant errors but v10 added my codec pack with no errors using /qb /norestart

EDIT: Meant v17 not v16

Edited by compstuff

  • Author

@Rick and @compstuff

Repack .msi files (skype, camera codec pack, shockwave player, visual c+ runtimes) are installed Without An Error with WinKit v12.

It is certain that the problem is in WinKit v17 :shifty:

Edited by oguz

  • Author

@Lego,

Thanks for v18

I can't see any fixes of msi files in changelog. Do you plan to fix msi files problems?

Fixed.

EDIT 1:Also if the user (you) don't specify a switch/syntax for msi files the RunOnce will automatically add '/passive /norestart'

EDIT 2: If there is a /forcerestart or /norestart in the specified switch it will change them to '/norestart' and if restart option is not specified then it will auto add /norestart :)

Edited by Legolash2o

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...