forked from Smurf-IV/Elucidate
-
Notifications
You must be signed in to change notification settings - Fork 1
Documentation
BlueBlock edited this page Aug 9, 2018
·
3 revisions
Keep an open eye on https://github.com/BlueBlock/Elucidate for updates. This is a fork of the great work done by Smurf-IV and other contributors.
How to get an install log to send if you have a problem:
To obtain a log of an installation use the command line msiexec tool:
msiexec /i Elucidate.Windows.Installer.msi /l*v MyLogFile.txt
or for uninstall issues
msiexec /l*v MyLogFile.txt /uninstall Elucidate.Windows.Installer.msi
This will install your application and write a verbose log to MyLogFile.txt in the current directory. Logs GUI logs will go into "${specialfolder:folder=CommonApplicationData}/Elucidate/Logs"