Page 1 of 1

Silent install on %systemdrive%

Posted: Jun 7th, 2009, 5:28 pm
by targa
How can i make a silent install so that the installation installs on %systemdrive%/program files/usb safely remove.... and not on a predefined drive?

Thank you

Posted: Jun 8th, 2009, 7:05 pm
by targa
Anyone please??

Posted: Jun 10th, 2009, 10:10 am
by Igor
targa wrote:Anyone please??
Hello,
please read this article on automated installation of USB Safely Remove: http://safelyremove.com/help/ht_autoInstallation.htm

Posted: Jun 10th, 2009, 5:02 pm
by targa
Thanks.. but that silent install line only allows a silent installation to install on a predefined drive e.g. e:\.......... I need to know how to make a silent install to install on generic %systemdrive%.. eg. if OS is on d drive the executable installs safelyremove on d:.

Posted: Jun 12th, 2009, 4:04 pm
by Igor
targa wrote:Thanks.. but that silent install line only allows a silent installation to install on a predefined drive e.g. e:\.......... I need to know how to make a silent install to install on generic %systemdrive%.. eg. if OS is on d drive the executable installs safelyremove on d:.
It's easy. Just run USB Safely Remove setup file with a one of these parameters: /SILENT or /VERYSILENT

e.g:

Code: Select all

  usbsafelyremovesetup.exe /VERYSILENT
The difference between silent and very silent is: When setup is silent the wizard and the background window are not displayed but the installation progress window is displayed. When a setup is very silent the installation progress window is not displayed.

Posted: Jun 12th, 2009, 6:00 pm
by targa
yes i know that.. but I am talking about usr_setup_cfg.ini and the install directory path.. never mind.. tested the ini file without the dir path and it worked. Thanks anyway.

Posted: Jun 16th, 2009, 11:37 am
by Igor
targa wrote:yes i know that.. but I am talking about usr_setup_cfg.ini and the install directory path.. never mind.. tested the ini file without the dir path and it worked. Thanks anyway.
You are welcome! Yes, you may do not use usr_setup_cfg.ini at all, and the installer will install called with "/SILENT" option will install the program to the default path.