View Single Post
Old 12-05-2013, 03:44 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default Command line switches for the FlashFXP Installer

Command line switches for the FlashFXP Installer

Code:
/S         Silent install (nothing is shown to the user)
/QUIET     Quiet install (will show extraction and installation progress window)
/REMOVE    Uninstall FlashFXP
/MODIFY    Modify selected components
/REPAIR    Repair FlashFXP installation
/NOSITES   Skip installing the default site list
TARGETDIR=<path to install FlashFXP>
PERUSER=<TRUE/FALSE> (PER USER Settings)
APPDATADIR=<path to user data files> (only valid if PERUSER is FALSE)
RESTARTAPP=<TRUE/FALSE>


Examples

FlashFXP_Setup.exe /QUIET TARGETDIR="C:\Internet\FlashFXP\" /NOSITES /PERUSER=TRUE

This will install FlashFXP without any prompts but you will see a UI progress indicator on the screen and install FlashFXP into C:\Internet\FlashFXP with no default site list and per-user settings.

FlashFXP_Setup.exe /S TARGETDIR="C:\Internet\FlashFXP\" /NOSITES /PERUSER=TRUE

Same as above but this time the entire installation is completely silent.




Last edited by bigstar; 12-05-2013 at 03:49 PM.
bigstar is offline   Reply With Quote