WiseUser's blogSyndicate content

September 26th, 2007 | 0 votes

Scenario: The MSI has different settings for different regions \ groups \ units.

Recommendation: Create one base MSI file and create a transform (.mst )for the region \ group specific installation.

3 comments
September 25th, 2007 | 0 votes

Please find the procedure for adding a dummy file in the package to support admin installs \ CA admin installs for packages that do not contain any files.

2 comments
September 24th, 2007 | 0 votes

Have you ever wondered why Add/Remove Programs doesn't remove everything you think it should? WiseUser enlightens us with these answers to a few questions from the "mysteries of life" folder.

2 comments
September 24th, 2007 | 0 votes

Transitive components are those which evaluate their conditions during repair/modify mode.

1 comments
September 19th, 2007 | 0 votes

Windows Installer accomplishes rollback by creating a rollback script.

4 comments
September 13th, 2007 | 0 votes

Here's the scenerio: You have a system file that needs to be installed to the System32 folder. And, you have several HKEY_CURRENT_USER registry keys containing configuration information.

5 comments
September 13th, 2007 | 0 votes

Public properties are differentiated from private properties by being listed in all capital letters. Public properties may be set on the command line (or in a transform file.)

1 comments
September 12th, 2007 | 0 votes

Windows® File Protection (WFP) prevents the replacement of essential system files installed as part of Windows. Applications should not overwrite these files because they are used by the system and other applications.

4 comments
September 11th, 2007 | 0 votes

Have you ever had a package that always goes for self heal? If so, here are a few points to check ...

If a key file is found to be missing on launch, Windows Installer will trigger a reinstallation of the parent feature. Having a "clean" package is key.

3 comments
September 6th, 2007 | 0 votes

The UPGRADINGPRODUCTCODE property is set by Windows Installer when an upgrade removes an application. The installer sets this property when it runs the RemoveExistingProducts action.

0 comments