|
Hi,
I have released a setup and deployment project developed using VS 2005 .NET 2.0 to my client. The released version has following settings
InstallAllUserVisible = true. InstallAllUsers = false. (default: Just Me)
Now I am about to release the newer version. I encontered a problem in verfication if the there is a mismatch in the options Just Me or Every one in the two versions. In order to avoid the conflicts, I am trying to do the following settings in the newer version.
InstallAllUserVisible = false. (N options for user) InstallAllUsers = true (Per machine)
I am surprised to see that if the older version is installed with 'Just Me' option and the newer version (forced to 'Per Machine') is installed, then there is a problem! There are multiple icons in the desktop(both are older versions) and the application folder shows the older version exe. Controll panel has two icons.
Am I doing something wrong or this is how VS 2005 works??
Regards, Sanjeevi
|