Results 1 to 16 of 16

Thread: Package and Deployment Wizard

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2010
    Posts
    1,535

    Package and Deployment Wizard

    Hi
    Could anyone let me know where this is found, and any tips on using it ?
    I want to give a few folk a wee VB6 exe I've made... it does need an OCX
    file and (if needed?) the VB runtime library?

    Or it is good enough just to zip the individual files?

    Thanks, ABB

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Package and Deployment Wizard

    If you are referring to the location on your computer, look for "Microsoft Visual Basic 6.0" under the start menu items! Under that folder is a folder called "Microsoft Visual Basic 6.0 Tools" and in there is the package and deployment wizard. For it can be found at this default location "C:\Program Files (x86)\Microsoft Visual Studio\VB98\Wizards\PDWizard\PDCMDLN.EXE".
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Package and Deployment Wizard

    Thread moved to the Application Deployment section

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2010
    Posts
    1,535

    Re: Package and Deployment Wizard

    Thanks Nightwalker. Never knew about it!

    Tried it on 2 computers and both fell over with a message about 'something is in use'.
    Is it perhaps too old ? It made 25 megs from a 400k exe too !!

    All's that's needed is the required OCX file, the VB6 eve - but also the Runtime?

    Do you know what that's called ?
    Putting those 3 in the same folder and running the exe should work ?

    Thanks.

  5. #5
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Package and Deployment Wizard

    Yes, it is strange that you end up with a 25MB setup although, what other files are associated with your execute (dll, ocx, etc)? That could explain the final size.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2010
    Posts
    1,535

    Re: Package and Deployment Wizard

    There's one OCX (239k) and one mdb file (448k). The main exe file is 468k

    I end up with a CAB file holding 31 objects that's 12meg and a folder called Support that's a duplicate of the CAB file, but with 4 more files.
    Not sure if I need to include the Support folder in the archive or not.

    And can't test it because while installing it reports something is already running and your only option is to abort.
    Which kins of defeats the purpose !

    Hoping someone may know why, and if it can avoided. Tried it on 2 computers, same on each.
    I forget which file it says is running, but could find out.

  7. #7
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Package and Deployment Wizard

    What operating system are you using? If you would like you can email me you source code and can try and create the setup (my email is one my website)?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2010
    Posts
    1,535

    Re: Package and Deployment Wizard

    That's very good of you... thanks, will do

  9. #9
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Package and Deployment Wizard

    Was it you who emailed me "VBSource.zip"? Just making sure I have the correct person.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  10. #10

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2010
    Posts
    1,535

    Re: Package and Deployment Wizard

    Yes! That's me

  11. #11
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Package and Deployment Wizard

    Ah ok! I managed to compile the "HyperlinkSample" without problems however, trying to compile "Project1" I receive file not found "cMPID3v2.cls" and hence can't compile that execute.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  12. #12

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2010
    Posts
    1,535

    Re: Package and Deployment Wizard

    Ah, sorry... on it's way to you now

  13. #13
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Package and Deployment Wizard

    Unfortunately, when I attempt to run "Britburn1966-78Renumberer.exe" I receive a message saying "MSFLXGRD.OCX" not found, also, "msxml2.dll" is required too. So located those files on your system, adding them to the setup package should hopefully solve the problem.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  14. #14

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2010
    Posts
    1,535

    Re: Package and Deployment Wizard

    Oops... also on their way.

  15. #15
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Package and Deployment Wizard

    Attempting to install "Britburn1966-78Renumberer" I kept receiving "An access violation occurred while copying the file", "expserv.dll", "vbajet32.dll", "shlwapi.dll", "msxml2.dll" and An error occurred while registering "DAO350.dll". However, after setup completes and you run the program it complains that it still ca not find "MSFLXGRD.OCX" despite the fact it was part of the installation page. Running the "Britburn1966-78Renumberer.exe" located in the "Support" folder works with one exception that it keeps asking for the location of "Britburn.ini" which, it can not find.

    Regarding your question about the "Support" folder delete it since it only contains the backup files for the installation.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  16. #16

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2010
    Posts
    1,535

    Re: Package and Deployment Wizard

    The ini file may be present on the users computer. It holds some folder locations.
    If missing there's a browse folder dialog.
    But - sounds like a working installer isn't possible, but thanks heaps for trying.

    Regards, ABB

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