Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Get MSI Option feedback during install
 

Get MSI Option feedback during install

I'm can't seem to find out how to get the response to the 'Everyone,Just Me' radio button option that the user is presented with in the MSI Installer. I would like to use the response to this within my MSI Setup package to trigger some other actions. I thought that it might be the 'ALLUSERS' property but this doesn't seem to work?

Cheers in advance.
Metaman
Metaman  Wednesday, August 17, 2005 10:44 PM

You are correct it is ALLUSERS but it i set with a 1 or 2, which is probably why it wasn't working as you expected.

MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/allusers.asp

 

Todd Derksen  Monday, September 19, 2005 9:52 PM

You are correct it is ALLUSERS but it i set with a 1 or 2, which is probably why it wasn't working as you expected.

MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/allusers.asp

 

Todd Derksen  Monday, September 19, 2005 9:52 PM

You can use google to search for other answers

Custom Search

More Threads

• ClickOnce Application Cache and Environment Variables
• Clickonce updates interval
• Automatically uninstalling previous version windows service
• What's A Reliable Dependency Check for .NET Framework 3.5 SP1?
• Application requires assembly installed in GAC first
• ClickOnce and replicated database
• Hosting ClickOnce in Server 2008/IIS 7.0 Windows Activation Services??
• Question about ClickOnce
• Adding New file to exisitng MSI programmatically (Not opening VS 2003)
• Extremely slow IDE performance when installing a large number of files into the user's appdata folder