Yonderboy
Jul 9 2004, 11:24 AM
What's the solution?
I tried "/s" and also "/qn /Reboot=Suppress", none of them work.
Yonderboy
Jul 11 2004, 02:35 AM
I found a solution, MAZINs method of creating an unattended MSI package, by using WinINSTALL LE 2003.
I checked the option "show basic user interface only"
and deleted the reg entry "Schedule Restart".
The program installs unattended, the only problem I have that the Program Icon does not show up contrary to normal instalation.
Maybe Mazin knows, how to workaround it.
mazin
Jul 11 2004, 03:55 AM
Hi Yonderboy.
Mostly, MSIs with upgrade information need /QR to install and work properly. You may need to read the 4th example of Acrobat Pro for this purpose. It's here:
http://www.msfn.org/board/index.php?showto...ndpost&p=122609In this case, no need to check the box "show basic user interface only...".
Try this idea and let me know if you still get problems.
BTW, the correct switch is Reboot=Suppress without a slash. So, your switch will be:
/QR Reboot=Suppress
You might need to read this, too:
http://www.msfn.org/board/index.php?showto...ndpost&p=122977