piyushnasa's blogSyndicate content

June 6th, 2008 | +1 (1 vote)

I found this great site where there is a lot to learn for all, especially beginners.

http://isg.ee.ethz.ch/tools/realmen/det/msi.en.html

Let me know if you learned something from it.

2 comments
June 4th, 2008 | +1 (1 vote)

The DOS command PATHMAN.exe can make it easier to modify the system and user paths used by Windows XP.

You can modify the path environment variable directly from set path command in DOS. But if you do this you can remove the already existing paths instead of appending them.

3 comments
June 3rd, 2008 | 0 votes

There is this very useful link on Modify the System and User Paths at this web site: http://malektips.com/xp_dos_0017.html

In summary: The PATHMAN DOS command can make it easier to modify the system and user paths used by Windows XP.

2 comments
June 3rd, 2008 | 0 votes

There are 3 types of properties in Windows Installer; namely: Public Property, Private Property and Restricted Public Property.

Here's what you need to include Public Properties in Restricted Public Properties.

2 comments
June 2nd, 2008 | 0 votes

When we launch advertised shortcut, it searches for all the key paths in the MSI to check if they all are properly installed on the machine. But have you ever wondered what is the difference between a normal and an advertised shortcut?

4 comments
June 2nd, 2008 | 0 votes

Hopefully this information will help aspiring packagers become the Juice Ninjas they're destined to be.

These are the most Frequently asked queries about Windows Installer.

2 comments
May 30th, 2008 | 0 votes

If you want to pass property or a directory in Custom action then you can use Set Property Custom Action and place it after Cost Finalize. Name the property with the name of the Custom Action you want to pass it to.

3 comments