cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
_Peter_
Level 4

Uninstall problem

Hi,

I have problem uninstalling my application. I have application, consisted with many .exe files. Inside installation I have different features, which represents application modules, and some features have same .exe files. Example:

Feature1
- a.exe
- b.exe
- c.exe
Feature2
- Subfeature1
-- a.exe
-- d.exe
....

When I want to remove application, files that are in more than one feature, are not deleted, but remain in INSTALLDIR folder. I'm am using InstallScript MSI Project. Anyone can help?
Labels (1)
0 Kudos
(2) Replies
TsungH
Level 12

Take a.exe under Feature1 and Subfeature1 for an example. Assuming they are identical, are they in the same component? If not, you will want to make sure they are.
0 Kudos
_Peter_
Level 4

Thanks. It is working now!
0 Kudos