![]() |
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:
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=FALSECode:
FlashFXP5_Setup.exe PERUSER=TRUE RESTARTAPP=FALSEAlso, can the installer be cached to another location other than "%ALLUSERSPROFILE%\Application Data\"? If so, how? |
What's the use-case of not wanting to check for updates to run the latest version?
|
Thank you for bringing this to my attention, there does appear to be an issue in the current installer that causes it to ignore the PERUSER=TRUE switch when passed via the command line.
Here's a link to an updated installer to address the issue, we'll update the website with this newer version in the next couple days Download FlashFXP52_3885_Setup.exe In addition, it appears the information in the help file is not correct, For the setup to use these variables via the command line you must use either the /S or /QUIET Code:
FlashFXP5_Setup.exe /QUIET PERUSER=TRUEThe installer does allow the cached folder to be changed via the command line though we have not tested this functionality, and whether or not this is preserved between program updates is not known. Code:
FlashFXP5_Setup.exe /QUIET PERUSER=TRUE OVERRIDECACHE=C:\DATA\CACHE\ |
Quote:
|
Than you bigstar (postt #3) for your comments and solution.
While on the topic of the correctness of the help file, I would guess that the description for the /S switch is incorrect. Part of the current /S switch description is: Code:
Perform a completely silent unintended operation |
LOL.. yes you are correct. I missed that when proofing, thank you. I will correct that.
|
I tested the OVERRIDECACHE installer command line variable on Windows XP Professional with Service Pack 3. The installer installs the installer cache to a new directory it provides, usually named to something in the form {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}. If OVERRIDECACHE is not explicitly specified, the "%ALLUSERSPROFILE%\Application Data" path is used by default for the cache.
If FlashFXP is again installed or a different version is installed (such as an update) the FlashFXP installer cache is located where it was last specified by the installer (implicitly or explicitly); the cache at the location prior to the last install would be gone. EDIT: This is also true regardless as to whether or not NTFS compression is present on the older cache. The OVERRIDECACHE installer command line variable may be used by itself or in combination with other variables or switches. |
By default, if the FlashFXP installer cache is installed onto an NTFS partition, the cache's directories and files are compressed on the filesystem and given a compressed attribute.
Is there a way to forgo the installer cache's compression on an NTFS filesystem? |
you can try passing the following switch to the command line:
Code:
MYAH_COMPRESS_INSTALLER_CACHE=FALSE |
Quote:
|
I looked into this and it appears that the installer script is explicitly setting compressed cache to true and this causes the variable being passed via the CLI to be ignored.
As a work around I will add a simple check for "COMPRESS_INSTALLER_CACHE=FALSE" passed via CLI to turn it off in the next build. |
Quote:
|
|
Quote:
|
| All times are GMT -5. The time now is 02:57 PM. |
Powered by vBulletin® Version 3.8.11 Alpha 3
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)