I have a windows application using .net 1.1
In the setup project I set the DefaultLocation to
[ProgramFileFold er][Manufacturer]ABC
Is there a way to change this defaultLocation based on the OS.
I'd like to leave this location when installing on Windows XP but change the location to another path when installing on Windows Vista.
Can I use an If-statement to determine the OS and then set the DefaultLocation ?
In the setup project I set the DefaultLocation to
[ProgramFileFold er][Manufacturer]ABC
Is there a way to change this defaultLocation based on the OS.
I'd like to leave this location when installing on Windows XP but change the location to another path when installing on Windows Vista.
Can I use an If-statement to determine the OS and then set the DefaultLocation ?
Comment