Skip to content

Documentation

BlueBlock edited this page Aug 9, 2018 · 3 revisions

Welcome to Elucidate

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. 

Some Helpful Information:

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"

Clone this wiki locally