Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deployment from a website

Status
Not open for further replies.

furjaw

Programmer
Mar 27, 2006
49
0
0
US
Visual Studio 2005 Professional:

I wrote a Windows app that I intend to sell via a website.
I successfully used a Setup project to deploy the project from a CD.
Now, I would like to have customers be able to download it from a website.
Do I simply compress it to a zip file and upload that to the website?
 
You need to look into ClickOnce Deployment, this will allow you to do what you want and more.

 
furjaw,

Here is a great article on ClickOnce Deployment

Senior Qik III, ASP.Net, VB.Net ,SQL Programmer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SELECT * FROM Users WHERE clue > 0
0 Rows Returned

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
I tried ClockOnce for deploying from CD.
I didn't like it because:
1) It buried the app so deep that nobody could ever find it.
Windows Installer puts the app in C:\Program Files.
2) I couldn't get rid of the "Unknown Publisher" warning message.
Windows Installer never gives that message.
3) It wouldn't install an icon on the desktop
(although, I saw where somebody figured out a work-around for that).

I developed the app with Visual Studio 2005 Express Edition.
I bought Visual Studio 2005 Professional just for the Windows Installer.
It looks to me like they cleverly added the above 3 limitations,
so somebody like me could develop an application without spending anything,
then, when it is complete, they would be forced to pay up!

 
The “unknown publisher” warning message is because you need to register with verisign (veritas, uk) or similar, for a key that you include with the deployment/install package, no software or method will by pass that.

The install desktop icon, you can include that in your app (first time run, may have seen it with older adobe installs).
 
I registered with VeriSign and included the key but I still got the "unknown publisher" warning.
I just downloaded TaxAct software and I got the warning message.
Everytime I download software from Microsoft, I get the message!
 
I thought that you needed a component in your app, that uses the key to validate it with VeriSign's servers.?.

My Uncle worked on the data rights key software for Veritas, I'll ask him next time i see him.
 
I am able to download my app from my website, but, I don't like the way that it works, so I decided to try ClickOnce.
here is the error that I got:

Error 1 Failed to connect to ' with the following error: Unable to create the Web ' Server error: Cannot open "we80.cnf": no such file or folder. 1 1 OrthoLabRx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top