Has anyone been able to get NIS to install correctly and suppress the reboot
i have tested it in Virtual PC and it skips on by the install after it quickly displays the Windows Installer window
this is what i am using
REG ADD %KEY% /V TITLE /D "Installing Applications" /f
REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Applications\prepare.cmd" /f
REG ADD %KEY%\002 /VE /D "Microsoft Office 2003" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\Install\Applications\Office2003\SETUPPRO.EXE TRANSFORMS=%systemdrive%\install\Applications\Office2003\Unattended.MST /qb-" /f
REG ADD %KEY%\003 /VE /D "Norton Internet Security 2003" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\Applications\NIS2003\NIS\NIS.MSI /QB REBOOT=ReallySuppress" /f
Any help would be great