Oct 30, 2013
07:36 AM
No actually I found my answer in this help topic "http://helpnet.installshield.com/installshield16helplib/HelpLib.htm#IHelpMMOverrideDestination.htm" I just have to override the destination in both the SDK and final installers. Thanks.
... View more
Oct 29, 2013
01:28 PM
Hi; I'm currently evaluating Installshield2013. I have a question on creating merge modules. What I would like to be able to do is create a merge module that can be installed into different folders based on what type of installer it is being added to. :confused: What I mean by type of installer is : whether it is a full installer or an sdk. :eek: What I would like to do is have the merge module installed to a directory (C:\XXX\yyy\bin) if it is used in a full installer. one to be handed to our customers. And if I add the merge module to an sdk, have it installed to a different directory (C:\workspace\sourcecode\output\bin). How would you do this with installshield? Thanks Shawn
... View more
- Tags:
- merge module
- sdk
Labels
Oct 05, 2011
01:24 PM
Hi; I'm in the process of evaluating InstallAnywhere before i decide whether or not to purchase it for my company. I'm trying to get a handle on how your script/bat file action works. I'm trying to run a piece of bat file code (windows) that configures a DB schema. I get the indeterminate dialog but nothing seems to happen the dialog never goes away and the installer never finishes.. So here is what i did. I added a .sql file and then added a Execute Script action. I then entered the code in the "Script:" box(see below). i checked the "Suspend Install..." and "Show indeterminate dialog" check boxes. i then saved and built the installer. bat file code: @echo on rem The script sets environment variables helpful for PostgreSQL set PATH="$USER_INSTALL_DIR$\PostgreSQL\8.4\bin";%PATH% set PGDATA=$USER_INSTALL_DIR$\PostgreSQL\8.4\data set PGDATABASE=postgres set PGUSER=postgres set PGPORT=5432 set PGLOCALEDIR=%$USER_INSTALL_DIR$%\PostgreSQL\8.4\share\locale echo Creating Database.... createdb -U postgres StonewedgeDB echo Creating Tables.... psql -d StonewedgeDB -U postgres -f StonewedgeDBSchema.SQL
... View more
Labels
Oct 04, 2011
02:54 PM
Hi; I'm new to InstallAnyWhere. Is there a way to make an installer step or the whole installer package be run as an administrator? i know, in windows that i can right click on the install and choose "run as administrator" from the context menu. Is there a flag within InstallAnywhere that i can set that would default the install to admin privilages?
... View more
Labels
Latest posts by TwoGunBerg
Subject | Views | Posted |
---|---|---|
509 | Oct 30, 2013 07:36 AM | |
1918 | Oct 29, 2013 01:28 PM | |
1853 | Oct 05, 2011 01:24 PM | |
1675 | Oct 04, 2011 02:54 PM |
Activity Feed
- Posted Re: how to create a merge module that will be installed in one of two different folders? on InstallShield Forum. Oct 30, 2013 07:36 AM
- Posted how to create a merge module that will be installed in one of two different folders? on InstallShield Forum. Oct 29, 2013 01:28 PM
- Tagged how to create a merge module that will be installed in one of two different folders? on InstallShield Forum. Oct 29, 2013 01:28 PM
- Tagged how to create a merge module that will be installed in one of two different folders? on InstallShield Forum. Oct 29, 2013 01:28 PM
- Posted Running a script does not seem to work and i don't get any debug information in log. on InstallAnywhere Forum. Oct 05, 2011 01:24 PM
- Posted is there a way to make an installer step install as administrator? on InstallAnywhere Forum. Oct 04, 2011 02:54 PM