Jump to content

How to install an .exe, restart and then install other?


brnn

Recommended Posts

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?

Edited by brnn
Link to comment
Share on other sites


You could make a cmd that has REG ADD stuff.

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.

Edited by T D
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...