CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Ok done with my setup program, one problem though.......

    How can I "zip" everything into one file and upon the execution it will extract all "zipped" files to temp directory. After setup is completed it will delete all the files that were extracted to temp dir. I know I can use Winzip Self-Extracting Utility, but is there anyway to make something like that with VB, without using "outside" programs....strictly VB


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: Ok done with my setup program, one problem though.......

    The package and deployment wizard gives you the option of making a single cab file for deployment.


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

Featured