what is the switch to silently install DivXInstaller 7 ?
Cmenu with, it gives /S so I tried and it does not ...
Quote
Nullsoft Installer ®
setup.exe / Option
(All switches MUST be upper case. No double quotes)
Install Options
/D =x:\dirname
Install program to path.
/NCRC
Skip CRC check.
Display Options
/S
Silent mode.
CMenu Options
AutoIt Usage
Au3 create the template script.
Edit any variables at the start of the script, and add shortcuts, that require deletion.
Refer to the CMenu Help Guide. It displays sample highlighted items, to edit.
Compile the script into an exe, and keep it with the install.
Run the compiled exe, to install.
Command line usage
To silently install, use the switch:
Setup.exe / S
setup.exe / Option
(All switches MUST be upper case. No double quotes)
Install Options
/D =x:\dirname
Install program to path.
/NCRC
Skip CRC check.
Display Options
/S
Silent mode.
CMenu Options
AutoIt Usage
Au3 create the template script.
Edit any variables at the start of the script, and add shortcuts, that require deletion.
Refer to the CMenu Help Guide. It displays sample highlighted items, to edit.
Compile the script into an exe, and keep it with the install.
Run the compiled exe, to install.
Command line usage
To silently install, use the switch:
Setup.exe / S
in a batch:
ECHO Installing DIVXINSTALLER REG ADD% KEY% \ 000 / V 1 / D "% systemdrive% \ APPS \ DivXInstaller.exe / S" / f
I also tested with a silent but such svcpack
Thank you
This post has been edited by Alpha_95: 30 April 2009 - 10:29 PM



Help
Back to top









