【解決方法】Microsoft ストア用の clickonce アプリケーションを再パッケージ化する

プログラミングQA


I wish to deploy a signed Microsoft ClickOnce Application on Microsoft Store. At present, a user can install the signed application by double-clicking on a setup.exe file in a directory with the setup, manifest and support files created by Visual Studio. However, Microsoft Store would like the application packaged up in a single file that does not require access to the internet to install. 

私が試したこと:

A very nice article from <a href="(https://learn.microsoft.com/en-us/previous-versions/dotnet/articles/ms973805(v=msdn.10)?redirectedfrom=MSDN&ranMID=43674&ranEAID=eyzsD2QGsYg&ranSiteID=eyzsD2QGsYg-f0mVuov3ca9EFR7RvIcNbw&epi=eyzsD2QGsYg-f0mVuov3ca9EFR7RvIcNbw&irgwc=1&OCID=AID2200057_aff_7795_1243925&tduid=(ir__utj3dmv0akkfbgyqhnhdrwk0122x6kgu111el3ec00)(7795)(1243925)(eyzsD2QGsYg-f0mVuov3ca9EFR7RvIcNbw)()&irclickid=_utj3dmv0akkfbgyqhnhdrwk0122x6kgu111el3ec00">Michael Sanford</a> suggests referencing a URL to a ClickOnce installation from an MSI file, something that Microsoft Store will not allow. 
This <a href="https://community.spiceworks.com/topic/367200-click-once-to-windows-installer#:~:text=It%20looks%20like%20click-once%20only%20installs%20files%20and,click%20once%20has%20installed%20into%20the%20file%20section">post</a> also suggests putting all of the ClickOnce files in an MSI file but lacks details on how to do this. 
Can anyone point me to a well-documented solution to this problem?

コメント

タイトルとURLをコピーしました