How to allow users to install multiple copies of an MSI file?

As slugster has stated, you need to update the ProductCode in the Property table. You will also need to change the package code in the Summary Stream Information . The easiest way to modify your MSI is by using automation with VBScript .

You need to author a transform (.mst), which is applied to the MSI file before it runs. This transform can do various things, including changing the product code. It is this changing of the product code which allows more than one instance of the same product to be installed, because to the Windows installer it looks to be a different product.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions