I am creating the setup of my project using the Visiual Studio 2003.
While installing the project on the system, in one of the installation
wizard screen there comes the option to select if want to install the
project for the currnet user (Just ME) or all users (Everyone) and in
that option the default selected is the "Just ME"
I would like to customize this option and want to have the Default
option selected to be "EveryOne"
Can any one please tell me how can I do the same??
Thanks
Vikash
Three options I know of. (Some may not work in your situation)
1. Use the tool Orca to modify the .msi file. It comes with the Installer
SDK.
2. Use the command line switch: msiexec.exe /i mysetup.msi ALLUSERS=2
3. InstallShield and Wise Installer permit access to this property
Hope this helps,
Fritz
--
Fritz Switzer
Microsoft MVP Tablet PC
www.abletfactory.com
"Vikash Kumar Mitruka" <vik...@nagarro.com> wrote in message
news:327fa0f3.04070...@posting.google.com...
Thanks for the suggestion.
out of the three option provided by you i want to use the first option
ie to user the Orca.
But do u have any idea which property to change to make the Everyone
shows selected default during the installation
Thanks
Vikash
"Fritz Switzer" <fritz....@abletfactory.com> wrote in message news:<eZZd90bZ...@TK2MSFTNGP09.phx.gbl>...