/build/static/layout/Breadcrumb_cap_w.png

Adobe Adobe Flex Builder 2

Version: 2

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.7k  |  Created: 10/26/2007

Average Rating: 0
Adobe Flex Builder 2 has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
120
Note
There are two installers nested within the Flex Builder win installers, so they must be run in series for a silent operation: first the metainstaller, and then the individual installer (either standalone or plugin).

** One easy way to install silently is with a batchfile, as shown in the example below.

Create a properties file for each installer

** For a standalone installation the properties file must be named standalone.properties

** For a plugin installation the properties file must be named plugin.properties

** To run a standalone installation using the batchfile attached, place the file standalone.properties in the same folder with the batchfile and the installer

The simple properties file example:

INSTALLER_UI=silent
USER_INSTALL_DIR=c:$/$fb2

# Player installer choices
INSTALL_FLASH85_OCX=1
INSTALL_NETSCAPE_PLUGIN=1


Sample batch file for silent installation

REM Place this batchfile in the same folder with the PFTW installer.
@echo off
mkdir %TMP%
mkdir %TMP%\installprops

copy standalone.properties %TMP%\installprops\standalone.properties

REM
REM Extract the FB archive - match the exe filename below with the actual installer
FLXB_2.0_Win_WWE.exe /s /f%TMP% /a -i silent


Running the batchfile

** Make sure the batchfile is in the same folder as the FB installer, along with the properties file you created earlier

** Simply double-click the batchfile to run it

** Alternatively, you can open a cmd window to the folder that contains the batchfile, and run it by typing "silent" to invoke it

** Idiosyncrasies:

o The batchfile will appear as if it is complete before the installer is really finished

o You'll know the silent install has really completed when the ColdFusion folder opens at the end.

The switches below are specifically for use with Package from the Web download:

/s tells FB to run silently
/f tells FB where to unpack its archive
/a allows FB to pass arguments to the next installer in the series: the InstallAnywhere metainstaller.

The next set of args are aimed at InstallAnywhere:
-i silent tells InstallAnywhere to run silently, resulting in the default Standalone installation selection in the metainstaler.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Adobe Flex Builder 2

Version

2

Questions & Answers (0)

Questions & Answers related to Adobe Adobe Flex Builder 2

Blogs (0)

Blog posts related to Adobe Adobe Flex Builder 2

Reviews (0)

Reviews related to Adobe Adobe Flex Builder 2

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ