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
- :
- DLL installs then disappears a few seconds later
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
Aug 06, 2015
03:09 PM
DLL installs then disappears a few seconds later
I am using visual studio pro 2010 and Install Shield LE ( Limited Edition ). I have a project that references a 3rd party DLL.
When I run the msi file and watch the install directory, I see the DLL in question get copied and then removed right away.
What's worse is if I do a repair install using add/remove programs in windows, the stuff.dll does get put where it belongs. It only removes the dll on upgrade
I have tried everything I can think of to fix the problem.
I did verbose logging of the install and I found this near the end:
MSI (s) (EC:74) [14:55:22:743]: Executing op: FileRemove(,FileName=ChilkatDotNet2.dll,,ComponentId={BB62B6A6-0558-46B9-B9B6-32B8F502AEB9})
RemoveFiles: File: ChilkatDotNet2.dll, Directory: C:\dcs\backups\
I am fairly inexperience in developing install shield solutions so any help would be greatly appreciated.
When I run the msi file and watch the install directory, I see the DLL in question get copied and then removed right away.
What's worse is if I do a repair install using add/remove programs in windows, the stuff.dll does get put where it belongs. It only removes the dll on upgrade
I have tried everything I can think of to fix the problem.
I did verbose logging of the install and I found this near the end:
MSI (s) (EC:74) [14:55:22:743]: Executing op: FileRemove(,FileName=ChilkatDotNet2.dll,,ComponentId={BB62B6A6-0558-46B9-B9B6-32B8F502AEB9})
RemoveFiles: File: ChilkatDotNet2.dll, Directory: C:\dcs\backups\
I am fairly inexperience in developing install shield solutions so any help would be greatly appreciated.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 10, 2015
11:57 AM
Hi,
Did you re-sequenced the RemoveExistingProducts in the Upgrade paths view?
Did you re-sequenced the RemoveExistingProducts in the Upgrade paths view?