clickonce

ClickOnce - automatically making all builds required?

荒凉一梦 提交于 2019-12-24 17:10:17
问题 Is there a script for always making all my published builds required, update-wise? I want to force an update to all my customers no matter what, however, they are asked whether or not they want to update, even after using the ClickOnce deployment API. 回答1: Yes, you can force an upgrade for all customers by requiring a minimal version. This is so that you can make incompatible server changes. From MSDN: To mark an update as required, click Specify a minimum required version for this

ClickOnce - automatically making all builds required?

╄→гoц情女王★ 提交于 2019-12-24 17:08:57
问题 Is there a script for always making all my published builds required, update-wise? I want to force an update to all my customers no matter what, however, they are asked whether or not they want to update, even after using the ClickOnce deployment API. 回答1: Yes, you can force an upgrade for all customers by requiring a minimal version. This is so that you can make incompatible server changes. From MSDN: To mark an update as required, click Specify a minimum required version for this

FIPS-compliant Isolated Storage in WinXP?

给你一囗甜甜゛ 提交于 2019-12-24 13:26:35
问题 I've read (but not tested) that Isolated Storage uses Sha1Managed, which is not FIPS-compliant? Is that accurate, and can anything be done to use Isolated Storage on a FIPS-compliant WinXP SP2 box? I've seen mention of "Isolated Storage" within both the ClickOnce and Silverlight spaces. I'd appreciate an informed answer regarding either (or both!). 回答1: Yes, Isolated Storage does use SHA1Managed internally, which is not FIPS compliant. You will get an exception thrown from within the

Prevent application execution during ClickOnce install

只谈情不闲聊 提交于 2019-12-24 12:08:07
问题 I have an application that I need to deploy via ClickOnce on a web page, but I need it to only install the application and not execute it automatically after the install is complete. The user should have to manually start the application from the start menu - even after the initial install. How do I accomplish this? 回答1: The answer is in the MSDN article How to: Disable URL Activation of ClickOnce Applications by Using the Designer . 来源: https://stackoverflow.com/questions/3348159/prevent

how to build a patch for existing installer

霸气de小男生 提交于 2019-12-24 10:15:52
问题 I build an installer, and it is deployed. I need build a patch to upgrade old files with new files. Please help me. Please help me how to do it. I am using Visual Studio 2010 Ultimate. Thanks. 回答1: Visual Studio doesn't support creating patches, but you can always create major upgrades: increase your Product Version, changing the Product Code keep the same Upgrade Code modify your installer project and build it when the new version runs, it will automatically detect and uninstall older

How to add QBFC13_0.msm to Clickonce

自古美人都是妖i 提交于 2019-12-24 05:04:32
问题 There seems to be no step by step process documented anywhere on the web on how to do this. If it is mentioned, it's very poorly documented, and I cannot follow the complex path they suggest. I am a newbie to ClickOnce, I've been able to get my c# program to install correctly on the users machine, but of course I get the "22E88GD7-FB0B-B905-CCA6BD526B52" "class not registered", implying I believe that QBFC13 is not installed on the users machine. My customer does NOT want a separate one time

How to add QBFC13_0.msm to Clickonce

送分小仙女□ 提交于 2019-12-24 05:04:21
问题 There seems to be no step by step process documented anywhere on the web on how to do this. If it is mentioned, it's very poorly documented, and I cannot follow the complex path they suggest. I am a newbie to ClickOnce, I've been able to get my c# program to install correctly on the users machine, but of course I get the "22E88GD7-FB0B-B905-CCA6BD526B52" "class not registered", implying I believe that QBFC13 is not installed on the users machine. My customer does NOT want a separate one time

Click Once Deployment for Mac

匆匆过客 提交于 2019-12-24 03:22:29
问题 As the title states, is there an equivalent to Click Once application deployment for the Mac? I ask this because the version of Safari that ships with Lion has removed DMG (disk image) files as a "safe file type" that is opened after downloading. The company I work for has a rather special-purpose application that should launch as soon as it is downloaded. 来源: https://stackoverflow.com/questions/7445729/click-once-deployment-for-mac

Edit environment variable in registry

余生颓废 提交于 2019-12-24 02:45:29
问题 I want to read all environment variable from the registry and set a new value for it with c# in visual studio 2010 express. Thus I read the subkey of local machine: SYSTEM\CurrentControlSet\Control\Session Manager\Environment and there the value of Path . While reading the Path value: reg = Registry.LocalMachine.OpenSubKey(SUB_KEY_PATH, true); I get an exception, that i don't have the permission for it. Therefore I set the value in the manifest: <requestedExecutionLevel level=

VS2015: The components for communicating with FTP servers are not installed

耗尽温柔 提交于 2019-12-24 02:11:06
问题 I have been using Visual Studio 2010 Pro for my vb.net desktop application development. I publish the apps via clickonce to a web server with ftp. My settings look like this: Publishing folder location: ftp://www.webaddress.com/folder/ Installation folder : http://webaddress.com/folder/ This works perfect in VS2010. I am now trying to upgrade to Visual Studio 2015 community edition. When I try to publish my app, I get the error "The components for communicating with FTP servers are not