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
- :
- Only My own File i want uninstall in Basic MSI
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 19, 2008
08:28 AM
Only My own File i want uninstall in Basic MSI
HI
I want create an Installer for a Programm that already installed is. that works without any problems but wen i uninstall its delet my file and the files from the programm becaus the programpath is the same from bouth programs. can anyone help me how can i do that becaus the manual in german is not so helpfuel for this 😞
I want create an Installer for a Programm that already installed is. that works without any problems but wen i uninstall its delet my file and the files from the programm becaus the programpath is the same from bouth programs. can anyone help me how can i do that becaus the manual in german is not so helpfuel for this 😞
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 19, 2008
04:01 PM
Are you marking your components as "Shared"? In this case you should... that way the reference count will be increased so when you uninstall, the corresponding files shouldn't be removed. Also, make sure each one of your components has a key file.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 20, 2008
01:47 AM
thanks for your reply but what did you mean with "key file" ?