May 06, 2010
10:46 AM
Sorry I was not clear. The steps I have mentioned is the workaround I took for solving my problem. Posting here so that others can also see.
... View more
May 05, 2010
08:11 AM
Well I can't do that because the merge modules come from a framework. Applications who use the framework can override certain files made available by the framework. Hence the requirement, anyways what I have is to install the files (the overridden ones) with "PP_" prefixed to the name. After InstallFiles, I run a custom action which recursively looks for files with PP_ prefix and then renames them to the actual file, renaming the actual file to have a prefix FW_. During uninstall I do the other way. For example MM installs file: test.html App installs file as: PP_test.html CA during install: Renames test.html to FW_test.html and PP_test.html to test.html CA during uninstall: Renames test.html to PP_test.html and FW_test.html to test.html
... View more
Apr 30, 2010
05:39 AM
Hello All, I have a few merge modules, which I need to install in a particular order. The consumer msi then has a requirement wherein it needs to overwrite certain files already installed by one of the merge module. What I am seeing is that the merge modules are not getting installed in the way I have assigned them in the Features. Do to this our msi is installing its files first and then the MM is overwriting it. Any pointers? I am really stuck here. Regards, Manish
... View more
Labels
- Labels:
-
InstallShield 2010
Mar 30, 2010
08:31 AM
This is a neat way to do it. I also had the same requirement and this solved it.
... View more
Mar 23, 2010
01:46 AM
Try creating a SetProperty custom action. It allows you to set the value of a property to another property.
... View more
Mar 23, 2010
01:44 AM
Do the following: 1. Add a Localizable Property Called LocalizedProductName (or whatever your heart desires). 2. Add a SetProperty custom action which the following specs (shown in the jpg below)
... View more
Mar 22, 2010
01:28 PM
The real gotcha you will find though is that if you associate a merge module to [INSTALLDIR] you'll find that the dependency modules won't respect that setting. How do you fix this issue? Anyone.
... View more
Feb 19, 2010
02:02 AM
Thanks. I was able to achieve the localized INSTALLDIR. I followed the following post. Setting INSTALLDIR property
... View more
Feb 19, 2010
02:00 AM
:). I was able to get the [INSTALLDIR] property set at run time using the Set Directory custom actions. Thank you.
... View more
Feb 18, 2010
06:28 AM
Hello InstallShield Developers/Product Managers, Please add this feature. and the feature is that IS should have the capability to pick up the INSTALLDIR from a String table.
... View more
Feb 18, 2010
06:23 AM
I also have the same requirement. Were you able to get it resolved. My requirement is that in my case. [ProgramFilesFolder]CompanyName\ProductName The ProductName contains the word "for" which will be localized in different languages. So how do I do it. Is there a way to pick the ProductName from the String Table? Or some other way?
... View more
Apr 28, 2009
08:05 AM
Well I have used the same code as provided in this thread and it works for me. I am using IA 2008 VP1.
... View more
Apr 15, 2009
04:41 AM
Did you get a fix to this issue?
... View more
Apr 15, 2009
04:36 AM
Hello, I want to use the Panel: Get User Input - Advanced, but want to change the text of the Next button to be Done. Is there a way to do this? Regards, Manish
... View more
Labels
- Labels:
-
InstallAnywhere 2008
- « Previous
- Next »
Latest posts by munsingh
Subject | Views | Posted |
---|---|---|
1288 | Jan 21, 2014 09:06 AM | |
2574 | Nov 20, 2013 01:29 AM | |
1510 | Sep 30, 2013 05:40 AM | |
762 | Sep 12, 2013 07:01 AM | |
912 | Sep 02, 2013 07:27 AM | |
839 | Sep 02, 2013 07:25 AM | |
1510 | Jun 03, 2013 06:18 AM | |
5287 | May 23, 2013 02:10 AM | |
1347 | Apr 12, 2013 02:23 AM | |
758 | Apr 10, 2013 05:13 AM |
Activity Feed
- Posted Re: Command line build.exe not generating installers on InstallAnywhere Forum. Jan 21, 2014 09:06 AM
- Posted Command line build.exe not generating installers on InstallAnywhere Forum. Nov 20, 2013 01:29 AM
- Posted Re: InstallAnywhere for the build machine on InstallAnywhere Forum. Sep 30, 2013 05:40 AM
- Posted Re: Verify input from Get User Input - Advanced Panel on InstallAnywhere Forum. Sep 12, 2013 07:01 AM
- Posted Re: How to download Exe from a Website on InstallAnywhere Forum. Sep 02, 2013 07:27 AM
- Posted Re: Problem in downloading VM on InstallAnywhere Forum. Sep 02, 2013 07:25 AM
- Posted Re: InstallAnywhere for the build machine on InstallAnywhere Forum. Jun 03, 2013 06:18 AM
- Posted InstallAnywhere for the build machine on InstallAnywhere Forum. May 23, 2013 02:10 AM
- Tagged InstallAnywhere for the build machine on InstallAnywhere Forum. May 23, 2013 02:10 AM
- Tagged InstallAnywhere for the build machine on InstallAnywhere Forum. May 23, 2013 02:10 AM
- Tagged InstallAnywhere for the build machine on InstallAnywhere Forum. May 23, 2013 02:10 AM
- Posted Re: How to get a registry key (not string value) on InstallShield Forum. Apr 12, 2013 02:23 AM
- Posted Re: Progress bar and web installer on InstallShield Forum. Apr 10, 2013 05:13 AM
- Posted Re: Silent uninstaller not removing certain files, however uninstaller with UI does remov on InstallShield Forum. Apr 10, 2013 05:12 AM
- Posted Silent uninstaller not removing certain files, however uninstaller with UI does remov on InstallShield Forum. Apr 09, 2013 08:23 AM
- Posted Re: Design for Modular Installer on InstallShield Forum. Apr 09, 2013 02:30 AM
- Posted Progress bar and web installer on InstallShield Forum. Apr 09, 2013 02:11 AM
- Posted Re: Conditional Text File Update? on InstallShield Forum. Mar 12, 2013 05:13 AM
- Posted Re: Which redistributable must I install to get MFC71, CRT71, STL71? on InstallShield Forum. Mar 12, 2013 02:23 AM
- Posted Re: Modular installation of software on InstallAnywhere Forum. Mar 04, 2013 07:12 AM