How to add additional files into Native Installer?

I have extra text and XML files used as configuration files I'd like to package and install into the application directory with my AIR app.  I'm trying to create a Native Install package in Flash Builder and I can't figure out how to include these extra files that will be installed.  Is there a way to do this in Flash Builder or do I have to use some other method to achieve this?

I have discovered how to get it to work, but I'm not sure what the problem is. I can consistently duplicate it.
If  I manually copy a file into the myapp\src folder, the file does not get  copied to the bin-debug folder and, thus does not get added to the list  of files to include.  I build my app dozens of times. This file NEVER  appears in the file list under the src folder in the Package Explorer  View.  Even if I close Flash Builder and open it again, my added file  NEVER appears in the file list.
Only if I right click  on my project in the Package Explorer View and select Refresh, will the  file appear in the list.  Then and only then, when I go through the  Export process, the file will appear in the list and be included in the  AIR package.
That seems like a bug to me.  Even if you  said it wouldn't detect the file being added while Flash Builder is  open, it should at least check the project folder when I open it and  update the list with any new files.
I'd still like to  know how to get this to work without manually refreshing the project  although admittedly I won't be adding files to the project often.

Similar Messages

  • How to add PDF files into a slides? (Flash 8)

    I am new to flash and I am using Macromedia Flash 8. My task is simple enough: I need create a Presentation with Screens from PDF files: I have 10-12 PDF files which I want convert into flash presentation.
    I have read this tutorial:
    http://w3.id.tue.nl/fileadmin/id/objects/E-Atelier/Phidgets/Software/Flash/fl8_tutorials.p df
    Chapter 11: Basic Tasks: Create a Presentation with Screens.
    I'm having trouble how to add PDF files into a slides: I want insert a whole pdf file as separate slide, without splitting pdf file into separate elements: pictures, text, etc. I tried import pdf file into Flash, wheen import there is shown prompt how program should process this pdf file(add in stage, library, as keyframes, etc) , not clear which option is correct for my task. What I got is pdf file splitted into multiple images, text, - which is not what I want. I want keep PDF files without changes, preserve original design and formatting, just convert this pdf into flash, so presentation will consist of PDFs organized in correct order, then add navigation buttons and some effects. How to solve this task?

    Just to avoid potential confusion... PDF is an Adobe format, but Flash 8 is/was not.  Flash 8 came out before Adobe bought Macromedia.  Even today, I don't believe anything has been done to accomodate direct integration of PDF content in Flash.

  • How to add additional field into output table for RFIDYYWT(Generic Withholding Tax Reporting)

    Hi Experts,
    How to add additional field into output table VENDORS/WH TAX TYPES AND CODES in RFIDYYWT(Generic Withholding Tax Reporting).
    I have no idea how to start with, please give some advice.
    Thanks!
    Ice

    Dear Ice,
    Use Append structure, see given link:
    https://help.sap.com/saphelp_nw04s/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm
    Regards,
    Abbas.

  • How to add osd file into app-v package - need to have two osd files within one app-v package

    We have app-v 4.6 sp2 I get one app-v existing package which has two OSD files associated.
    It is needed for separate license servers located in different sites. I need to create a new app-v package with new version of this application and want to have similar two OSD files associated with it. How to do it?

    Using Notepad for creating a new copy of an OSD is OK, but requires some thinking:
    Inside the new OSD, the NAME= and/or VERSION= attribute should be modified: you shall not have two applications with the same Name+Version combination
    the name of the new OSD file should be added to .sprj file (similar to the original OSD file name) as this motivates the Sequencer to load both OSDs when opening the package
    inside the OSD in the <MGMT_SHORTCUTLIST> section the name of the shortcut file (.lnk) shopuld be adjusted
    The new OSD won't get added to the MSI (if you are using that) unless you open & save the package in the Sequencer.
    Sorry Dan, but except for super-professionals I'd advise
    Use GridMetric
    Application Virtualization Explorer to add/modify shortcuts (you'd need the Professional Edition for App-V 4)
    or
    If you already have the package with just one OSD: select the 'Modify an existing packge' in the Sequencer, then use the 'Add
    Application' wizard. Quite at the end this will bring you to the 'shortcuts and file type associations' step. In there you can create a new shortcut (resulting in a new OSD). Other wizards make it more difficult (or impossible) to add shortcuts: https://kirxblog.wordpress.com/2011/06/01/app-v-4-6-sp1-the-right-sequencing-wizard/
    Falko
    Twitter
    @kirk_tn   |   Blog
    kirxblog   |   Web
    kirx.org   |   Fireside
    appvbook.com

  • Add .txt files into .zip file

    Hello friends,
    Any buddy knows how to add ".txt" files into ".zip" format through the ABAP code. 
    Thanks in advance.

    Hi Murali,
    You can use the method in the class CL_ABAP_GZIP to zip your file and then download it using GUI_DOWNLOAD.
    data: zip type ref to cl_abap_zip,
          result type xstring.
    create object zip.
    zip->add( name = some_file content = content ).
    result = zip->save( ).
    Also you can check this thread as well.
    How to Download data in Zip folder
    Re: UNZIP file from ABAP
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • How can I add jar files into the namespace in code?

    My friends:
    I need to add jar files into my namespace dynamicly in my code.But the jar files might be repeated, I am not sure.so, i wonder how can I add them into my namespace, ignoring the repeated files?
    This is my code:
    URL[] urlArrayA = new URL[5];
    urlArray[0] = sample1;
    urlArray[1] = sample2;
    URL[] urlArrayB = new URL[5];
    urlArrayB[0] = sample3;
    urlArrayB[1] = sample4;
    URLClassLoader urlClassLoaderA = URLClassLoader.newInstance(urlArrayA);
    URLClassLoader urlClassLoaderB = URLClassLoader.newInstance(urlArrayB);
    how can i visit classes in urlClassLoaderA from classes in urlClassLoaderB?

    could anyone please answer the question for me ? thank you...

  • How to add my class into rt.jar file?

    Hi, everyone!
    I am using WinRAR to extract the package rt.jar and added
    my class file to javax folder. Then I use jar c0vf to create
    a package. After that, I restart my WSAD4.0.2. But it seems
    that WSAD4.0.2 can not be started. (It stops at the welcome
    screen for a long time.)
    Anything wrong I have made? How to resolved the reouble?
    Cheers,
    George Ma

    Thanks!
    Do you know how to add .class file to a project of WSAD4.0.2?
    I use CLASSPATH, but always failed in IDE. But it works in
    command line environment. I want to use some classes in a
    .class file.
    Can you help?
    Cheers,
    George

  • How to migrate certificate for a native installer

    Hello,
    We have a native AIR app that uses some native files, so it needs to be packaged using "adt -package -target native [files...]" command and cannot be created as an AIRI file.
    We include the SWF file, the app description XML and the required native files into the installer, and we also include our code signing certificate into this command line, and everything worked great.
    Recently our code signing certificate expired, and we released an update with a new certificate.
    However on the machines where our application had been installed previously, installation fails with the following error.
    The certificate of the installed app fails to match either the signature or migration signature of the AIR file
    It turns out that AIR framework expects a migration signature for applications that had been installed before and changed certificate.
    The problem is that "adt -migrate" command expects an .AIR file, and fails to migrate a native installer (such as .EXE or .APP).
    How should we migrate a native installer? is there any option in adt to do this?
    Thank you in advance,
    Anatoly

    I know this is an older post, but it helped me find out how to make the migration procedure for native installer. I tried it with self signed certificate created by ADT tool and everything went fine.
    But now, we obtained a commercial AIR signing certificate from Thawte and the process failes in step 3) ADT saying
    'Certificate in PATH_TO_P12 could not be used to sign setup.msi' on Windows.
    On mac, it says that signing native installer on OSX is not supported, so I skipped the signing option in step 3) and it worked fine.
    I can skip the signing option on Windows as well and the process succeeds, but running the installer on machines with previous versions of application results in "Installer mis-configured' error message - the same error as if the migration process was not applied.
    I already contacted Thawte if it is a certificate issue, reply from them was 'AIR certificate can only sign .air applications'. But when I build a native application directly from FlashBuilder and sign it with the Thawte certificate the whole process seem to succeed. The application can be installed on machines without previous version of the application. Those who already have the older version get the 'Installer mis-configured' error message.
    I want to mark out again, that the same process but with a self signed certificate created with ADT, is successfull and the application can be installer as an update on machines with older version of the app. So I assume the workflow is correct.
    Any ideas? Or somebody having the same issue?
    Thanks

  • How to add additional lines to the Order Form template?

    I purchased and installed Acrobat Pro 9 because of its ability to create forms and found the Order Form template is just perfect for what I need, why reinvent the wheel, right?   Except I found I can't figure out how to add additional object that duplicate what is already there.  I highlighted an entire row and tried to just copy and paste but the past function put the copied objects at the bottom of the form in what looks like a group, all out of order.  I tried looking in the online help for a possible key combination that would inset an additional row of objects but couldn't find any.
    Also the form doesn't move down and create a new page keeping all the other elements in line, it moves to the bottom of the current page and stops.   Thought the template was based on a table so I was going to insert additional rows thinking once it reached the bottom of the current page it would automatically break to a new page and continue, but it's not a table.  So my question is, how can I add duplicate object that match the Order Form templates Item, Description, etc. objects?  I've come to realize learning to use this product is not going to be as simple a proposition as I was lead to believe.  O well, live and learn!
    If someone can point me in the right direction, any help is greatly appreciated.
    Tony Rodriguez

    Thanks, Barney! It's even easier than the solution I came to: copying and pasting into the field. 

  • How to add js files to sharepoint page using sharepoint designer

    how to add js files to sharepoint page using sharepoint designer

    Upload the files to your site collection into the site assets library or into the style library, depending on perference.
    Then you can include the JS files either in the master page, page tempalte or using web parts.

  • How to add a system into Solution Manager directory.

    Hi!
    Can anybody tell me how to add a system into Solution Manager directory before generating license key for ECC installation .
    Also,
    How to connect the XI in same box with SolMan and ECC in defferent server to SolMan 3.2 .
    I am going to install SolMan and than XI in and box and after that ECC in a seperate box.
    AM I right?
    regards,
    Pratip Bhattacharyya

    Hi Bratip Bhattacharyya,
    SolMan 3.2 needs SLD only for automatic data gathering of the sap landscape; you can choose between SLD and LIS in transaction SMSY_SETUP (which simply uses the TMS-domain controllers for information gathering).
    XI needs SLD, but XI needs also a netweaver04 (s) system (Abap WAS 6.40). SolMan 3.2 isn't a netweaver04 system (Abap WAS 6.20). So you have to install XI as an own central instance (Abap + Java) on the same windows server, if you like. In this case you have to install for XI an own SLD. Different SLDs can create bridges between themselves. Please look at the SLD configuration guide (quicklink /netweaver -> installation guides).
    But don't ask me how to install two sap systems on one server on windows (on Linux it's easy I have done so); basically it will have an own SID and own "service" numbers (which means own tcp port numbers).
    If you can't dedicate to XI an own server, it's only a question of hardware sizing. For the different combinations of netweaver components you should study the master guide for netweawer.
    Bye
    Message was edited by: Riccardo Escher

  • How to include .js file into validater-rules.xml

    iam doing project using struts.
    i have .js file for client side validation.how to include .js file into struts validate-rules.xml so that i can use those validation in my project.
    without writing any class.
    is there any way

    copy + paste from my book...............
    Enabling Client-Side Validations
    In addition to providing a framework for simplifying server-side form data validations, Validator provides an easy-to-use mechanism for performing client-side validations. Each validation routine defined in the validator-rules.xml file optionally specifies JavaScript code that can be run in the browser (client side) to perform the same validations that take place on the server side. When run on the client side, the validations will not allow the form to be submitted until they have all passed.
    To enable client-side validation, you have to place the HTML Tag Library's javascript tag in each JSP for which you want validation performed, as shown here:
    <html:javascript formName="logonForm"/>
    The javascript tag requires that you use the formName attribute to specify the name of a <form> definition from the validation.xml file, as shown here, for which you want validations performed:
    <form name="logonForm">
    <field property="username" depends="required">
    <arg0 key="prompt.username"/>
    </field>
    <field property="password" depends="required">
    <arg0 key="prompt.password"/>
    </field>
    </form>
    All the validations that you have specified for the <form> definition to run on the server side will be run on the client side.

  • How to change music in uc320?how to upload mp3 file into uc320?

    Dear all,
    how to change music in uc320?only one music in uc320?
    how to upload mp3 file into uc320?
    Thanks
    John

    I am evaluating the UC320 for a phone system replacement for our 100 locations.
    Allowing us to add an MP3 file to replace the current one would be a HUGE cost savings.
    This will help us cut cost when compared to the old system.
    Currently we are spending $180 on an external mp3 player for an mp3 that’s 3MB in size.
    If this system works out we are then going to recommend it to our 1800 franchisees.

  • How to add wsdl file in development environment

    Hi, I am using visual studio 2008. I am trying to add wsdl file into my web application. I have downloaded the wsdl file from CRM on demand and stored it in one folder "oraclewebservice" in C drive. i am trying to add it through "add web reference" in VS2008. I have defined the path as c:/oraclewebservices/account.wsdl but i am getting error as "The document at the url file:///C:/oraclewebservice/account.wsdl was not recognized as a known document type." i have stored the wsdl file in c drive with .wsdl extension. How can i incorporate wsdl file into my VS development environment.
    Please help me to start webservices using visual studio. I am new in webservices so please explain in detail. I would be very thankful for any sugession.

    I just had the same issue. I'm new to Visual Studio C# and CRM OnDemand development, so I wasted a bit of time on this. In my case I downloaded the WSDL file with Internet Explorer, Firefox didn't work so great. I then went back to Visual Studio, clicked Add Web Reference and pasted the file location (I.e. file:///D:/Microsoft/Visual%20Studio%202008/Projects/LoginHistory/Web%20References/Loginhistory/Loginhistory.wsdl ). Worked like a charm.
    Bill

  • How to add duplicate songs into iTunes?

    Contrary to what many people want to do, I wish to add duplicate files into my iTunes library. I am in the middle of adding a new set including the B-side songs that were originally left out of the release of an album.
    All of the songs are already in the library (including the B-sides, imported individually), however I wish to import the copies I have purposely made. I don't want to create a new playlist or anything like that.
    As I understand, with iTunes 7, it does not import duplicate songs (or what iTunes thinks are duplicates - they are recorded from a different source; vinyl, not CD). It does not even give me a warning or anything at all, it just does nothing when I select the folder or individual files.
    How can I force-add dupes into iTunes on Windows? As I understand, on Mac you can add dupes by holding down the option key.

    Hi, William.
    Do the two different files have the same name?
    If so, could you use Windows Explorer to rename the file itself so that, for example, if one is 07 The Reckoning.m4a the other is 07 The Reckoning Vinyl.m4a.
    You should be able to add the renamed file to your iTunes Library - with or without then changing any of the tag information that iTunes itself displays.

Maybe you are looking for

  • PDF attachments in Mail not showing up in Outlook

    I am using the Mail client on Snow Leopard to send a message with a pdf attachment. This attachment is not visible to recipients using Outlook 2010. Why? Windows Friendly Attachments setting is on. The PDF file was created by printing from Pages.

  • Cannot install drivers prope

    I recently bought a second hand SB 5. li've! Digital off someone, whenever i download and run the install i recieve the message that it cannot find my sound card. I however was able to install a driver which comes with windows XP which has worked, bu

  • Firefox allows random adds to run on my phone in the background.

    Maybe it's the upgrade I installed a few days ago, but now Firefox is allowing random adds to play in the background on my Android phone, and I can't stop them. The particular add that's been flaying is a commercial for Verison Wireless. I recall hav

  • I::001 Only available with the RFC library from 4.0C onwa

    Hello all! I'm using SAP .NET Connector for integration between .NET application and SAP System. When I try to work with standard document bapi methods like  BAPI_DOCUMENT_CHECKIN or BAPI_DOCUMENT_CHECKOUTVIEW, I get an error in out RETURN parameter

  • WCS 7.0.240.0 data export to Prime 1.2.1.012 ... HELP!!

    Hello Fellow Engineers, I'm trying to migrate old data from WCS 7.0 to Prime 1.2 ... I have already created the zip file from WCS and imported it into the defaultRepo on Prime.  I see it in the directory when I do a show repository defaultRepo so I h