WiseUser's blogSyndicate content

November 10th, 2008 | 0 votes

When we create a Windows Installer file by using Visual Studio .NET, we do not have the option to designate that your package is to be advertised.

0 comments
November 4th, 2008 | 0 votes

The purpose of a deferred execution custom action is to delay the execution of a system change to the time when the installation script is executed.

2 comments
October 10th, 2008 | 0 votes

A new MSI is formed as a result of applying transform to the base .msi file. It is cached on local machine in the form of an .msi file along with support files.

0 comments
September 10th, 2008 | 0 votes

Use the Legacy Setup Conversion tool to convert the following types of setup programs to Windows Installer format:

0 comments
August 4th, 2008 | 0 votes

If any vendor app is using Isuninst.exe for the app uninstall, you will find some useful command line parameters attached.

0 comments
July 21st, 2008 | 0 votes

Darwin Descriptor registry is an encoded value used by Windows Installer under registry like HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command\

9 comments
July 3rd, 2008 | 0 votes

If you aren't familiar with the WiXConverter utility the following is a brief description of what it is and how to use it.

2 comments
May 16th, 2008 | 0 votes

The Binary table holds the binary data for items such as bitmaps, animations, and icons. The binary table is also used to store data for custom actions.

2 comments
May 15th, 2008 | 0 votes

To Check the Windows OS version on target machine, look for the "VersionNT" MSI property. This property's values, for different OSs, are as follows:

0 comments
May 14th, 2008 | 0 votes

The following list provides a description of each individual ICE (Internal Consistency Evaluator) code.

Hopefully, this reference will come in handy when you need it most.

0 comments