Results 1 to 28 of 28

Thread: Packaging and Deployment Wizard

  1. #1

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Packaging and Deployment Wizard

    Ok finished my app thanks to some very useful help on this forum - thanks again guys.

    Now I have used the packaging and deployment wizard and ended up with a directory called Package that contains setup.exe, a cab file and setup.lst. Also there is a directory called Support containing many files.

    Do I need all of these to install my app on another pc or just the setup.exe and cab file?

    Also when I ran this on a win 98 pc (VB 6 not installed) the installation program ran ok but at the end said some of the fileswere out of date and needed updating from setup. Anyone got any idea what this is on about?

    Cheers

    DJ

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Visual Studio Installer - 1 file...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  3. #3
    Addicted Member chatty's Avatar
    Join Date
    Aug 2002
    Location
    in a house
    Posts
    202
    1. Yes you need al those files in support.
    2. Does it ask you to restart you computer? If so it is becuase it is registerd a few controls that replaced the old ones.

  4. #4
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    1) All the files are needed.
    2) The vb runtime files that are needed are out of date or don't exist. You need these on the pc before you run any vb program, the P&D wizard copies these for you, then installs the app normally after you reboot.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  5. #5

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    Thanks great I'll try again.

  6. #6
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Also when I ran this on a win 98 pc (VB 6 not installed) the installation program ran ok but at the end said some of the fileswere out of date and needed updating from setup. Anyone got any idea what this is on about?
    Ceratin system, this becomes an endless loop. That is why I mentioned the VSI. It seems to handle those issues...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  7. #7

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    Thanks for the pointer - I'll have another crack at installation tomorrow as I'll have a completely clean system to try it on.

    VSI? - where is this available?

  8. #8
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  9. #9

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    Thanks for that James - I might just have to download it (plus SP3 first!).

    Seriously guys thanks for all the help.

    DJ

  10. #10
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Originally posted by dj4uk
    Thanks for that James - I might just have to download it (plus SP3 first!).

    Seriously guys thanks for all the help.

    DJ
    SP3? Hell download SP5 ...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  11. #11
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    No, you don't. I guess he's asking if he needs to ship all the "Support" folder. If that's the question, the answer is no.
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  12. #12
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Originally posted by Mc Brain
    No, you don't. I guess he's asking if he needs to ship all the "Support" folder. If that's the question, the answer is no.
    That was one of them...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  13. #13
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    To enhanced the information. The Support folder has all the needed files copied in it. Besides, it includes a batch file that lets you recreate the CAB file. So, if tomorrow (or whenever) you re-compiled your app (newer version), you only need to copy this new EXE in the Support folder (overwrite it, obviously) and run the batch file to re-create the CAB. Then.... you have a new CAB with your new EXE and all the needed files.

    To sum up, all you need are:

    • Setup.exe
    • Setup.cab (or whatever its name is -can't remember- )
    • Setup.lst
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  14. #14
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808

    Re: Well

    Originally posted by James Stanich
    That was one of them...
    Ok, then... the sentence "1) All the files are needed." seems to give the wrong idea.
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  15. #15
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Also when I ran this on a win 98 pc (VB 6 not installed) the installation program ran ok but at the end said some of the fileswere out of date and needed updating from setup. Anyone got any idea what this is on about?
    This is why I answered. VSI seems to stop the occurances of this. Also allows for one file, which m,akes it quite easy to determine which one to distribute...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  16. #16
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    VSI doesn't create a single file if you really want a setup to be installed in whatever machine. Especially, if this machine hasn't "Windows Installer" installed.
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  17. #17
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    VSI creates one executable file for installation, taht's all I am saying. As far as Windows Installer, well I guess I hadn't thought of that (never has come up before, but good point McBrain).
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  18. #18
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    As far as I can remember, VSI creates these files:

    • Setup.MSI (the installer itself)
    • Setup.exe (the bootstrap file that will check that Windows Installer is installed and if not, install the proper version of it)
    • Instmsiw.exe (the Windows NT/2000 Windows Installer)
    • Instmsia.exe (Windows 95/98 Windows Installer)


    each of these Instmsi?.exe file is 1.46 (approximatelly... but bigger than a diskette).

    Unless you ask to only create the installer, in which case, only the .MSI would be created.
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  19. #19
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Unless you ask to only create the installer, in which case, only the .MSI would be created.
    My point exactly. One file to distribute. Am I not making this clear enough?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  20. #20
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    Yes you're. I'm just pointing the PROs and CONs of VSI.... but it won't be the only file to distribute for Win9x users who has no Windows Installer installed.
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  21. #21
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Originally posted by Mc Brain
    Yes you're. I'm just pointing the PROs and CONs of VSI.... but it won't be the only file to distribute for Win9x users who has no Windows Installer installed.
    As I mentioned good point. I don't want to argue over Install packages here, but you are always pushing Inno. Is this an issue with that package creater?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  22. #22
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808

    Re: Well

    Originally posted by James Stanich
    As I mentioned good point. I don't want to argue over Install packages here, but you are always pushing Inno. Is this an issue with that package creater?
    Not at all. I've had some problems with VSI some times. Besides, I didn't like the idea of having to add 3 files (which are 3.5 MB approx. extra) just to be sure that the installer would run on any machine.
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  23. #23
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Re: Re: Well

    Originally posted by Mc Brain
    Not at all. I've had some problems with VSI some times. Besides, I didn't like the idea of having to add 3 files (which are 3.5 MB approx. extra) just to be sure that the installer would run on any machine.
    So there are no issues with Inno? Maybe I'll make a change, although I really like the inteface. Oh well, enough CC.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  24. #24
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    No. And the only "issues" i had was because I didn't know how to do something. But there's an active newsletter (through Outlook) where you can ask what you need and get an answer (even Jordan Russell -the author- could answer you).
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  25. #25
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    Oh... and another thing. I don't know if VSI has this, but you can create setups in different languages (downloading the language file to use to create the setup).
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  26. #26
    Lively Member
    Join Date
    Jul 2002
    Posts
    69

    What you need

    You need the .Cab file. the .Lst file and the .EXE file

    You don't need what's in the support folder. The reason it's there is so you can modify your EXE and then copy it in the support folder and run the batch to update the cab, lst and such. However, I find it sometimes easier just to run the P & D wizard again so I delete it to save some space
    "Help!!! I've installed Windows CE,ME and NT and now my computer runs like a brick" - shamelessly stolen sig

  27. #27
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    but you can create setups in different languages
    Not a problem for me... but interesting. I am more concerned with the lack of the "analyzer" you mentioned...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  28. #28
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808

    Re: What you need

    Originally posted by sdjunky
    You need the .Cab file. the .Lst file and the .EXE file

    You don't need what's in the support folder. The reason it's there is so you can modify your EXE and then copy it in the support folder and run the batch to update the cab, lst and such. However, I find it sometimes easier just to run the P & D wizard again so I delete it to save some space
    I've already said that:
    Originally posted by Mc Brain
    To enhanced the information. The Support folder has all the needed files copied in it. Besides, it includes a batch file that lets you recreate the CAB file. So, if tomorrow (or whenever) you re-compiled your app (newer version), you only need to copy this new EXE in the Support folder (overwrite it, obviously) and run the batch file to re-create the CAB. Then.... you have a new CAB with your new EXE and all the needed files.

    To sum up, all you need are:

    • Setup.exe
    • Setup.cab (or whatever its name is -can't remember- )
    • Setup.lst
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

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