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?