WiseUser's blogSyndicate content

March 20th, 2009 | +3 (3 votes)

If an application contains the odbc driver settings, use Retain Registry information as is in setup capture settings. If we capture the driver details as odbc drivers in Wise it will throw an installation error, to overcome this issue capture everything in registry as is and delete the odbc driver entry from odbc section in Wise.

1 comments
March 17th, 2009 | +5 (5 votes)

Use Kill Process before installing and Uninstalling any application over an upgrade

3 comments
March 9th, 2009 | +1 (1 vote)

MSI logging can be expanded beyond installs and uninstalls.  It can also record any MSI action, such as repairs or self-heals.  Setting up a system policy to enable MSI logging can do this.   Since policies are presented locally as registry entries, use these steps to do it:

0 comments
March 9th, 2009 | 0 votes

Special characters in many cases are reserved in an install, and getting them to display or write to a destination computer requires some extra steps.

Using a property:

This is handy when working with large special characters,

0 comments
March 9th, 2009 | +1 (1 vote)

Removing files is done when a package needs to clean up items a prior package left behind, such as deleting a Bloom.ini file from an earlier release. 

Follow these steps to have a package remove a file :

1. Launch Wise, open the appropriate WSI or application MST and go into the Setup Editor
2. Switch to the Tables tab

1 comments
March 5th, 2009 | 0 votes

Component errors can happen from time-to-time, especially with setup captures. We need to know to look for them.  Here’s how to check an install for a component error:

1. Launch Wise and go into the Setup Editor

2. Switch to the Components tab

3. Any components with errors will be displayed in Red

0 comments
February 18th, 2009 | 0 votes

The process of converting Wise Script made exe's back to Wise scripts (.wse) is not efficient with any utilities available in the market.

2 comments
November 21st, 2008 | 0 votes

Return codes are nothing but the errorlevels. The DOS command to determine the return code is IF ERRORLEVEL.

0 comments
November 14th, 2008 | 0 votes

Command line to apply multiple transforms:

Msiexec.exe /i {path}.msi TRANSFORMS=T1.mst;t2.mst

0 comments
November 11th, 2008 | 0 votes

The following are the best practices recommended by Microsoft in creation of a package. It's a good list to keep handy.

1 comments