Hey all,
I'm trying to figure out, if possible, to conditionally deply/publish parts of a clickonce app. Specifically, the configuration file (app.config). The scenario is there are two web server environments: Development and Production. Each with it's own configuration settings.
I want to use an MSI to install the smart client to these web servers and conditionally install the correct configuration file.
I know how to do the conditional install in the MSI. How can I get the security checks tonot complain since everything is 'signed'?
----- Ed