views:

16

answers:

0

Hi,

I have created a setup project following the steps listed on below mentioned page:

http://msdn.microsoft.com/en-us/library/ms235317%28v=VS.90%29.aspx

It just creates a xxx.msi where xxx is the name of setup project and setup.exe. I want version no. in .msi as well as exe. I know, for every new version, I can create a new project with the name containing version no. but it will still now appear in setup.exe. Also, I wnat to avoid creating a new project for every new version.

I have got one more problem, when users install this product, it gets installed in usual location: program files/../. But there is no entry created for it Programs menu, so user has to go to specific folder to run it, which is not very nice. How can i add entry to Programs menu.

Thanks Sg