|
-
May 31st, 2002, 09:49 AM
#1
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
-
May 31st, 2002, 10:04 AM
#2
Hyperactive Member
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!"
-
May 31st, 2002, 10:37 AM
#3
Fanatic Member
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!
-
May 31st, 2002, 11:15 AM
#4
Thx Walter i downloaded and installed the software, can you explain me more further the use please?
TIA
-
May 31st, 2002, 11:21 AM
#5
Fanatic Member
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!
-
May 31st, 2002, 11:41 AM
#6
PowerPoster
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....
-
Jun 3rd, 2002, 07:26 AM
#7
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
-
Jun 3rd, 2002, 08:37 AM
#8
-
Jun 3rd, 2002, 10:22 AM
#9
SOLVED!!!
-
Jun 3rd, 2002, 11:30 AM
#10
PowerPoster
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....
-
Jan 28th, 2005, 12:48 AM
#11
Fanatic Member
Re: Well
 Originally Posted by James Stanich
Care to explain how you solved it. It may help someone out in the future...
yeah... like me damnit!
-
Jan 28th, 2005, 01:06 AM
#12
Re: Problems with distribution package
long gone. why bump old posts that are meaningless?
-
Jan 28th, 2005, 01:11 AM
#13
Fanatic Member
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.
-
Jan 28th, 2005, 01:27 AM
#14
Re: Problems with distribution package
search for crystal reports, or inno installer
-
Jan 28th, 2005, 01:32 AM
#15
Fanatic Member
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
-
Jan 28th, 2005, 02:36 AM
#16
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.
-
Jan 28th, 2005, 12:49 PM
#17
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
-
Jan 28th, 2005, 04:19 PM
#18
Re: Problems with distribution package
sorry if I offended you, but I did help afterwards, didn't I?
-
Jan 28th, 2005, 04:53 PM
#19
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|