Help - Search - Members - Calendar
Full Version: How to install an .exe, restart and then install other?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
brnn
I have a setup, which instals an .exe setup, needs to restart and then installs other .exe. How to install it silently? I mean how to restart and then continue the installation?
mazin
Is the restart process controlable by you or by the first setup?
T D
You could make a cmd that has REG ADD stuff.
CODE
start /wait %path%\Applicationsetup.exe /switches /switches
REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce" /v "put wateva u want here" /d "%path%\Applicationsetup2.exe /switches /switches" /f
exit

The %path% can be a variable or an absolute hardpath.
This will only work if you have to manually start the appsetup2 after reboot.
If you mean that you have switches to install it silently but after reboot, the next setup installs not-unattendedly, I can't help you.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.