View Single Post
Old 10-18-2015, 07:18 PM  
Ascii2
Junior Member
 
Join Date: Jul 2011
Posts: 14
Default FlashFXP 5.2.0 build 3883 Installaton Customization and Installer

I am trying to test a deployment for FlashFXP 5.2.0 build 3883.
I wish to perform an installation always adhering to the following:
  • Never check for newer version
  • Data and Setting should be installed per user (as opposed to global settings and data)
  • Application should not be launched or restarted after installation

I tried running the from its wrapper and directly from the extracted installer's setup. I had examined the application's online help documentation and found some variables to use with the installer. I tried the following command lines, but neither of them resulted in the expected behaviors/settings being preselected:
Code:
FlashFXP52_3883_Setup.exe PERUSER=TRUE RESTARTAPP=FALSE
Code:
FlashFXP5_Setup.exe PERUSER=TRUE RESTARTAPP=FALSE
How should I proceed to install FlashFXP in the manner desired?

Also, can the installer be cached to another location other than "%ALLUSERSPROFILE%\Application Data\"? If so, how?

Last edited by Ascii2; 10-19-2015 at 03:34 PM. Reason: Fixed a path reference
Ascii2 is offline