Installshield Driver Logging
I don't seem to be finding an answer easily so I'll ask here. Does anyone know if InstallShield Driver 7 supports any sort of logging options in the command line or globally when performing an uninstall?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
kkaminsk
18 years ago
I should quit using Google and actually use the search engine at InstallShield. This article http://support.installshield.com/kb/view.asp?articleid=Q105237 has a working solution though it does not directly mention idriver.exe logging:
Log all MSI-based setups
To log all MSI-based setups launched through setup.exe, follow these steps:
Launch the Registry Editor (regedit.exe) in Windows.
Create the following registry key:
HKEY_CURRENT_USER\Software\InstallShield\ISWI\3.0\SetupExeLog
Create a string value entitled VerboseLogFileName in this key.
Enter the full path to where the log file will be created as the value for this string.
Run the installation again.
Example string value: C:\Test Folder\MyFile.log
Log all MSI-based setups
To log all MSI-based setups launched through setup.exe, follow these steps:
Launch the Registry Editor (regedit.exe) in Windows.
Create the following registry key:
HKEY_CURRENT_USER\Software\InstallShield\ISWI\3.0\SetupExeLog
Create a string value entitled VerboseLogFileName in this key.
Enter the full path to where the log file will be created as the value for this string.
Run the installation again.
Example string value: C:\Test Folder\MyFile.log
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.