I added these two lines to RunOnceEx.cmd to try if it'd work:
CODE
REG ADD %KEY%\010 /VE /D "Dropbox" /f
REG ADD %KEY%\010 /V 1 /D "%cdrom%\Apps\Dropbox.exe /S" /f
REG ADD %KEY%\010 /V 1 /D "%cdrom%\Apps\Dropbox.exe /S" /f
The /S switch makes the install go silent. However, once the installation is complete, the program launches automatically and wants me to answer some questions. How can I suppress those dialog boxes?
Sorry but this is my first attempt to create an unattended install.
