I am using MSI Factory version 2.2.1000.0. I have a customer that has multiple users (network logins) using the same workstation. My installation keeps getting kicked off in repair mode when they run my application. In the event log it shows 8 components that I tracked down in the MSI file. But I cannot find them in my MSI project.
It added 8 registry entries under the HKEY_CLASSES_ROOT\Software\InstalledComponent key. They are just GUIDs and have nothing else in them. But if they are not there, it kicks off the repair. These users don't have rights to alter the registry, so it never gets fixed and runs repair every time they start my software.
What are these registry settings for? I am not using Setup Factory, I am using MSI Factory. How do I get rid of them or make it so they don't cause problems in this type of situation? Like I said, I cannot find them in my MSI project but see them in the MSI file when I use ORCA.
Any help would be appreciated.
Dale
It added 8 registry entries under the HKEY_CLASSES_ROOT\Software\InstalledComponent key. They are just GUIDs and have nothing else in them. But if they are not there, it kicks off the repair. These users don't have rights to alter the registry, so it never gets fixed and runs repair every time they start my software.
What are these registry settings for? I am not using Setup Factory, I am using MSI Factory. How do I get rid of them or make it so they don't cause problems in this type of situation? Like I said, I cannot find them in my MSI project but see them in the MSI file when I use ORCA.
Any help would be appreciated.
Dale
Comment