Is there a way to programmatically distinguish if the Add In was installed with Click Once Deployment or via MSI install

Add-in Express™ Support Service
That's what is more important than anything else

Is there a way to programmatically distinguish if the Add In was installed with Click Once Deployment or via MSI install
How to distinguish Add In installation type 
MarcumLLP




Posts: 31
Joined: 2015-02-10
Is there a way to programmatically distinguish if the Add In was installed with Click Once Deployment or via MSI install?

Thank you
Posted 01 Mar, 2017 12:05:17 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello,

ADXAddinModule.IsNetworkDeployed returns true if the add-in was deployed using ClickOnce. ADXAddinModule.IsMSINetworkDeployed returns true if the add-in was deployed using ClickTwice.


Andrei Smolin
Add-in Express Team Leader
Posted 02 Mar, 2017 03:32:39 Top
MarcumLLP




Posts: 31
Joined: 2015-02-10
Great, thank you.
Posted 02 Mar, 2017 09:19:59 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 02 Mar, 2017 09:37:16 Top