Enterprise deployment of Flash Builder 4, how?

What sources or tools are available to aid in enterprise deployment of Flash Builder 4?  I need to create a 100% silent, 100% no touch installation and uninstallation.  I'd rather not capture it into a MSI.  I'm finding nothing on how to automate the installer at all.
I'd like some customization along with just how to do the actual install.  For example, being able to NOT install Adobe AIR, Flash Plugin/ActiveX and the accompanying Microsoft VC items or selectively installing them.  In our environment, EVERYTHING is layered - no application installs other vendor installs.  This simplifies managing and updating them.  When a user requests a application, all pre-reqs are installed and the actual app only installs if they all completed.
Thanks,
digital

For the path to your own copy of eclipse, if the link file isn't created automatically in silent mode, you could fix that quickly afterwards by copying the link file (either manually or with a script) from the bundled eclipse dropins folder into your own copy of eclipse.
Regarding silent deployment of volume SNs for FB4 Plug-in, we've been working up some documentation for that. Here's the approach, if anyone needs it.
Phase 1: Package the RIBS subinstaller (STIWrapper) for network deployment
first, install FB4 Plug-in normally (interactively) once locally, to obtain the embedded subinstaller here: C:\Program Files\Adobe\Adobe Flash Builder 4 Plug-in\install.support\AdobeFlashBuilderPluginSTIWrapperWin
that STIWrapper normally gets run automatically and silently by InstallAnywhere. Because it’s in CS Installer format, an enterprise deployment engineer can use Adobe’s regular CS5 Enterprise Deployment tools to configure it for embedding a volume SN.
when configuring the STIWrapper for Enterprise Deployment, the install path needs to go all the way down to the bundled Eclipse folder. For example that will be here by default: <Property name="INSTALLDIR">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse</Property>
docs and downloads for Adobe's Enterprise Deployment tools are available here: http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
Phase 2: Deploying FB4 Plug-in to End Users
Before deploying, it’s important that any previously installed versions of FB4 Plug-in and its STIWrapper have been uninstalled. Generally, the Plug-in uninstaller will uninstall the STIWrapper automatically, but for more robust deployments, the enterprise engineer may want to automate a prerequisite step of uninstalling both FB4 and its STIWrapper.
Next, the silent installers need to be deployed in this order:
install the STIWrapper first, using the CS5 Deployment Toolkit
run the regular InstallAnywhere FB4 Plug-in installer silently.
To run the Plug-in installer silently, you can either use the "FB4_Plugin_Win_Installer.exe -i silent" syntax in your deployment scripts, or else place a new file named installer.properties right next to FB4_Plugin_Win_Installer.exe, in the same VM folder, and include this line in that file:
INSTALLER_UI=silent
Important: in step 2 above you need to run the extracted FB4 Plug-in installer, using the same folder tree format found on the DVD, not the self-extracting ESD archive named FlashBuilder_4_Plugin_LS1.exe.
Alternatively, if you only have the ESD exe named FlashBuilder_4_Plugin_LS1.exe, and don’t have the FB 4.0.1 DVD available, you can obtain the same folder tree by running the plug-in installer interactively on a local machine. Cancel the installation right after it finishes with the part that says “...downloaded files are being extracted.” Locate the full plugin installer tree from your Temp folder, normally here: [yourHomeFolder]\AppData\Local\Temp\Adobe Flash Builder 4 Plugin\
Post this extracted folder (from the DVD or from the Temp folder) to a convenient share on your network and then use it for Step 2 above.
Note that this will only work fully on Win, because InstallAnywhere doesn’t support silent deployments on OS X. You could still use Step 1 on OS X to deploy a Volume SN the same way, but Step 2 would involve running the Plug-in installer interactively on OS X.
If you try out this approach, please let us know how it goes.
Thanks,
-Chris

Similar Messages

  • Adobe Flash Builder 4 - How to start?

    Hello,
    A week ago I decided to try Flex Builder 3, I was following this wiki http://learn.adobe.com/wiki/display/Flex/Getting+Started
    Today, I've seen Flash Builder 4 beta release, could you give me the link of the wiki? How do I  start with Flash Builder? Do I have to study Flex 3 before?
    I have seen some differences, like <s:Application> instead of <mx:Application> ecc ecc, I'm very new Flex developer, I think it is better to start with flash builder 4 (Flex 4) instead of Flex Builder 3 (Flex 3), right?
    Thank for the advice!

    As you are starting at the beginning you may as well start with FB4. When you install FB4 you will find that its start page has links to documentation tutorials and examples through the tour-de-flex. There are some great blogs that continue to offer advice and examples, nothing beats well written examples for learning. If you are on face book there is an Adobe Flex page that is continually giving links to examples and information about e-seminars.
    And of course there is here. So jump on board and have a bit of fun.
    David

  • Import WSDL into Flash Builder 4 (Flex 4)

    Our Flex 3 applications use the File \ Import \ Web Services (WSDL) feature to import a WSDL directly into our source code.
    With Flash Builder 4, how do we import a WSDL directly into our source code?
    Thanks,
    Bruce

    With Flex Builder 3 I used to import Web services directly from my file system, is that possible any more?
    Thanks,
    Philip

  • Does Flex/Flash Builder allow me to do this?

    Hi, I have a scrolling gallery element that I built in Flash and then imported to catalyst as part of my website. (I'm an artist who is self-taught in the realm of web-building and maintain my own site.)  When I add new images, I end up opening my .fxp file in catalyst and then take that flash element back in Flash and add images, and then export the whole thing as a .swf and then update that file for my site.
    Can using flex/flash builder some how stream line my process where I am instead updating data. i.e. adding new images to a database, which then gets pulled in?
    Also I have text fields that require frequent updating, it would be much easier to simply update a document that gets pulled into the final output.
    Mainly I'm confused on the purpose of flex and flash builder, and am just wondering if it is something I should know in a limited way to make things easier.
    Or is there a much easier way to do this all within catalyst without the round-trip to flash? Should this be a "datalist?"
    if you want to see what I'm working with you can visit my site:
    www.timothymcmahon.com
    the gallery component is reached by clicking on either of the two circles on the lower left after entering the main page.
    Thanks, Tim

    Don't use FlashBuilder for making a gallery. Much better to google "Actionscript xml image gallery" there are a ton of solutions out there.

  • My vista computer has crashed on which i have flash builder installed

    my vista computer has crashed on which i have flash builder installed how do i reinstall it on another machine.

    How did you purchase Flash builder? If you have registered your product, your serial number will be listed in your account info.
    You can download or install again on another machine and then use the serial number.
    If you face any activation issues after installation, call Adobe Support (http://helpx.adobe.com/contact/).
    Thanks,
    Preran

  • Flash Builder 4 Enterprise Deployment/Silent Install

    I am attempting to put together a package for Flash Builder 4, to be deployed to developers via SCCM.  Is there a guide on silent deployment with the Volume Licensed FB4 installer?
    I've not been able to find any documentation on doing this, and the methods used for CS4 and other Adobe products don't seem to work with FB4 (unless I'm missing something obvious)

    Anyone know anything about this?  Adobe support has been unhelpful, and the package solution that is used is non-standard - so I can't extract the msi's from the setup file (this is how we handled it with Flex Builder 3).
    The lack of deployment options will make it difficult to distribute at our company.

  • How to Setup Flash Builder ActionScript only project for iPad?

    Hello!
    Can someone give a short guide on how to setup an ActionScript only prject in flash builder such that it can be compiled using adt and deployed to the iPad?
    i created successfully iphone games using FlashIDE and PFI.
    now I'd like to create an iPad app using Flash Builder (ActionScript only). but I fail to load the compiled IPA to the ipad, keep getting different errormessages thus i think something with my projectsetup is wrong

    Yes, in Terminal you type a single line which is made from the path to the adt application, some parameters, and paths to other documents. Here's the full list of things:
    /Location/to/AdobeAIRSDK_2.6/bin/adt
    -package
    -target ipa-test
    -provisioning-profile /Location/to/Provision.mobileprovision
    -storetype pkcs12
    -keystore /Location/to/Certificates.p12
    -storepass password
    NameOfApp.ipa ApplicationDescriptor-app.xml
    -C /Location/to/swf  NameOfApp.swf
    splashscreens
    icons
    That "-C" line is clever, it does a directory change to the folder you give it, so after the -C /location/to/swf part it will then look in that same folder for other documents, and for where to build the IPA file.

  • Deployed Android project using Flash Builder Burrito not working on mobiles

    Hi,
    I have created a simple "Hello World" Application using Flash Builder Burrito SDK. I have tested the result in the emulator it is working great.
    After that i deployed the application using "Export Release Build Option" and entered valid certificate details and created the .apk file. I copied the .apk file into the device and i run the application. Iam unable to run the app. I have tried these in 3 android supported devices and in each of these i am getting different error messages. I have mentioned the device in which i have tested and the error message i got while i tried to install the app (.apk file)
    HTC Desire - "Error while parsing the package of the application"
    Samsung Galaxy Tab - "Error while parsing the package of the application"
    LG Optimus one (LG P500) - "Application not installed"
    I have created a New Mobile Project in the flash SDK and added simple label "HELLO WORLD" in the view section.
    Before deploying i have installed Adobe AIR 2.5 in the device.
    Whether iam missing any of the steps to deploy correctly in the device. If so, please let me know. Also i need to know whether any restrictions are there for applications developed using Flash Burrito Preview Release. (whether by default all android mobile version more than 2.1 will support it?)
    Also when i try to install "Tour De Mobile Flex" apk in LG Optimus, it is saying "Device not supported" message.
    How do i overcome these problems to run the apk file without any problems.
    If you need any other detail please let me know, i will explain it in detail.
    Thanks in Advance,
    Srinivasan.C

    Ok, this is an old post but i still needed a couple of hours to find a solution, so here we go:
    - Most likely you have TWO executable build targets in your project (two mxml that you can launch). If so, go to the Project settings > Flex Applications and remove the one you don't need so you only have one.
    - My case was a bit complex though - i was using an ANE and Coldfucion server. In this case change the Output folder in the Project Properties > Flex Server > Output folder to something like "temp" instead of "C:..." generated by Flex Builder. The Android device gets confused by a "C:" reference but still can understand a local "temp" folder
    I hope i have saved your day

  • How to migrate a flex app from Flex Builder 3 to Flash Builder 4.7

    Hello,
    I have written an extensive application using Flex Builder 3. I have maintained the app for several years using FB3. In the mean time I have created several mobile apps using Flash Builder 4.7. So I am very familiar with the the new framework. However, my client has requested some big changes to the app. I figured this would be a great opportunity to migrate the app to FB4.7. I would like to keep the mx structure for the time being. So, are there any good documents concerning this migration path? What SDK should I use. Should I start using the Apache Flex SDK?
    Thanks,
    --randu

    Hello Raja,
    Thanks. Your reply has been very helpful.
    For deploying the Flex app, as a web on NW 04S, I did the following:
    - Created a web project and included the following files as web-content. These files were created using the Flex builder or in the Flex development perspective of NWDI - CE, you can find them in the "bin" folder of your Flex project.
       - AC_OETags.js
       - your-app.html
       - your-app.swf
       - history.htm
       - history.js
       - history.swf
       - playerProductInstall.swf
       - crossdomain.xml - This file is important, if our Flex app wants data from the server.
        ( I made the simplest possible crossdomain.xml containing
           <allow-access-from domain="*" secure = "false"/>
      -  Declare "your-app.htm" as the welcome file in web.xml
      -  Package, this .war after building this web project in an Enterprise application project and build it.
      Now, you have the .ear made, which is deployable on your NW Web AS.
    Apart from this, another thing which is important to be included in your Flex mxml code is the following:
    ( Thanks to Abesh for this........ )
    - You have to tell the Flex app, in the action script, as to from where should the Flash engine pick the crossdomain.xml ( in case you are accessing the server for data from your app)
    You might have noticed, we packaged the crossdomain.xml along with our other web content in the .war.
    So mention, something like this in your action script.
    Security.loadPolicyFile("http://<hostname>:<http-port>/<context-root fo your web app>/crossdomain.xml");
    The code will work like a charm.
    Hope this helps everyone.
    Thanks guys.
    Best Regards, Gagan.

  • Adobe Flash Builder pureMVC_As3 2.0.4 login works in Flash Builder when developing and testing but does not when deployed.

    I have Adobe Flash Builder 4.7 with air 15. I am using as3 PureMVC swc. The application works and logins to my server during development and testing. But the issue comes when I deploy the application in IOS 8. The login does not work. Can anyone help. Thanks in advance.

    Just as an add on note.  What we can't determine is when the SWF file is run either in a a flash player 9 or with IE
    it does not work. (i.e. no email and variable that is sent back is undefined)  In flash player 10, it warns about some
    security settings.
    but in FLASH CS4 authoring environment, using the test movie, ctrl+enter, it runs like a champ, sends the email, gets
    the variable back.
    The server its being run on is a LAN based IIS server for Intranet use.  So the local PC is connecting to it fine in "Test movie" mode.
    but if you run that swf any other way, its does not work for love nor money!  How do you debug for that!  The asp code was even cut down
    to a simple HELLO WOLD example and that still did not work.  Of course it did work in Test Movie mode!

  • How do I update my Flash Debug Player for Flash Builder 4.6?

    Hey how do I update my copy of Flash Builder 4.6 to the latest flash debug Player?

    Go to flash player downloads and get the latest one for your browser.
    http://www.adobe.com/support/flashplayer/downloads.html

  • How to connect my app interface with the code in flash builder?

    I'm a beginner and learning my way around actionscript,mxml and flash builder.So this may seem foolish but please bear with me,I'm creating a very simple ios app using flash builder,I have created a simple app interface (A background and a custom navigation bar)using photoshop for my app,now the question is how do i import it into flash builder so that i can connect it with the code i have written? or is there another simpler way to create a app interface using other products like fireworks or catalyst?
    In short, I want to know how is an app interface created(wt software) and how is it connected with its code using flash builder.Any help would be greatly appreciated, and tutorials would be swell
    Thanks!

    Can you use stage.width or stage.stageWidth?

  • How to use the Google Android Emulator in Flash Builder on Windows 7?

    I want to try out Flash Builder to create an app, but I cannot find out how to use the Google Android Emulator in Flash Builder. The simulators in Flash Builder work, and the android emulator is installed correctly and can run. I just can't seem to connect them. How do I do that?

    Hi Pahup,
    Thank you for your reply!!
    I adapted an Android App using Flash CC on a Mac. I already published this App for the Apple App Store. When I published the App for Android I chose Air 3.7.xxx for Android. I also created the p12 certificate using Flash CC in the publishing settigns for Android. So my App is theoretically finished and ready for Upload.
    When I went to the Google Play Store Developer Console I had the options to
    1.) Upload APK
    or
    2.) Prepare Store Entry
    ...so I prepared the Store entry first. When I go to "APK"-Tab in the console it looks like this:
    ... it says "Upload APK" and the Button below "Get Licence Key". When I click on the license Key Button it looks like this:
    So I think I should enter this RSA-Key somehow into my App BEFORE uploading it to the Google Play Store. This is recommended when an Ap is set to be paid. My Application is set to paid.
    I did not use any kind of licensing API (until now - cause I don´t know how and what it is for)
    This is all new to me. It is the first App I want to bringt to the Android market. I really hoped it would be as easy as getting an app into the Apple App Store. I found so many step by step instructions for dummies on "How to get an Flash iOS App into the App Store plus creating all the certificates needed", so I thought it would be the same for Android. But there is no help at all at the moment. I am totally confused.
    So any help, hint or instrusction would be great!!
    By the way - this is the App I want to get into the Google Play Store

  • How do I move a video project from Encore to AIR via Flash Builder?

    I've got a rather complex video project with lots of submenus (that works as a DVD - so it is "debugged") that I need to be able to export from Encore into an app to upload on the iTunes store and Android Market. So far, I've managed to export the project via Encore's Flash output and test the results using a web browser (it works). Everything got saved in a new folder structure with an index.html file pointing to the flashdvd.swf file pointing to the AuthoredContent.xml file that actually holds all the information on the file structure (there are 99 files in the Sources subfolder) and uses the default generated Theme.xml file.
    What I need to do is to somehow import all this into Flash Builder as a project so it can become the source for the various "app" platforms. My questions are:
    1. I've got Flash Builder 4.5 - do I need to upgrade to 4.7 in order to import the project or can this be done in 4.5?
    2. Is there some intermediate step that I'm missing?
    3. Will Flash Builder be able to repackage all these files into the file specs required by each target platform (I'm assuming it will - is that a valid assumption)?
    And moving downstream a bit...
    4. Since this is a video based project with over 200 megabytes of F4V content, how will the content arrive on the end user device? Will it have to be  streamed or can it be downloaded? - this is a big issue should the app become popular and we be forced to maintain a streaming server somewhere. What about server sizing in such an event? For example: is there a way to estimate how much bandwidth is required per 1,000 instances?

    Oh, no i think i clicked Solved but it's not at all solved and i don'tt see a way to reverse it and clicked unsolved.
    I'v tried reading the Manuals but still don't see the solution. 
    I think I've misworded my question.  Perhaps i shall have to start a new question.
    What i want to know is very basic.
    How do i take a video i see on either youTube or another side and put it either on my iPod (i guess via iTunes) or put it into a document or an email??
    Do i copy some link?  Copy what exactly?  Do i click and drag something?
    I think if i knew how to get a video to iTunes I could be able to sync it. 
    But i don't know the first thing, how to get a video onto iTunes, or email, or a document.
    Thank you both.

  • How can I overlay AIR 3.5 SDK in Flash Builder 4.7?

    I'm trying to overlay the new Air 3.5 sdk in Flash Builder 4.7 but the option to use specifed sdk is unavailable in the project preferences. What is the solution here?

    Hi,
    Can you please let me know whether you have overlaid it on Win/Mac?
    When you have created the mobile project what does app.xml show? for example if you have 3.5 overlaid you should be able to see something like this in app.xml
    <application xmlns="http://ns.adobe.com/air/application/3.5">
    For overlaying AIR 3.5 SDK on Flex SDK 4.6 locally following the instructions mentioned in the below url and then create a Flex Mobile project using that SDK.
    Overlay help document link : http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    Let me know if you need more information.
    Thanks,
    Hari

Maybe you are looking for

  • Macbook Pro won't boot up - i have tried a few steps and still no luck

    I have MCP late 2011 - running the latest Mountain Lion.  I just had it at the apple store a few weeks ago for a routine checkup.  Everything was fine. I was using it last night and it locked up.  I did a hard restart, got the startup chime, then the

  • Missing PDF plug in when opening a page in Safari

    Hello. I am trying to open a webpage in Safari that contains an embedded PDF. I do get a message saying "missing PDF plug-in", but I already have Adobe Acrobat X (Upgraded Version) on the MBP. I have already set the PDF's to open with Acrobat X. Any

  • Infotype 9  ( Bank Details ) - Payment method

    Hi, Can someone tell me how the payment method in infotype 9 is driven ?  I mean is it driven by payment date or by the begin of the pay period ? Can we specify in SAP, how to consider or is it a default in SAP. Thanks, Sesha.

  • Grant write on directory, fail!!

    Hello, I am executing the follow statement: "grant write on directory my_directory to public" on Oracle 8i and do not obtain. When I obtain to grant the privilege READ but tthe no WRITE!! Why I do not obtain grantee the privilege WRITE to PUBLIC on O

  • Dump Core on Service Timeout

    Hello, is there a way to configure Tuxedo such that it dumps a core on a service timeout? Once in a blue moon we experienc a service timeout on a large production system. Unfortunately we would need to turn on a massive amount of logging to determine