Results 1 to 5 of 5

Thread: [RESOLVED] distributing my app

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    68

    Resolved [RESOLVED] distributing my app

    Hey guys, I'm relatively new to programming.. and I'm alittle confused as to how I "deploy" my application.

    Its a VB.net app using .net framework 2.0 AND some autoITx code, which I access using COM (requires the AutoItX3.dll).

    So.. in order to deploy my app to clients...

    client must have my compiled .exe (duh!)
    client must have .net framework 2.0
    client must have autoitx3.dll registered???

    i'm not really sure what the best practices are for deployment or how I should include the dll. Its a very simple app that doesn't require any installation, or registry. just run the exe.

    any tips or help would be great. thx!
    Novice Programmer
    Expert Bodybuilder (Feel free to PM me any training/diet/supplement questions)

    vbforums.com
    aplist
    msdn forums

  2. #2
    Hyperactive Member The_Duck's Avatar
    Join Date
    May 2005
    Location
    Leamington, UK
    Posts
    351

    Re: distributing my app

    Are you using Visual Studio?

    Take a look at adding a deployment project to your solution!

    Regards,

    Darren

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: distributing my app


  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    68

    Re: distributing my app

    thx for the replies.

    Is there a way to automatically include the DLL? I used com to access it. thx
    Novice Programmer
    Expert Bodybuilder (Feel free to PM me any training/diet/supplement questions)

    vbforums.com
    aplist
    msdn forums

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    68

    Re: distributing my app

    I ended up running a logon script that copied the AutoITX3dll to a local folder on all client machines. Then, I registered the DLL on all client computers. SImple enough..and it worked.

    here is the syntax for dll silent registration:

    regsvr32.exe /s c:\dlls\AutoItX3.dll
    Novice Programmer
    Expert Bodybuilder (Feel free to PM me any training/diet/supplement questions)

    vbforums.com
    aplist
    msdn forums

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