Can I modify InstallShield setup.ilg File?
I have install my program in C:\Program Files\MyProg using "InstallSheild". Now I want to copy the "MyProg" folder to some other computer and want my program to reside in D:. I will have to copy the "InstallSheild Installation Information" folder to the target computer, and write the registry as well, so that it could be uninstalled from control panel.
Now the problem is that setup.ilg file of the install shield has the path where it was originally installed, that is "C:\Program Files\MyProg", and I want to change it to "D:\MyProg".
Is it possible to change it using C#.
Any help will be appreciated.