Making "Everyone" the default option while installing t...
I know the solution of setting the "Everyone" option by default at time of setup installation, by modifying the msi in the ORCA editor.
Now, I have to create the msi with no dialog boxes(no start or progress interfaces), the problem is there's no way to change the default setting from 'Just Me' which is default to 'Everyone'.
Can anyone suggest what could be the solution for this if it is alt all possible to do?
Thanks for any suggestion and help.
Vinay Kant
I have not tried this but i was told if you create a property (in the property table) in the MSI called ALLUSERS and give it a value of 2 it should set it without having that form.
Matt
Icsoft
Are you using VS 2005? Use the InstallAllUsers project property to set the default.
Phil Wilson [MVP Windows Installer]
PhilDWilson
How can I do this in VS 2003? All the information I seem to find is related to VS 2005.