Aug 27, 2009
02:14 PM
When you create Release, select media type as Web and then downloader option.
... View more
Aug 21, 2009
09:15 AM
Thanks for the reply Chandan. How to get handle of StatusEX dialog window?
... View more
Aug 20, 2009
03:16 PM
Try sending message using INSTALLMESSAGE_ACTIONSTART. For example: hActionRec = MsiCreateRecord(3); MsiRecordSetString( hActionRec, 2, "Hello on second line"); nResult = MsiProcessMessage(ISMSI_HANDLE, INSTALLMESSAGE_ACTIONSTART, hActionRec);
... View more
Aug 20, 2009
03:04 PM
I've been strugling with this for long. I want to disable cancel button during deferred custom action (which launch external application). I tried different ways like Disable(CANCELBUTTON), StatusDlg.EnableWindow() as well as custom action to disable the cancel butting but nothing worked. I am using Installshield 2008. Is there a way to do achieve this? Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2008
Aug 21, 2007
09:51 AM
You can create a new component. Put condition on this component. And the associate this commonent with your shortcut. The shortcut will be created only if this component is installed.
... View more
Jul 26, 2007
08:13 AM
I am working with InstallshieldMSI project. I added a sub folder under Files and Folders view. The purpose of this folder is to create sql database files ( .mdf and .ldf ) during the installation. I set the permission on this folder to full control for everyone. When I run the setup on my development machine, the this sub folder is create with full access. But on Target machine, it is created as Readonly. When I checked the permissions on this folder on the target machine, it had full access to everyone. What am I doing wrong? Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2008
Jul 19, 2007
08:03 AM
Thanks for the reply. Actually I am working with InstallshieldMSI project. And I figured out how to create shorcuts using installscript. I used AddFolderIcon() function do the job. 🙂 Thanks
... View more
Jul 17, 2007
02:57 PM
Never mind. I got it working. Since I am using InstallshieldMSI project, I have to use Window Installer property instead of string variables Thanks
... View more
Jul 17, 2007
02:42 PM
Hi, I have InstallScriptMSI project. I have XML files which needs to be updated with SQLServer name ( selected by user at runtime). So I typed a in Content box of XML element in the Advanced tab. Then I did TextSubSetValue( " ", szServerName, TRUE ) in OnBegin event in the installscrtipt. The xml file created by setup during runtime have instead of actual server name. Any ideas?? What I am doing wrong?
... View more
Labels
- Labels:
-
InstallShield 2008
Jul 13, 2007
12:27 PM
I don't want to hard code product name in the shortcut. I tried using [ProductName] but it create a shortcut with [ProductName]. It failed to resolve actual product name? Is there a way to display product name in the short cut?
... View more
Labels
- Labels:
-
InstallShield 2008
Jul 09, 2007
11:39 AM
I have a SQL database file which I want to deploy with my setup program but don't want to copy on the target system. The setup should be able to attach this file from DISK1. What is the predefined variable for DISK1?
... View more
Labels
- Labels:
-
InstallShield 2008
Jul 03, 2007
07:52 AM
Thanks guys for the reply. The property is un Uppercase ( has underscore eg. MY_PROPERTY). I am not accesing the property in the Deffered action. This property is set in my custom action function. This property I use in condition to launch SQL script. But this condition never evaluates to true doesn't matter what the value of property is. The condition is much simple i.e. MY_PROPERTY = 1 I am sure the custom action function sequence is called before the SQL script execution sequence becuase I have put the message box in the the function to test.
... View more
Jun 29, 2007
03:22 PM
I have a entry point function which is associated with Custom actopn executed during install process. This function call MSISetProperty() to set property value. But the problem further in installation process, the value of this property which was set by above function is not seen. What I am doing wrong here?
... View more
Labels
- Labels:
-
InstallShield 2008
Jun 29, 2007
12:00 PM
Hi, I added a VB script file and SQLExpress.exe file in the Support file. But at the time of installation, the temp folder didn't have these 2 files. There were other installsheld files lilk ISSQLSRV.DLL, setup.exe, etc. What I am not doing right here? I am working with InstallsheildMSI project.
... View more
Labels
- Labels:
-
InstallShield 2008
Jun 27, 2007
08:16 AM
I have installssript with entry-point function( called from custom action ) and script event handler. It also have a global variable which get set in the event handler, say OnFirstUIBefore. The same global variable is used in the expression in the entry-point function which is attached to a custom action. This Custom action get executed way after OnFirstUIBefore event occurs. This means, the value of a global variable which get sets in the OnFirstUIBefore should be visble in the custom action. BUT ITS NOT. The global variable return blank. When I check a global variable in OnEnd event handler, it has same value which was set in OnFirstUIBefore. So is this issue with Global variable or its by design. Thanks
... View more
Labels
- Labels:
-
InstallShield 2008
Latest posts by MiltonNet
Subject | Views | Posted |
---|---|---|
792 | Aug 27, 2009 02:14 PM | |
679 | Aug 21, 2009 09:15 AM | |
499 | Aug 20, 2009 03:16 PM | |
1356 | Aug 20, 2009 03:04 PM | |
662 | Aug 21, 2007 09:51 AM | |
8337 | Jul 26, 2007 08:13 AM | |
507 | Jul 19, 2007 08:03 AM | |
449 | Jul 17, 2007 02:57 PM | |
7073 | Jul 17, 2007 02:42 PM | |
7168 | Jul 13, 2007 12:27 PM |
Activity Feed
- Posted Re: InstallShield as a Downloader on InstallShield Forum. Aug 27, 2009 02:14 PM
- Posted Re: Disabling Cancel button - InstallScriptMSI project on InstallShield Forum. Aug 21, 2009 09:15 AM
- Posted Re: How to change the text of the second line of progress bar in SetStatus dialog on InstallShield Forum. Aug 20, 2009 03:16 PM
- Posted Disabling Cancel button - InstallScriptMSI project on InstallShield Forum. Aug 20, 2009 03:04 PM
- Posted Re: Application Shortcut Creation on InstallShield Forum. Aug 21, 2007 09:51 AM
- Posted Folder permissions on Target Machine on InstallShield Forum. Jul 26, 2007 08:13 AM
- Posted Re: How to display ProductName in shotcut? on InstallShield Forum. Jul 19, 2007 08:03 AM
- Posted Re: XML File Changes issue on InstallShield Forum. Jul 17, 2007 02:57 PM
- Posted XML File Changes issue on InstallShield Forum. Jul 17, 2007 02:42 PM
- Posted How to display ProductName in shotcut? on InstallShield Forum. Jul 13, 2007 12:27 PM
- Posted How to reference DISK1 location in installscript? on InstallShield Forum. Jul 09, 2007 11:39 AM
- Posted Re: MSiSetProperty does not set property from custom action install script on InstallShield Forum. Jul 03, 2007 07:52 AM
- Posted MSiSetProperty does not set property from custom action install script on InstallShield Forum. Jun 29, 2007 03:22 PM
- Posted Support files not being added to Temp folder on InstallShield Forum. Jun 29, 2007 12:00 PM
- Posted Global variable issue with entry-point function and script event handler on InstallShield Forum. Jun 27, 2007 08:16 AM
- Posted Re: How to detect SQL Express during installation process? on InstallShield Forum. Jun 26, 2007 02:25 PM
- Posted How to detect SQL Express during installation process? on InstallShield Forum. Jun 26, 2007 10:57 AM
- Posted Re: Listing Network SQLServers on InstallShield Forum. Jun 26, 2007 07:40 AM
- Posted How to create DSN based on user inputs? on InstallShield Forum. Jun 25, 2007 12:39 PM
- Posted Listing Network SQLServers on InstallShield Forum. Jun 22, 2007 11:22 AM