This is for a WPF application (can be either stand-alone or XBAP)
I wish to read some of the properties of the application manifest during runtime using the:
Microsoft.Build .Tasks.Deployme nt.ManifestUtil ities.Applicati onManifest class.
Specifically I wish to determine if "HostInBrow ser" is true or false. This can be a variable in our deployment solution.
Is this possible? How can I "grab" the manifest data from the application itself to read it? Its either so painfully obvious I'm missing something or it cannot be done without jumping through hoops.
I wish to read some of the properties of the application manifest during runtime using the:
Microsoft.Build .Tasks.Deployme nt.ManifestUtil ities.Applicati onManifest class.
Specifically I wish to determine if "HostInBrow ser" is true or false. This can be a variable in our deployment solution.
Is this possible? How can I "grab" the manifest data from the application itself to read it? Its either so painfully obvious I'm missing something or it cannot be done without jumping through hoops.
Comment