This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Upgrade creation failed after removing some components
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 01, 2008
03:23 AM
Upgrade creation failed after removing some components
Hi,
I have created basic MSI project. Fro this I am creating patch using standard patch. For this I am trying to create new build. I create an AutoUpgrade by giving orignal .msi file.
In this, I have added some new components and delete some of orignal components and replace some. While building project, it gives error.
error Val0001 : The file (filename) appears to have been removed from the setup, but does not appear in the RemoveFile table. This file will not be removed from the target machine when an upgrade is run unless the RemoveFile table has been authored.
So please guide me to sort out this issue
I have created basic MSI project. Fro this I am creating patch using standard patch. For this I am trying to create new build. I create an AutoUpgrade by giving orignal .msi file.
In this, I have added some new components and delete some of orignal components and replace some. While building project, it gives error.
error Val0001 : The file (filename) appears to have been removed from the setup, but does not appear in the RemoveFile table. This file will not be removed from the target machine when an upgrade is run unless the RemoveFile table has been authored.
So please guide me to sort out this issue
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 01, 2008
07:36 AM
It sounds like the automatic upgrade item created a minor upgrade. The following help topics explain how to resolve this validator:
Configuring Minor Upgrades to Remove Installed Data
Val0001
However, you mentioned that you deleted some components in your project for the patch. A minor-upgrade patch cannot delete components, as shown in the following help topic:
Major Upgrade vs. Minor Upgrade vs. Small Update
Thus, if you want to delete components in an upgrade, you'd need to switch your automatic upgrade item in the Upgrades view to a major upgrade item:
Converting Automatic Upgrades to Major or Minor Upgrades
Configuring Minor Upgrades to Remove Installed Data
Val0001
However, you mentioned that you deleted some components in your project for the patch. A minor-upgrade patch cannot delete components, as shown in the following help topic:
Major Upgrade vs. Minor Upgrade vs. Small Update
Thus, if you want to delete components in an upgrade, you'd need to switch your automatic upgrade item in the Upgrades view to a major upgrade item:
Converting Automatic Upgrades to Major or Minor Upgrades
