May 23, 2011
03:22 PM
I have an MSI project that is installing a file that does not show up anywhere in my InstallShield project. If I open the MSI file in Orca, I can see the file, and I suppose I could delete it from there, but the file always reappears when I rebuild the project from InstallShield. This is tedious and I would prefer to remove the file from the InstallShield project so I don't have to manually remove it everytime we release a new update. Orca does not provide any helpful information as to where the file is coming from (all the path references appear to be auto-generated GUIDs). Has anyone seen this before, and do you have any helpful advice? Thank you in advance- Clark
... View more
Labels
- Labels:
-
InstallShield 2011
Feb 23, 2011
04:11 PM
I have the same issue except the exe I want to run is installed by a chained MSI installer. I can't figure out how to run the .exe during uninstall before the file itself gets removed. Again, since the file is installed with the chained MSI, I don't have the option to put it in the Support Files. Any ideas?
... View more
Oct 11, 2010
11:04 AM
I tried chaining a 64-bit MSI to a 32-bit MSI and only running the chained MSI if the 32-bit parent was installed on a 64-bit compatible machine. This seemed to work great, until I noticed that the chained MSI was installed to the 32-bit Program Files directory. When I uninstalled the chained program and ran it again manually, it installed to the 64-bit Program Files directory. So it seems like to run a 64-bit chained MSI, it has to be chained to a 64-bit parent program. Can someone confirm this?
... View more
Labels
- Labels:
-
InstallShield 2011
Aug 18, 2010
05:04 PM
I've run into the same issue. I put the dynamically linked files in the RemoveFile table but InstallShield still gives me the error that they are missing. I've seen the Microsoft documentation for the RemoveFile table, but still no luck. Maybe someone here can help: Here's what I've done-- FileKey: The file as referenced in the log file (e.g. _129A200AD62618DB481DBCCD01EF6E5B) Component: The component as listed in the second column of the File table (e.g. _C1CEA82291ADCF15B1DA8EB13A805C21) FileName: The file name as listed in the third column of the File table (e.g. ludlow.tfw) DirProperty: The directory as listed in the third column of the component table (e.g. _65D192058DA9487E94DC4D605CE4ED8B) InstallMode: 3 Any help would be greatly appreciated. -Clark
... View more
Jul 23, 2010
10:52 AM
Messing with the merge modules created all sorts of problems for me that I just abandoned it altogether. I now include the Microsoft run time libraries as an exe and run it as a prerequisite with conditions to check if it's been installed on the target machine or not.
... View more
Feb 04, 2010
03:08 PM
I attached my log, if it helps you Michael. Does anything stand out?
... View more
Feb 04, 2010
01:24 PM
Thanks for the heads up. On a related note, the feature prerequisite I'm running uninstalls a program. It calls a simple program that takes the uninstall string of the program to be uninstalled from the registry and passes it as a command line argument. Now that I'm able to store the registry value in a property and access it, the installer ends once the "uninstall program x" feature prerequisite finishes. Any clue what might be happening here? -Clark
... View more
Feb 04, 2010
01:04 PM
So how would I access the property in the command line of a feature prerequisite: [PROPERTY]? Clark
... View more
Feb 04, 2010
10:57 AM
Can you use Install Shield properties in the command line arguments of a Setup Prerequisite of a Basic MSI installation? The help documentation lists five predefined ones, but I want to use a custom property that I populated during a system search as a command line argument for my prereq. Is this possible? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2010
Jan 29, 2010
04:21 PM
I would like to perform a system search before installing prerequisites that are marked to install before the feature selections. Is this possible? I would use custom actions, but I don't think you can launch custom actions before prerequisites are installed because CA's are part of the msi file and prereqs get launched from the setup.exe, correct? Thank you for your help. -Clark
... View more
Labels
- Labels:
-
InstallShield 2010
Jan 26, 2010
03:15 PM
Can someone tell me how chained MSI's work with a patch. If my chained MSI has changed, I would like to make sure it is included as part of the patch, but I don't see how I can do this. Does anyone have an idea? Clark
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 02, 2009
06:23 PM
I just tested my theory and it didn't work. I changed the key file by adding a duplicate component so that the default key file would get changed to Program.exe1 as opposed to Program.exe. I still ended up with the same problem as before.
... View more
Dec 02, 2009
05:19 PM
I keep running into this issue as well-- running a major upgrade that leaves files out because they are marked as disallowed before the installer knows everything will be uninstalled. I wonder if there's a way to change the file key while keeping the filename the same. Windows installer documentation says "If the installer finds a file with the same name as the component's key file installed on the target location, it compares the version, date, and language of the two key files and uses file versioning rules to determine whether to install the component provided by the package." If I could change the key file, and keep the filename the same, wouldn't that let me bypass the comparison? I don't know much about key files, but the logic makes sense to me. Does anyone know if this is possible or how to do it? Clark
... View more
Dec 02, 2009
03:12 PM
Same issue here.
... View more
Nov 23, 2009
03:59 PM
I guess I didn't address your other questions... I saw the Microsoft KB article you linked to, but it seems this refers to an error with Office XP service pack 1. At any rate, I don't believe the file to be patched had changed relative to the new file because I was testing on a Virtual Machine and would run the patch immediately after installing the previous full version. If I remember correctly, running the patch as a full installation did work. Like I said, the problem is fixed now, so I don't even think I have the bad patch file stored anywhere to test with. Thanks for your response. Clark
... View more
Latest posts by cbarlow
Subject | Views | Posted |
---|---|---|
1586 | May 23, 2011 03:22 PM | |
744 | Feb 23, 2011 04:11 PM | |
3605 | Oct 11, 2010 11:04 AM | |
1674 | Aug 18, 2010 05:04 PM | |
1948 | Jul 23, 2010 10:52 AM | |
2045 | Feb 04, 2010 03:08 PM | |
2045 | Feb 04, 2010 01:24 PM | |
2045 | Feb 04, 2010 01:04 PM | |
5485 | Feb 04, 2010 10:57 AM | |
1771 | Jan 29, 2010 04:21 PM |
Activity Feed
- Got a Kudo for Uninstalling a chained .msi doesn't remove directories. Apr 17, 2019 02:03 AM
- Posted File shown in Orca but not IS and cannot be removed on InstallShield Forum. May 23, 2011 03:22 PM
- Posted Re: Custom Action Sequencing Scenario/Question... on InstallShield Forum. Feb 23, 2011 04:11 PM
- Posted Possible to chain 64-bit MSI to 32-bit MSI? on InstallShield Forum. Oct 11, 2010 11:04 AM
- Posted Re: In Minor Upgrade, Dynamic File Linking: removing a file on InstallShield Forum. Aug 18, 2010 05:04 PM
- Posted Re: How to update Merge Modules manually? on InstallShield Forum. Jul 23, 2010 10:52 AM
- Posted Re: Properties in Prerequisite Command line argument? on InstallShield Forum. Feb 04, 2010 03:08 PM
- Posted Re: Properties in Prerequisite Command line argument? on InstallShield Forum. Feb 04, 2010 01:24 PM
- Posted Re: Properties in Prerequisite Command line argument? on InstallShield Forum. Feb 04, 2010 01:04 PM
- Posted Properties in Prerequisite Command line argument? on InstallShield Forum. Feb 04, 2010 10:57 AM
- Posted Can I system search before prerequisites? on InstallShield Forum. Jan 29, 2010 04:21 PM
- Posted Chained MSIs in a Patch on InstallShield Forum. Jan 26, 2010 03:15 PM
- Posted Changing key file doesn't work on InstallShield Forum. Dec 02, 2009 06:23 PM
- Posted Change the key file? on InstallShield Forum. Dec 02, 2009 05:19 PM
- Posted Re: Major Upgrade then uninstall leaves all files behind on InstallShield Forum. Dec 02, 2009 03:12 PM
- Posted Re: Error 1328.Error applying patch file... on InstallShield Forum. Nov 23, 2009 03:59 PM
- Posted Re: Error 1328.Error applying patch file... on InstallShield Forum. Nov 23, 2009 03:51 PM
- Posted Error 1328.Error applying patch file... on InstallShield Forum. Nov 19, 2009 02:46 PM
- Posted Re: How to update Merge Modules manually? on InstallShield Forum. Nov 03, 2009 10:11 AM
- Posted How to update Merge Modules manually? on InstallShield Forum. Nov 02, 2009 02:13 PM