I tried several ways but the results are poor.
First I tried a setup with the original *.exe, and would so extract the setup.iss
but there was no setup.iss after installing *.exe -R.
Then I tried the option *.exe /a to create an server install point, this works and I get a nice *.msi file. I tried this to silent install but every time after install is ready, my pc is going to reboot
CODE
CLS
@echo off
ECHO.
ECHO Installing TMPGEnc DVD Author 1.6.
ECHO Please wait...
start /wait msiexec /i "%CDROM%\Software\TMPGEnc\TMPGEnc DVD Author 1.6.msi" /qn SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX
EXIT
@echo off
ECHO.
ECHO Installing TMPGEnc DVD Author 1.6.
ECHO Please wait...
start /wait msiexec /i "%CDROM%\Software\TMPGEnc\TMPGEnc DVD Author 1.6.msi" /qn SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX
EXIT
I would like at the sametime give my serial, because TMPGEnc put it not in the register, I've search the hole register but nothing.....
O btw I tried also the switch /QN and that give me same result, a fine reboot after install.