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
- :
- Manually replace a key file laid down by 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
Jul 18, 2011
09:17 AM
Manually replace a key file laid down by MSI
I have an Basic MSI that installed a number of DLLs on a target server. We are now attempting to manually replace one of those DLLs, but self-repair replaces it back to the originally-installed copy of the DLL. Are we SOL in our need to fix the DLL manually?
I found this thread...is it true that this is simply the end of the discussion?
http://community.flexerasoftware.com/showthread.php?t=128941
I see lots of work-arounds on the Symantec site for Wise-built packages...
I found this thread...is it true that this is simply the end of the discussion?
http://community.flexerasoftware.com/showthread.php?t=128941
I see lots of work-arounds on the Symantec site for Wise-built packages...
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 19, 2011
01:17 AM
Its not about what IDE you use to package the MSI. Its about how the Windows Installer Engine reacts to situations. If it detects keyfile missing from a component, it will repair and replace the keyfile.
We can tweak the registry if we understand the various schemes that Installer Engine employs to obscure install data from users(COMPONENT GUIDs and their storage mechanism etc...). But can we be ever sure of what all we might be breaking?
We can tweak the registry if we understand the various schemes that Installer Engine employs to obscure install data from users(COMPONENT GUIDs and their storage mechanism etc...). But can we be ever sure of what all we might be breaking?
