Ctwizzy Posted April 19, 2005 Posted April 19, 2005 For some reason everytime Alcohol installs silently, I get this pop-up about windows shutting itself down.im not 100% sure its Alcohol, but it only ever happens when I install Alcohol.It says this: Shutdown was initiated by NT Authority\System, and shuts down in a minute.%cdrom%\Software\alcohol\setup.msi /QN REBOOT=REALLYSUPPRESSI also have a reg file. I dont understand why its shutting me down tho.Any ideas?
MHz Posted April 19, 2005 Posted April 19, 2005 That is Shutdown.exe calling the shutdown, not Alcohol.Should use:start /wait msiexec /i setup.exe /qn /norestart
Ctwizzy Posted April 21, 2005 Author Posted April 21, 2005 Ok ive tried everything now, this is what im currently using:%cdrom%\Software\Alcohol\1952802\setup.exe /QN /norestartstill shuts down. Its starting to really annoy me now.If anyone else knows how to stop this please let me know.
MHz Posted April 22, 2005 Posted April 22, 2005 Oh, I made a typo. Should be .msi. Use the start /wait.Should be:%cdrom%\Software\Alcohol\1952802\start /wait msiexec /i setup.msi /QN /norestart
Ctwizzy Posted April 22, 2005 Author Posted April 22, 2005 Im using WPI so should I put this:start /wait msiexec.exe /i %cdrom%\Software\Alcohol\1952802\setup.msi /qn /norestart
killr Posted April 24, 2005 Posted April 24, 2005 CODE IS right'scmd1[pn]=['%cdrom%\\Install\\Alcohol120\\setup.msi /qn Reboot=Suppress']cmd2[pn]=['REGEDIT /S %cdrom%\\Install\\Alcohol120\\alcohol.reg']bye
Ctwizzy Posted April 24, 2005 Author Posted April 24, 2005 no matter what I do that code always boots down, ive tried near on 8 ways. So I guess ill try an autoit.
TheeBeets Posted May 8, 2005 Posted May 8, 2005 SuccessYou will find this works ['%systemdrive%\\Install\\Alcohol120%\\setup.msi /quiet Reboot=Suppress']
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now