Please make all SWITCH REQUESTS Here in this Section Please
If you have a SWITCH that you would like to Contribute To The Forum
Then Add that > HERE < Please & I shall Add to the Main Post
Code:
setup.exe /passive /nosplash /noeula /clean /noreboot
Code:
call "%CDROM%\WinReducerPI\Nvidia\setup.exe" /passive /nosplash /noeula /clean /noreboot
ngsbuiltfortomorrow wrote:Classic Shell silent switch please
/qn
user221 wrote:Request for:
SQL Anywhere - /S is not working
VLC Player - /S is not working
WinmailOpener - /S is not working
Thanks in Advance n Regards
PremierePRO wrote:Please driver NVIDIA QUADRO and inf INTEL silent installazion
Tanks.
setup.exe /n /s /noeula /nofinish
/s - silent install
/n - no reboot
greenworld wrote:For classic shell; /passive
What are the command line parameters for the installer?
The ClassicShellSetup.exe installer supports many command line parameters:
<no command line> - runs the installer normally
extract32 - extracts the 32-bit MSI
extract64 - extracts the 64-bit MSI
help - shows the command line help
<some msiexec options> - the options are passed to msiexec
* if the options contain %MSI% (all caps) the token is replaced by the name of the extracted MSI file
* if %MSI% is not found, the setup runs "msiexec /i <MSI file> <some msiexec options>"
Examples:
/qn - runs the installer in quiet mode
/x %MSI% /qb - uninstalls the product in basic UI level
/f %MSI% - repairs the product
/l* log.txt - runs the installer and logs the process in the log.txt file
APPLICATIONFOLDER="C:\Programs\Classic Shell" - sets the installation folder
/qn ADDLOCAL=ClassicExplorer - installs only Classic Explorer in quiet mode
/qn ADDLOCAL=ClassicStartMenu - installs only Classic Start Menu in quiet mode
ADDLOCAL=ClassicStartMenu,ClassicIE - installs the Classic Start Menu and Classic IE. Note: there must be no space before ClassicIE
/qb START_MENU_FOLDER=0 - runs in basic mode and skips the creation of a start menu folder
NOSTART=1 - suppresses the automatic launch of the start menu after install
All Classic Shell settings are stored in the registry at HKEY_CURRENT_USER\Software\IvoSoft. So you can back up that key and silently merge it.
Note that changing the registry settings directly while the Start Menu is running isn't supported. So you can right click the Start button -> Exit. Merge a set of exported .REG settings and start the menu again from C:\Program Files\Classic Shell\ClassicStartMenu.exe.
For all users, the Settings subkey is not required. The key is HKLM\SOFTWARE\IvoSoft\ClassicStartMenu
You can also automate this using a batch file:
"C:\Program Files\Classic Shell\ClassicStartMenu.exe" -exit
Regedit /s "<Path to REG file.reg>"
"C:\Program Files\Classic Shell\ClassicStartMenu.exe"