Oct 27, 2010
08:49 AM
We use Microsoft's Visual SourceSafe to share the same .rul script files across different projects and ensure they are all using the same version. HTH
... View more
Oct 26, 2010
09:30 AM
I don't know about SVN, but in Microsoft Visual SourceSafe we only add the .ism, .rul, and .sql files to source control and it works fine. The Source Control menu options are also grayed out for me - I just use the Microsoft Visual SourceSafe interface to checkout/checkin files. I think those other files you mentioned are dynamically generated/overwritten every time you build the project. HTH
... View more
Oct 19, 2010
02:14 PM
I don't have that document but you can edit the dialog source through the InstallScript pane in your project. Select "Dialog Source" from the left dropdown and "SdRegisterUser" from the right dropdown and it will insert the code for that dialog in your project. You can then change both instances of this line: EnableWindow( hwndNext, StrLengthChars( svName ) && StrLengthChars( svCompany ) ); to EnableWindow( hwndNext, StrLengthChars( svName ) ); so it won't check svCompany anymore. HTH
... View more
Oct 11, 2010
08:40 AM
You may see this message if your project is checked into Microsoft SourceSafe (or a similar source control program). Other than that, I don't know what would cause that message to display in the title bar. HTH
... View more
Sep 16, 2010
11:58 AM
Vijay, The settings in the InstallShield IDE that work for me are: for the Application Pool: - .NET Framework Version: v4.0 for the Web Site: - ASP.NET Version: 4.0.30319 for the Web Application: - ASP.NET Version: 4.0.30319 HTH
... View more
Sep 08, 2010
03:29 PM
If you open the SQLServerSelectLoginDlg.rul file in that folder, you should see the function definition for SQLServerSelectLogin2 HTH
... View more
Sep 08, 2010
01:59 PM
The SQL dialogs source folder should be something similar to this: C:\Program Files\InstallShield\2010\Script\Isrt\src Good luck and don't forget to make backup copies!
... View more
Jun 03, 2010
10:28 AM
austin2359 wrote: This is not really urgent, because I can continue to pack functions in setup.rul and only use them in particular projects, but I don't understand the point of being able to create a new rul if declaring and defining a function there doesn't work. This help file is mainly for creating custom dialogs but step 3 is what you will need to use when creating any custom .rul files. http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=installshield12helplib-DialogsImplementStandardhtm3&sliceId=&docTypeID=DT_MACROVISIONHELPNET_1_1&dialogID=88587753&stateId=0%200%2088583594 hope this helps!
... View more
May 11, 2010
02:02 PM
We do something similar using the following code. It may work for you as well: HWND hWndSrvMgr; // stop status tray program hWndSrvMg = FindWindow( "", "Window_Caption/Title" ); if hWndSrvMg != NULL then PostMessage( hWndSrvMg, WM_CLOSE, 0, 0 ); // send message to close the program Delay(1); // short delay PostMessage( hWndSrvMg, WM_CLOSE, 0, 0 ); // send message again, just in case endif; Hope this helps.
... View more
Jan 27, 2010
02:29 PM
An FYI for anyone looking to certify their software via the Microsoft "Works with SQL Server 2008 Test": it is required that xp_cmdshell be turned off.
... View more
Jan 22, 2010
11:49 AM
setup.exe /verbose"c:\filename.wil" works for me. When you use the ".wil" file extension you can open it via Tools->MSI Log Analyzer.
... View more
Jan 15, 2010
03:30 PM
#1 "If I may as a customer be critical without sounding too much like a butthole". too much now #2 I tried VS built-in install project once. Per their syntax, had to create a separate .dll project just to collect SQL connection information to modify app.configs. Separate .dll project for each user-input screen? Overkill! #3 Not all installers can be simple. That's where InstallScript comes in to play! #4 Again, if you keep getting stuck in those "show stopper problems", give them a call! InstallShield obviously doesn't have the customer base that programming languages like C++, C#, etc do. Not all MSDN articles are top notch but in those cases you can do a quick google search and find answers on thousands of forums like Experts Exchange, developer Fusion, Microsoft Technet, etc, etc. InstallShield does not have that advantage (yes there is installsite.org and maybe others, but not thousands!).
... View more
Jan 13, 2010
05:02 PM
#1 It's Flexera Software. #2 Have you ever tried calling tech support using your maintenance agreement? They are fast, courteous, and knowledgeable. As a new user (just started a few months back) I have learned so much by calling and asking questions that new users have. I also check the forum RSS feed often to read about issues other people are having - and I may have in the future and will already have the answers for! Not everything is intuitive - but it's not like this language is taught in school (where you would have an advantage by learning OOP languages/etc before entering the working world, for example). Since their technical support is top-notch and have helped with every question I have so far, I can confidently say that this product is well worth the price. For time sensitive "show stopper problems", by all means give them a call!
... View more
Dec 21, 2009
09:35 AM
Possibly search for this registry key? "SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{082BDF7B-4810-4599-BF0D-E3AC44EC8524}" or leave out the Wow6432Node if looking on a 32bit system.
... View more
Nov 09, 2009
01:25 PM
If you're trying to modify an app.config file, have you tried XML file changes instead?
... View more
- « Previous
- Next »
Latest posts by ch_eng
Subject | Views | Posted |
---|---|---|
1515 | May 07, 2019 08:48 AM | |
771 | Feb 28, 2018 12:33 PM | |
830 | Nov 16, 2017 09:57 AM | |
896 | Oct 02, 2017 11:53 AM | |
896 | Oct 02, 2017 10:30 AM | |
1207 | Sep 19, 2017 09:52 AM | |
2642 | Sep 18, 2017 10:46 AM | |
578 | Sep 18, 2017 09:40 AM | |
370 | Apr 18, 2016 09:01 AM | |
604 | Mar 10, 2016 09:31 AM |
Activity Feed
- Posted Re: UseDLL to load 64bit dll on InstallShield Forum. May 07, 2019 08:48 AM
- Posted Re: How to use Date Property in InstallScript on InstallShield Forum. Feb 28, 2018 12:33 PM
- Posted Re: Change font color in the install dialogue boxes on InstallShield Forum. Nov 16, 2017 09:57 AM
- Posted Re: How to link to the installation media on InstallShield Forum. Oct 02, 2017 11:53 AM
- Posted Re: How to link to the installation media on InstallShield Forum. Oct 02, 2017 10:30 AM
- Posted Re: How to create a random password using install script on InstallShield Forum. Sep 19, 2017 09:52 AM
- Posted Re: MsiGetProperty and MsiSetProperty help on InstallShield Forum. Sep 18, 2017 10:46 AM
- Posted Re: Install Windows Service with dynamic name (name taken from dialog box during install) on InstallShield Forum. Sep 18, 2017 09:40 AM
- Posted Re: Text File Replace and a Read Only File... on InstallShield Forum. Apr 18, 2016 09:01 AM
- Posted Re: JS files not getting upgraded which are Dynamically linked using IS2015 on InstallShield Forum. Mar 10, 2016 09:31 AM
- Posted Re: How to Execute Stored Procedure on InstallShield Forum. Feb 05, 2016 03:52 PM
- Posted Re: how to handle & symbol in LaunchAppAndWait on InstallShield Forum. Jan 12, 2016 09:58 AM
- Posted Re: Where can I download SP1 for Install Shield 2015? on InstallShield Forum. Sep 21, 2015 08:18 AM
- Posted Re: How to find a string in Specific Position on InstallShield Forum. Sep 10, 2015 01:04 PM
- Posted Re: Uninstall tasks related question for InstallScript MSI project. on InstallShield Forum. Aug 21, 2015 07:36 AM
- Posted Re: SQL Database Connection Test... on InstallShield Forum. Aug 17, 2015 12:25 PM
- Posted Re: SQL Database Connection Test... on InstallShield Forum. Aug 14, 2015 03:35 PM
- Posted Re: SQL Database Connection Test... on InstallShield Forum. Aug 14, 2015 10:24 AM
- Posted Re: SQL Database Connection Test... on InstallShield Forum. Aug 14, 2015 07:45 AM
- Posted Re: Need help in making installe on InstallShield Forum. May 07, 2015 11:19 AM