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
Re: Problems with distribution package
long gone. why bump old posts that are meaningless?
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. :)
Re: Problems with distribution package
search for crystal reports, or inno installer
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
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.
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
Re: Problems with distribution package
sorry if I offended you, but I did help afterwards, didn't I?
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.