Results 1 to 19 of 19

Thread: Problems with distribution package

  1. #1
    JuanCarlos60
    Guest

    Unhappy Problems with distribution package

    Hi:

    After finished, I made a distribution package of my VB 6.0 program (.cab, setup.exe, and so on)

    When attemping to install, a message appear telling me something is needed about windows installation and the system must be restarted. When this, I did it.

    In those cases, after restart the computer, I have to run setup.exe again, and the same message appears again

    What's happening?

    Somebody knows why?

    P.S. All pc's win 2000 pro

  2. #2
    Hyperactive Member mikef's Avatar
    Join Date
    Jun 2000
    Location
    Beach bound...
    Posts
    510
    I also have had that problem reported from some of my users.

    Anyone know what this is about?

    My users were Win 98 OS.

    "If I had known it was going to be that kinda party, I would have stuck my disk in the mash potatos!"

  3. #3
    Fanatic Member
    Join Date
    Jun 2001
    Location
    Baltimore,MD
    Posts
    536
    I suggest you use Inno Setup its freeware
    http://www.jrsoftware.org/isinfo.php
    Walter Richardson
    Striver2000 Christian Productions
    Iam seventeen but since I started VB in June of 01 GOD has been helping me excell by finding this great forum with a bunch of GREAT PEOPLE!

  4. #4
    JuanCarlos60
    Guest
    Thx Walter i downloaded and installed the software, can you explain me more further the use please?


    TIA

  5. #5
    Fanatic Member
    Join Date
    Jun 2001
    Location
    Baltimore,MD
    Posts
    536
    JuanCarlos60 The Inno Setup allows you to create you own setup program. If you need any help just email me at [email protected] and I will help you.
    Walter Richardson
    Striver2000 Christian Productions
    Iam seventeen but since I started VB in June of 01 GOD has been helping me excell by finding this great forum with a bunch of GREAT PEOPLE!

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

    Well

    Check out MS Visual Studio Installer 1.1 (free)
    Remaining quiet down here !!!

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

  7. #7
    JuanCarlos60
    Guest
    Ok

    i downloaded and installed visual instaler 1.1, now the problem is.

    When i was created a new project the following message appears in the task list

    "The property 'SourceFile' of file 'sscdk80.dll' is invalid"

    The sscdk80.dll is part of Crystal Report, so i can't generate the install program, pls HELP



    TIA

  8. #8
    JuanCarlos60
    Guest
    -bump-

  9. #9
    JuanCarlos60
    Guest
    SOLVED!!!

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

    Well

    Originally posted by JuanCarlos60
    SOLVED!!!
    Care to explain how you solved it. It may help someone out in the future...
    Remaining quiet down here !!!

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

  11. #11
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Well

    Quote Originally Posted by James Stanich
    Care to explain how you solved it. It may help someone out in the future...

    yeah... like me damnit!

  12. #12
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Problems with distribution package

    long gone. why bump old posts that are meaningless?

  13. #13
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Problems with distribution package

    perhaps the reason might, just maybe.. that i have the same problem as the thread discusses, like shakespeare, altho its old, its still relevant today.

  14. #14
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Problems with distribution package

    search for crystal reports, or inno installer

  15. #15
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Problems with distribution package

    I'm moving on to inno installer, fed up with VSI. Not enough *control*, although now I have alot of work to set it up in Inno (but so much more control ), I have a zillion dependencies.

    Thanks for the tip

  16. #16
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Problems with distribution package

    SkiNLaB,

    Since you use Inno Setup... You might want to try ********** to help create your scripts and find your dependencies.

  17. #17
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    Re: Problems with distribution package

    For future reference, this is cause by the Package and Deployment wizard being not very good.
    If you package your app on a higher OS, then try to install to a lower OS then it tries to copy core files, Comctl I believe is one of them, but this isn't compatible...I think it's that file. It was 2 yaers ago since I had this problem.

    I used to package on XP and install on 98, when 98 rebooted it trashed the whole OS install!!! My custom wasn't happy...Hahaha

    Anyways, visual studio clears this up, but it's not a very good installer, I much prefer inno, which as yet, doesn't have any problems, apart from the fact it doesn't overwrite an old install of your app if you installed with another installer...so when I switched my customer had to uninstall the previous version before they installed the new one. Once the new install was done using inno, then all further installs went without a hitch and everything ran smoothly.

    Woka

  18. #18
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Problems with distribution package

    sorry if I offended you, but I did help afterwards, didn't I?

  19. #19
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Problems with distribution package

    Wokawidget,

    Inno Setup will overwrite a previous installation. You would have to use the alwaysoverwrite or the ignoreversion flag on the components you want to overwrite. But of course you need to be careful of how you use the flag.

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