Jump to content

[Solved] Winkit .msi files problems


oguz

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

@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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...