File Bag Clarification
Posted: Mon Nov 16, 2020 3:54 am
I am using InstallAware developer.
I am trying to run a 3rd party installer (with many support files) and I understand I need to use a File Bag.
I have searched the forum for help on this and am still not entirely clear how to use the file bag.
I see examples of in the MSI code to put a : define file bag XX location "c:\location"
And then other reference to run file bag\setup.exe.
I also see references to file bag dialog where you can edit these these commands but I cannot find such a location
in the IDE.
I am unable to find documentation on the details of where to put these command and how to put them - do I edit
the MSI code directly and if so, where do I put the commands. I want to install the 3rd party app before I create and ODBC connection.
When I put the define file bag, is the location where I have the installed files on my c: drive so the build can copy them internally to where they need to go? And then to run them use #variable name#\setup.exe?
Any pointers/detailed examples would be greatly appreciated.
Thank you
I am trying to run a 3rd party installer (with many support files) and I understand I need to use a File Bag.
I have searched the forum for help on this and am still not entirely clear how to use the file bag.
I see examples of in the MSI code to put a : define file bag XX location "c:\location"
And then other reference to run file bag\setup.exe.
I also see references to file bag dialog where you can edit these these commands but I cannot find such a location
in the IDE.
I am unable to find documentation on the details of where to put these command and how to put them - do I edit
the MSI code directly and if so, where do I put the commands. I want to install the 3rd party app before I create and ODBC connection.
When I put the define file bag, is the location where I have the installed files on my c: drive so the build can copy them internally to where they need to go? And then to run them use #variable name#\setup.exe?
Any pointers/detailed examples would be greatly appreciated.
Thank you