Dec 11, 2019
07:38 AM
Hello, Can you describe all the steps to create this Custom Action ? Thank you.
... View more
Dec 03, 2014
07:50 AM
I found that ProductCode can be modified by Orca as "click Summary Information on the View menu" and press "New GUID" , and save. Does anyone know how to change it by some scripts?
... View more
Aug 06, 2014
01:04 AM
Thanks DLee. I will try your approach!
... View more
Oct 01, 2013
01:10 PM
You can either look for another registry entry that contains value data if there is one, or create a custom action that determines if the registry exists and sets a property which can then be used.
... View more
Jul 15, 2013
10:15 AM
As far as I know when registry entry HKLM \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{MY_PRODUCT_CODE}\WindowsInstaller exists and is set to "1", then "UninstallString" entry is ignored and MsiExec.exe /x{MY_PRODUCT_CODE} is used instead. Recommended way to change “Add/Remove Programs” behavior is to set ARPSYSTEMCOMPONENT property to 1 and manually create a set of custom uninstall registry values under your own uninstall key from your msi (for example HKLM \SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ ).
... View more
Jun 10, 2013
06:16 AM
The problem was resolved by taking those VC 2012 x64 redistributables as the merge module.
... View more
May 15, 2013
01:26 PM
When you create a script-defined var in Files and Folders, by default the name is " ". The "<" and ">" are part of the name unless you change it. When you use the string in a path (of a shortcut or component) it would be " \folder". The same syntax is used for registry keys and XML file changes.
... View more
Apr 23, 2013
03:33 AM
I found useful article Q112907 at http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q112907 which describes very well how to include merge module custom actions.
... View more
Nov 25, 2013
06:13 AM
mitchboo wrote: I have installed InstallShield Limited Edition into Visual Studio and was able to figure how to create an installer fine, but now, I need to install a font for my application to work. How do I proceed ? The program help is of no use, I could not even find the topic. Is there a detailed how-to somewhere, or am I hoping too much ? Thanks for any solid pointers and real answers. Alright. I should have read 7 times the post before that was a bit too abstract for me to understand that font installation is automatic for files added to the project. Experimenting showed me the way. Pity it does not seem to be mentioned in the help file ; the feature is great. Thank you.
... View more
Dec 27, 2012
04:54 AM
Thank you for your response! I will study your proposals, but I know that we cannot substitute hard drive as we do not have such flexibility in our build system. Now I managed to resolve this problem by changing .ISM file name to shorter one. Luckily I exceeded path length a little 🙂 Cheers, Georgiy
... View more
Jun 15, 2012
04:24 AM
instead of COMP_NORMAL use INCLUDE_SUBDIR
... View more
Jun 15, 2012
12:56 AM
Yeah that does work too 🙂
... View more
May 14, 2012
12:49 AM
Yes, files might differ per installation hence they we probably provide different installation packages. Here we decided to resolve this problem just by calling .bat file which will copy all necessary file if needed. Thank you for your help and advices. Cheers, Georgiy
... View more
Latest posts by georgiy_senenko
Subject | Views | Posted |
---|---|---|
1024 | Dec 03, 2014 07:50 AM | |
1435 | Dec 03, 2014 07:40 AM | |
1467 | Aug 06, 2014 01:04 AM | |
4330 | Aug 05, 2014 01:41 AM | |
1047 | Oct 01, 2013 01:05 AM | |
2382 | Sep 02, 2013 08:05 AM | |
2195 | Jul 08, 2013 02:37 AM | |
890 | Jun 10, 2013 06:16 AM | |
3341 | Jun 10, 2013 02:11 AM | |
3617 | May 15, 2013 12:51 AM |
Activity Feed
- Posted Re: How to change PackageCode in existing MSI on InstallShield Forum. Dec 03, 2014 07:50 AM
- Posted How to change PackageCode in existing MSI on InstallShield Forum. Dec 03, 2014 07:40 AM
- Posted Re: Change product name shown in the Control panel on InstallShield Forum. Aug 06, 2014 01:04 AM
- Posted Change product name shown in the Control panel on InstallShield Forum. Aug 05, 2014 01:41 AM
- Tagged Change product name shown in the Control panel on InstallShield Forum. Aug 05, 2014 01:41 AM
- Tagged Change product name shown in the Control panel on InstallShield Forum. Aug 05, 2014 01:41 AM
- Posted Re: Installation Requirement for Registry key on InstallShield Forum. Oct 01, 2013 01:05 AM
- Posted Installation Requirement for Registry key on InstallShield Forum. Sep 02, 2013 08:05 AM
- Posted Uninstalling from control panel is in SILENT mode on InstallShield Forum. Jul 08, 2013 02:37 AM
- Posted Re: Add own prerequisites to Basic Msi project on InstallShield Forum. Jun 10, 2013 06:16 AM
- Posted Add own prerequisites to Basic Msi project on InstallShield Forum. Jun 10, 2013 02:11 AM
- Tagged Add own prerequisites to Basic Msi project on InstallShield Forum. Jun 10, 2013 02:11 AM
- Posted Set properties in InstalLScript project on InstallShield Forum. May 15, 2013 12:51 AM
- Tagged Set properties in InstalLScript project on InstallShield Forum. May 15, 2013 12:51 AM
- Tagged Set properties in InstalLScript project on InstallShield Forum. May 15, 2013 12:51 AM
- Posted Re: Call custom actions from merge module on InstallShield Forum. Apr 23, 2013 03:33 AM
- Posted Re: Call custom actions from merge module on InstallShield Forum. Apr 23, 2013 12:08 AM
- Posted Call custom actions from merge module on InstallShield Forum. Apr 22, 2013 06:53 AM
- Tagged Call custom actions from merge module on InstallShield Forum. Apr 22, 2013 06:53 AM
- Tagged Call custom actions from merge module on InstallShield Forum. Apr 22, 2013 06:53 AM