piyushnasa's blogSyndicate content

September 16th, 2008 | 0 votes

The best way to install an MSP file in silent installation is with the following command line:

2 comments
September 9th, 2008 | 0 votes

We can easily use Set Property Custom Action to set Windows Installer Property, but sometimes we wish to set the property directly in VbScript, specially if we are taking an input from a user through VBScript. Hope this tip helps.

0 comments
September 2nd, 2008 | 0 votes

Are you facing a problem of failed uninstallation in your machine. Here is a tip to get it fixed.

0 comments
August 27th, 2008 | 0 votes

Many times I come across articles, where people discuss on which to choose WISE Script or VBScript while creating Custom Action in the package. Here are some advantages and disadvantages of both.

5 comments
August 21st, 2008 | 0 votes

There are many installshield applications (MSI)/ Other Vendor MSI which come wrapped in setup.exe.

8 comments
August 20th, 2008 | 0 votes

I have learned an easy way of copying condition directly in one Custom Action from other. This is totally from my own experience, and I have not found any material for it on net too. So here it goes...

2 comments
August 19th, 2008 | 0 votes

If you have always wondered why we need to anSet Property Custom action when there is already a Property table to handle it, then this is for you.

1 comments
August 8th, 2008 | +1 (1 vote)

Sometimes you may encounter the problem of unnecessary repairs of MSI while launching the shortcut in the same logged in user. Here is the way to troubleshoot this problem.

16 comments
July 11th, 2008 | 0 votes

Is English not your first language? Maybe your users would prefer to use some other language. You can make that change and simply use the SystemLanguageID property to change the default in your system.

0 comments
June 24th, 2008 | 0 votes

If there is a situation in which you have created an MSI with Merge Modules and you don't want to recompile it because of its size or re-entry of errors, but you also want to update a merge module, then this tip will help you.

0 comments