i am devoloping a C# windows app and i deploying my app with MS Clickonce . but i have a problem . iam using a dongle for this app and i am packing my *.exe . first step ; publish the project and then i am packing the published exe. after than add file ext. name , like this *.exe.deploy
but ; so , dont work this exe .
have you any solution about this problem ?
If you're modifying any of the published files after publish, you'll have to update your .manifest and .application files. Use mageui.exe (location is in bin folder of Windows SDK you have) to edit those files and remember to sign/save when finished.