Setup Project (Just me - Everyone)

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

I have created a setup project for a windows vb application in Visual Studio
2003.
It all works fine but on the "Select Installation Folder" dialogue box there
are two radio buttons "Just me" and "Everyone".
It defaults to "Just me". How can I make it default to "Everyone".

Thanks for any help
Fred
 
Fred said:
I have created a setup project for a windows vb application in Visual Studio
2003.
It all works fine but on the "Select Installation Folder" dialogue box there
are two radio buttons "Just me" and "Everyone".
It defaults to "Just me". How can I make it default to "Everyone".

Thanks for any help
Fred

Simple answer: upgrade to VS2005.
 
P.S.
He actually references the Properties table to make this change, it's
actually the Property table

HTH
Steve
 
Back
Top