Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Merge Module Uninstall Problem


1 reply to this topic

duchta

duchta
  • Members
  • 2 posts

Posted 18 March 2002 - 19:57

I have 5 merge modules that install web services.  These merge modules are created with Visual Studio .NET.  The problem is that when the software is uninstalled only 1 of the 5 modules gets uninstalled properly.  I need all of them to be uninstalled properly and I am wondering if anyone knows why I would be getting these results.  Below is a portion of the install and uninstall log files.  Also, I have checked the directory table and there is no apparent reason for the confusion seen in the logs below.  I have a workaround to this, but I'd like to have the uninstall work the proper way.

(If you copy and paste the text below into Notepad it will be easier to read.)

INSTALL:
MSI © (E8:BC): Dir (target): Key: TARGETDIR , Object: C:\
MSI © (E8:BC): Dir (target): Key: CommonFilesFolder.7004A6F34A884AA289810FA81042BC63, Object: C:\Program Files\Common Files\
MSI © (E8:BC): Dir (target): Key: TARGETDIR.7004A6F34A884AA289810FA81042BC63 , Object: C:\inetpub\wwwroot\WS\HistoricalData\
MSI © (E8:BC): Dir (target): Key: _4027AB4635C211D689DB0002B390DEB0.7004A6F34A884AA289810FA81042BC63 , Object: C:\inetpub\wwwroot\WS\HistoricalData\bin\
MSI © (E8:BC): Dir (target): Key: _EBAB325510C14C53BA765BF798C92511.7004A6F34A884AA289810FA81042BC63 , Object: C:\inetpub\wwwroot\WS\HistoricalData\bin\
MSI © (E8:BC): Dir (target): Key: CommonFilesFolder.693CC6D130DC4D3D91F003E13C4C0A93 , Object: C:\Program Files\Common Files\
MSI © (E8:BC): Dir (target): Key: TARGETDIR.693CC6D130DC4D3D91F003E13C4C0A93 , Object: C:\inetpub\wwwroot\WS\Item\
MSI © (E8:BC): Dir (target): Key: _73FE6461366C11D689C00002B390DF39.693CC6D130DC4D3D91F003E13C4C0A93 , Object: C:\inetpub\wwwroot\WS\Item\bin\
MSI © (E8:BC): Dir (target): Key: _9BF197C760FD464E8828F96D94FF2420.693CC6D130DC4D3D91F003E13C4C0A93 , Object: C:\inetpub\wwwroot\WS\Item\bin\

UNINSTALL:
MSI © (44:BC): Dir (target): Key: TARGETDIR , Object: C:\
MSI © (44:BC): Dir (target): Key: CommonFilesFolder.7004A6F34A884AA289810FA81042BC63 , Object: C:\Program Files\Common Files\
MSI © (44:BC): Dir (target): Key: TARGETDIR.7004A6F34A884AA289810FA81042BC63 , Object: C:\inetpub\wwwroot\WS\HistoricalData\
MSI © (44:BC): Dir (target): Key: _4027AB4635C211D689DB0002B390DEB0.7004A6F34A884AA289810FA81042BC63 , Object: C:\inetpub\wwwroot\WS\HistoricalData\bin\
MSI © (44:BC): Dir (target): Key: _EBAB325510C14C53BA765BF798C92511.7004A6F34A884AA289810FA81042BC63 , Object: C:\inetpub\wwwroot\WS\HistoricalData\bin\
MSI © (44:BC): Dir (target): Key: CommonFilesFolder.693CC6D130DC4D3D91F003E13C4C0A93 , Object: C:\Program Files\Common Files\
MSI © (44:BC): Dir (target): Key: TARGETDIR.693CC6D130DC4D3D91F003E13C4C0A93 , Object: C:\inetpub\wwwroot\WS\HistoricalData\
MSI © (44:BC): Dir (target): Key: _73FE6461366C11D689C00002B390DF39.693CC6D130DC4D3D91F003E13C4C0A93 , Object: C:\inetpub\wwwroot\WS\Item\bin\
MSI © (44:BC): Dir (target): Key: _9BF197C760FD464E8828F96D94FF2420.693CC6D130DC4D3D91F003E13C4C0A93 , Object: C:\inetpub\wwwroot\WS\HistoricalData\bin\

duchta

duchta
  • Members
  • 2 posts

Posted 22 March 2002 - 22:25

Premier support from Microsoft helped me solve this one.  The componentids for several components in the merge modules were the same.  The validation tool showed the errors.  There is still a problem as to why Visual Studio .NET is creating the merge modules this way when each of the components is actually unique except for the filename.  It really isn't a problem with Windows Installer.