單擊一個發布 (Click one Release)


問題描述

單擊一個發布 (Click one Release)

我有一個 VB .Net windows 應用程序,如果單擊 url,它會成功啟動。沒有任何問題。

現在我想知道用戶,他們按程序下載我的應用程序,並且我想控制用戶。

因此需要向用戶提供真實的詳細信息下載應用程序。

有沒有辦法解決這個問題?任何解決方案或建議都是可觀的。

提前謝謝你。


參考解法

方法 1:

Publish it in a location you need to be authenticated to see like a network share

Or do you mean something else?

方法 2:

Like to said, put it in a location that requires authentication. I was thinking a website. If no membership, maybe make them fill out the registration form before getting the link to download. You can log their IP address, but you can't get anymore info without them giving it to you.

Otherwise, you can create a registration feature in your application. Maybe require registation after 30 days ( or right away). Create a form the user must fill out ‑ when they register, have it send a web service call and store the registration info.

(by vaduganathanTom Vervoorttpow)

參考文件

  1. Click one Release (CC BY‑SA 3.0/4.0)

#clickonce






相關問題

ClickOnce 發布 (ClickOnce publishing)

如何在無需重新下載每個文件的情況下更新已部署的 clickonce 應用程序? (How do I update a deployed clickonce application without having to redownload every file?)

Bạn cần thực hiện các bước nào để tạo lại tệp kê khai khi sử dụng triển khai Nhấp Một lần (What steps do you need to take to regenerate the manifest when using Click Once deployment)

將 VS 2013 中的 WPF 應用程序發佈到 Programm Files 中——不可能嗎? (Publishing a WPF app in VS 2013 in to Programm Files -- impossible?)

ClickOnce部署,需要係統更新Microsoft.mshtml (ClickOnce Deployment, system update required Microsoft.mshtml)

ClickOnce 從緩存中安裝舊程序集 (ClickOnce installing old assemblies from cache)

使用 MSBuild 發布 ClickOnce 應用 (Publish ClickOnce app with MSBuild)

單擊一個發布 (Click one Release)

使用 PostSharp 1.0 的 ClickOnce 應用程序似乎需要 GAC 中的 1.5 程序集 (ClickOnce application that uses PostSharp 1.0 seems to require 1.5 assemblies in GAC)

如何在遠程計算機上運行 ClickOnce 應用程序 (.appref-ms)? (How to run a ClickOnce application (.appref-ms) on a remote computer?)

使用證書籤署 ClickOnce? (Signing ClickOnce with a certificate?)

不安裝證書可以使用 MSBuild 的 SignFile 嗎? (Can MSBuild's SignFile be used without installing the certificate?)







留言討論