Sep 25, 2009
02:44 AM
Use FindWindow() function
... View more
Jul 27, 2007
08:58 AM
If you create an MSI log file during installation, is there any information about this?
... 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 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 09, 2007
01:23 PM
Please see [thread=171187]this similar thread[/thread].
... View more
Jul 03, 2007
08:25 AM
Could you post a log file? For more information on creating an MSI log file, please reference this article: http://support.installshield.com/kb/view.asp?articleid=Q104807
... View more
Jul 02, 2007
07:58 AM
If this is a custom action, you may want to look at the stickies related to Migrating to InstallShield 12/2008.
... View more
Jun 27, 2007
09:30 AM
If you're working with an InstallScript MSI project, perhaps see if this addresses what you're seeing (it has to do with how the InstallScript engine is loaded and unloaded at run time): http://support.installshield.com/kb/view.asp?articleid=Q112115#ISMSIglobal.
... View more
Jan 21, 2010
04:59 PM
Actually, I've found that registry key to be unreliable for detecting SQL Server. "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90" That key is shared by SQL Server Native Client and other SQL components. The user could have one of the components installed and not the full SQL database, causing your setup to report falsely. Can anyone recommend a more reliable key in the registry?
... View more
Sep 26, 2007
04:52 PM
You can setup it up in the registry. I've attached some screen shots from an IS12 project but there's no difference in IS2008. I'd suggest configuring the DSN on a machine then look at the registry settings indicated in the screen shots to get the actual values to setup in your project. If you're not using SQL Server in the DSN then you can use Process Monitor or RegMon to see what registry entries get created/modified when the DSN is setup.
... View more
Jun 26, 2007
07:40 AM
I added default connection in the script view and the added these 2 lines in the script to display SQL Server list: SQLRTInitialize2(); nResult = SQLBrowse( svServer ); It worked great! Thanks for your reply.
... View more
Latest posts by MiltonNet
Subject | Views | Posted |
---|---|---|
791 | 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 | |
661 | Aug 21, 2007 09:51 AM | |
8337 | Jul 26, 2007 08:13 AM | |
506 | Jul 19, 2007 08:03 AM | |
449 | Jul 17, 2007 02:57 PM | |
7073 | Jul 17, 2007 02:42 PM | |
7167 | 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