|
-
Jun 5th, 2003, 12:21 PM
#1
Thread Starter
Fanatic Member
Internet Deployment
Anyone have any code or links or ideas on how to create a client launcher application that would invoke the exe on the server? I can't seem to get my app to start - but it works great right through the browser. This is a windows exe.
-
Jun 5th, 2003, 03:23 PM
#2
Junior Member
You probably want to use No Touch deployment... Though the exe wont be running on the server, only being served up for deployment. A very nice, and easy deployment method for deployment.
http://msdn.microsoft.com/library/de...TFramework.asp
-
Jun 5th, 2003, 03:37 PM
#3
Thread Starter
Fanatic Member
I keep hearing and reading that it is simple, but it is proving not to be. I can set it up so it works if you are starting your app from a form, but if you are using Sub Main in a module, I can't seem to figure out how to execute it.
-
Jun 5th, 2003, 03:51 PM
#4
Junior Member
Take a look at this tutorial with source on No Touch Deployment. Hopefully you'll have some luck with it.
http://msdn.microsoft.com/library/de...ms05152003.asp
If you dont have luck with it... Try this. It's not as sleek as No Touch, or as easy to implement, but it might be more suited to your application.
http://windowsforms.net/articles/appupdater.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|