Hi j2associates,
PhilWilson’s answer is correct. You can set the CustomActionData property like this:
/IsAllUser=[ALLUSERS] . Then in the Installer class, you can get the custom action data with this code:
string alluser = this.Context.Parameters["IsAllUser"].ToString() Once user selects “Everyone� the alluser string is �� When they select “Just me� the alluser string is “�
Below is the information about CustomActionData.
http://msdn.microsoft.com/en-us/library/2w2fhwzz%28VS.80%29.aspx If you have any problems in doing this, please feel free to tell me.
Sincerely,
Kira Qian
Send us any feedback you have about the help from MSFT at fbmsdn@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the
All-In-One Code Framework!