Results 1 to 4 of 4

Thread: Internet Deployment

  1. #1

    Thread Starter
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681

    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.

  2. #2
    Junior Member joan_fl's Avatar
    Join Date
    Aug 2002
    Location
    Tampa, FL
    Posts
    28
    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

  3. #3

    Thread Starter
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    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.

  4. #4
    Junior Member joan_fl's Avatar
    Join Date
    Aug 2002
    Location
    Tampa, FL
    Posts
    28
    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
  •  



Click Here to Expand Forum to Full Width