
hk932457 asked a question.
For an unexplained reason, my basic MSI project tries to install 'InstallShield 2018' feature, before running my installer !!
How can prevent my installer project to start with the installation of 'InstallShield 2018' feature
Hi @herbertkoelman
Can you check the log file or event viewer, why the installshield msi is getting triggered during your installer.
I have run the installer again and saved the MSI log file (see attached file). I have read the file but I failed to find anything related to the 'InstallShield 2018' feature installation.
installation_debug
This is dialog that appears.
Hi @herbertkoelman ,
I was asking to check the system event viewer, for any logging related to feature conflict.
If I run into this problem I go to the Event Viewer and search in "Windows Logs->Application" for Warnings/Errors from MsiInstaller. That should give you a hint.
Just a sample:
regards
Markus
In fact I found an error message that says:
Product: InstallShield 2018 -- Error 1706.No valid source could be found for product InstallShield 2018. The Windows Installer cannot continue.In fact it tries to install something that was previously downloaded by another user on my computer. The un-accessible installer is C:\Users\aroman\AppData\Local\Downloaded Installations\IS2018R2\{3818D126-580C-41B0-9C36-650AD3C3CD07}\ (The user aroman was removed from my dev machine).
Do you have an idea on how I could fix this ?
If the registry keys from the user who installed InstallShield do exists you could copy from the old user to your user.
The data is stored in:
HKCU\Software\Microsoft\Installer\...
HKCU\Software\Microsoft\Installer\Products\...
You have to check which GUID's are from the InstallShield 2018 installation.
There is also the "SourceList" stored.
May be the easiest is to make a test installation on a virtual machine to check which registry keys are created.
regards
Markus