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
    Posts
    1

    Urgent : setup wizard customization

    i have developed an application in Visual Basic 6.0. in this apllication i have used around 100 gifs. so when i am installing through setup wizard it is taking
    around 30 minutes. so please tell me is there any way of speeding my installation
    thank you
    from
    k.c.sekhar



  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: Urgent : setup wizard customization

    Not sure if you can really speed things up (although I know cabfiles are sloooooow....), but you can modify the source of setup1.exe, I believe it's in the wizard folder of your VB dir (search for setup1.vbp).

    Crazy D :-)
    "One ring rules them all"

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