Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default for everyone in deployment package

Is there any way to set the deployment package to select for everyone instead of just me as the default?

like image 469
MRM Avatar asked Feb 24 '12 14:02

MRM


1 Answers

if you look at the Setup project properties then you will see an InstallAllUsers property - set this to true.

NOTE - Make sure you have the properties window visible as well as solution explorer. (View -> Properties Window)

like image 200
Leom Burke Avatar answered Nov 15 '22 09:11

Leom Burke