Modifying App-Settings-File in ClickOnce-Deployment

G

Guest

Hello,

i want to modify the App-SettingsFile of an CLickOnce-deployed Application
with an external Editor (like Notepad.exe etc) . I´ve found the File in some
directory (..Apps/2.0/.../) under the user-profile. Is this a recommended and
supported way? Is there another way?

best regards

Volkhard
 
G

Guest

Hi!

If you modify a .manifest or .application file you will have to Sign it
again with the proper security key.

After you publish your application it will have the .exe.deploy and
..dll.deploy and son on... those files are referenced in the manifest too...
if you change one of those the security sign will rise a error !

The proper way is to deploy it again with another version.
 
N

Nikolay Podkolzin

How can I sign it again?

Alberto Cardoso said:
Hi!

If you modify a .manifest or .application file you will have to Sign it
again with the proper security key.

After you publish your application it will have the .exe.deploy and
.dll.deploy and son on... those files are referenced in the manifest too...
if you change one of those the security sign will rise a error !

The proper way is to deploy it again with another version.
 
N

Nikolay Podkolzin

how can I sign it again?

Alberto Cardoso said:
Hi!

If you modify a .manifest or .application file you will have to Sign it
again with the proper security key.

After you publish your application it will have the .exe.deploy and
.dll.deploy and son on... those files are referenced in the manifest too...
if you change one of those the security sign will rise a error !

The proper way is to deploy it again with another version.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top