DrJones
Posts: 18
Joined: Wed Jun 28, 2006 10:00 pm

Log from .exe?

We distribute our software using a .exe setup file.

Sometimes, we have users with problems with causes that aren't directly apparent (such as a message like "cannot open install package" and hanging at various points).

I know if we send them a .MSI file, they can run the command line MSI program with the option to log, but this is somewhat inconvenient as we don't have .MSIs built.

Is there a way to maybe pass something to the .exe file and have it do the same kind of logging? Or, can you pass the EXE to the MSI program or something similar?

Is there anyway to log the installation from a .exe?
Ionut
Posts: 605
Joined: Tue Nov 22, 2005 11:29 am
Contact: Website

Hi,

You can use the following command to create a verbose log of the installation:

Code: Select all

package.exe /L*V C:\package.log
Or, if you want to always create a log, enter "/L*V C:\package.log" in the "MSI Command Line" field from the Media page, "Bootstrapper" tab.

Regards,
Ionut
Denis Toma
Advanced Installer Team
http://www.advancedinstaller.com/

Return to “Common Problems”