Results 1 to 3 of 3

Thread: executable packaging

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Land of Entrapment
    Posts
    31
    Another rookie question for you guys...

    Do I have to package up my small program and go through all the hassle of the usual software installation stuff or can I simply package up a portable executable? I was given a small exe file that was written in C++ and I don't have to go through all the hoops, I just run the executable, admittedly it's a small utility, but is that possible in VB?

    Thanks.

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Unfortunatly no...unlike C++ vb requires a couple of runtime files that you should include with your software, you would also have to include any controls that you have used in the development of the application. That is where P&DW comes in...it will package all the needed dll's and ocx's into 3 files that you can distribute.

    Hope that helps,
    D!m
    Dim

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Land of Entrapment
    Posts
    31
    It does,
    Thanks.

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