Apr 06, 2011
07:50 AM
I want to also do some custom actions in the installer if SQL fails. Just curious.
... View more
Apr 04, 2011
10:36 AM
Not sure if this is the best way, but I created booleans for each of my features, did a FeatureIsItemSelected BEFORE the feature tree dialog for each of the features, and assigned a boolean value. Then after the feature tree, I checked to see if it was selected. If it is selected, and the boolean was FALSE, then i know that it isn't installed yet, and is selected.
... View more
Apr 04, 2011
10:02 AM
Hi, I'm trying to have installshield/installscript pull a custom dialog on Modify Mode, but I only want the have this dialog called if a specific feature is going to be installed. I tried the FeatureIsItemSelected() function, but this function will fire off the dialog even if the feature is installed already. Is there a way for me to get which features will be installed? Regards, J
... View more
Labels
- Labels:
-
InstallShield 2011
Apr 04, 2011
09:04 AM
Hi, I'm trying to Deploy a SQL database through installshield (installscript project), but I want to have it so that if the database exists already, script A will fail (which happens) but only in this case, call on script B. Is there any way to do this? Regards, J
... View more
Labels
- Labels:
-
InstallShield 2011
Mar 31, 2011
01:03 PM
this basically means no? There is no way to get local ip addresses?
... View more
Mar 31, 2011
10:58 AM
Hi, I want to get the local IP address of the machine the setup is running. Is there an easy way to do this? Regards, J
... View more
Labels
- Labels:
-
InstallShield 2011
Mar 30, 2011
12:07 PM
Hi, I'm having some trouble, I want to get information from the user regarding ip address and port number, but I also want to be able to manipulate some of these values like integers. Is there any way I can convert strings to integers with installscript functions? Regards, J
... View more
Labels
- Labels:
-
InstallShield 2011
Mar 29, 2011
07:59 AM
Hi, I'm making an installer that will deploy a sql database and also initialize a service under the same credentials used for deploying the sql database. From what I understand, this line is what initializes the sql runtime and opens the prompt: Dlg_SQLServer: nResult = OnSQLServerInitialize( nResult ); if( nResult = BACK ) goto Dlg_SdFeatureTree; How can I grab the username, password and connection string? Does anybody know? Regards, J
... View more
Labels
- Labels:
-
InstallShield 2011
Mar 16, 2011
02:25 PM
Hi, I've been using the solution here: http://kb.flexerasoftware.com/doc/Helpnet/InstallShield2011/IIS-TextSub.htm to specify Dynamic username/password for creating an application pool. The problem I'm having is that it works too well - as in setup does not fail when creating an app pool with a non existent domain account. The app pool will show up in IIS manager with the fake account! Has anybody encountered this problem? If so, has anybody solved this problem? Is there any way for me to verify an account when receiving account info in a dialog? Something along the lines of CheckDomainAccount( szUser, szPassword); Thanks in advance, J
... View more
Labels
- Labels:
-
InstallShield 2011
Mar 16, 2011
08:46 AM
I was wondering if I can have the InstallScript Consume a SQL script, rather than import a SQL script. I'm looking for something along the lines of: executeSQLScript(SUPPORTDIR ^ "SQLScript.sql"); Does anybody have an answer for this? The SQL Script view seems to open a script file and import, and if I change the script file on my harddrive, changes are not made to the file. Regards, J
... View more
Mar 16, 2011
08:14 AM
Hi, I was wondering if there was a way to run a SQL script that is in my support files directory, through installscript. I don't want to use the SQL script view because it does not allow for the flexibility that I require. What I want to do is something like this: runSql(SUPPORTDIR ^ "sqlscript.sql"); Is there a function that lets me do something like this? Regards, J
... View more
Labels
- Labels:
-
InstallShield 2011
Mar 15, 2011
04:05 PM
Solved my problem. Forgot hardcoded strings, require an escape character for '\'
... View more
Mar 15, 2011
03:59 PM
Hey everyone, The solution for me was that I needed an escape character. I forgot that I was hard coding a string value for the username and '\' needs an escape character. Regards, J
... View more
Latest posts by instTst
Subject | Views | Posted |
---|---|---|
687 | Apr 06, 2011 07:50 AM | |
561 | Apr 04, 2011 10:36 AM | |
1644 | Apr 04, 2011 10:02 AM | |
1943 | Apr 04, 2011 09:04 AM | |
976 | Mar 31, 2011 01:03 PM | |
3823 | Mar 31, 2011 10:58 AM | |
524 | Mar 30, 2011 12:52 PM | |
1852 | Mar 30, 2011 12:07 PM | |
589 | Mar 30, 2011 12:05 PM | |
2944 | Mar 29, 2011 07:59 AM |
Activity Feed
- Posted I would but... on InstallShield Forum. Apr 06, 2011 07:50 AM
- Posted Problem Solved on InstallShield Forum. Apr 04, 2011 10:36 AM
- Posted How to pull dialogs in maintenance mode? on InstallShield Forum. Apr 04, 2011 10:02 AM
- Posted Running SQL script on fail only on InstallShield Forum. Apr 04, 2011 09:04 AM
- Posted So in other words... on InstallShield Forum. Mar 31, 2011 01:03 PM
- Posted Getting local ip address on InstallShield Forum. Mar 31, 2011 10:58 AM
- Posted Nevermind! on InstallShield Forum. Mar 30, 2011 12:52 PM
- Posted String to Integer conversion? on InstallShield Forum. Mar 30, 2011 12:07 PM
- Posted Worked perfectly on InstallShield Forum. Mar 30, 2011 12:05 PM
- Posted Get SQL variables from OnSQLServerInitialize(); on InstallShield Forum. Mar 29, 2011 07:59 AM
- Posted IIS Dynamic Parameter for Username never fails on InstallShield Forum. Mar 16, 2011 02:25 PM
- Posted Same question on InstallShield Forum. Mar 16, 2011 08:46 AM
- Posted Running SQL Script through installscript on InstallShield Forum. Mar 16, 2011 08:14 AM
- Posted Solved on InstallShield Forum. Mar 15, 2011 04:05 PM
- Posted Nevermind. on InstallShield Forum. Mar 15, 2011 03:59 PM
- Posted Any solutions? on InstallShield Forum. Mar 15, 2011 02:32 PM
- Posted Any solutions? on InstallShield Forum. Mar 15, 2011 01:40 PM
- Posted Deploying a Windows Service on InstallShield Forum. Mar 15, 2011 12:12 PM
- Posted Re: Specify NetworkService account when installing services? on InstallShield Forum. Mar 09, 2011 01:17 PM
- Posted Can you make the username and password properties? on InstallShield Forum. Mar 09, 2011 11:09 AM