I am using InstallScriptMsi project, I added a value to the environment variable "PATH" and i given the following options in the Environment Variables view.
OnInstall : Set
Placement : Append
On Uninstall : Remove
Type : System
But in help, It is specified that if "OnInstall : Set" and "On Uninstall : Remove" then it will remove only what ever it is appended.
But the whole PATH variable is removed. How to correct this problem.
Thanks in Advance
Thanks
Vishnu
