QUOTE
keep the *.MSI and just add /qn REBOOT=REALLYSUPPRESS
This does not work with the retail 1.9.2.1705 at all. It doesn't give any errors either.
I tried it with the .exe and the .msi, same result with both. I've tried various parameters like /s /v"/qn REBOOT=REALLYSUPPRESS" and a couple others, but nothing works. The only switch that works is /qn but then it still reboots after installing.
Also, where in the registry is the serial stored? I searched the registry and did not find my serial anywhere. All I found was the "RegOwner" and "RegCompany" entries, and they are not here:
CODE
[HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info]
"UserName"="Svend Rugaard"
"Company"="N/A"
"SerialNo"="Serial Key here"
(taken from another post on this forum)
"RegOwner" and "RegCompany" are in fact stored here
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\32418F9EE1126B64A90E8365B85CFCF6\InstallProperties]
EDIT: Ok, I been starting at registry entries too long I guess, cause the serial is stored as listed above, along with "UserName" and "Company".
I still need working switches for silent install and no reboot though.