piyushnasa's blogSyndicate content

December 5th, 2008 | 0 votes

Merge Modules are nothing but pre compiled libraries of components. When you add Merge module to your package and compile it, the package does not see it as a Merge module, but as a component which was added in it.

0 comments
November 18th, 2008 | 0 votes

There are five properties which are required by every Microsoft installer to identify itself from other MSI.

These properties are required to be present in every MSI.

0 comments
October 30th, 2008 | 0 votes

Self Heal and Repair are two different concepts in Windows Installer which people many times consider to be the same thing, however there is difference in these two.

5 comments
October 23rd, 2008 | +1 (1 vote)

You can install files to multiple drives using single MSI. You do not require custom actions or scripts to do that. You just need to put some tricks in the directory table. So here it goes...

2 comments
October 22nd, 2008 | 0 votes

In any of these installation transactions, viz. initial installation, repair, reinstallation, on-demand installation or patching an MSI, The REINSTALLMODE has an affect on it.

0 comments
October 13th, 2008 | 0 votes

SOURCEDIR property in MSI package refers to the location from where the MSI is installed in the machine. How do we use this property in our package.

6 comments
October 13th, 2008 | 0 votes

This tip is not actually on explaining how to do Application isolation, but to describe a way to do Application isolation of one file by both .local and .manifest in the same MSI.

1 comments
October 10th, 2008 | 0 votes

Packages which need to include or which capture files with a total size exceeding 2 GB, it's necessary to use some tricks. Usually the MSI with cabs compressed outside the MSI allows the maximum size of cab files to be 2 GB.

0 comments
September 19th, 2008 | 0 votes

RegSpy is a third party tool which is very helpful at times when most of the registry capturing tools like ComCapture and others, fail. I have seen this tool get registry when ComCapture fails to retrieve registry.

0 comments
September 16th, 2008 | 0 votes

Ever wondered how many properties are set or can be set during an installation?

Here is a great page which you can refer to for all the properties you ever wish to hear about Windows installer.

0 comments