|
-
Nov 28th, 2001, 10:01 AM
#1
Thread Starter
New Member
-
Nov 28th, 2001, 10:19 AM
#2
Frenzied Member
I've never used the Package and Deployment with VB, I use the Wise Installer instead. However, based on what you said, could it be that the computer is missing the following file?
C:\DOCUMENTS AND SETTINGS\USERNAME\LOCAL SETTINGS\TEMP\MSFTQWS.PDW
-
Nov 28th, 2001, 10:38 AM
#3
Well ...
The error means the Setup was unable to extract one of the DLL files onto the target machine. Are you using the latest Service Pack? At least SP3?
.
-
Nov 28th, 2001, 10:55 AM
#4
Member
Are you using the calendar control MSCal.ocx ?
-
Mar 25th, 2002, 12:20 PM
#5
Junior Member
Noticed there's no answer here, so thought I'd provide one in case others are looking to this thread.
As Gurbuly metioned, it sounds like the project in question is using the Mscal.ocx (calendar control). There's a documented bug which will affect installs. Can be tricky to track down, since the error message seems misleading.
The fix is to open the Mscal.dep in notepad (Windows/System folder). Locate the line in the MSCAL.OCX entry which reads:
Register=$(DLLSelfRegisterEx)
Remove the "Ex" so it reads:
Register=$(DLLSelfRegister)
to fix the problem.
&sylvania;
---------------------------------------
VB6:Perl:ASP:JS:HTML:English
(in that order)
MCP
-
Mar 25th, 2002, 12:30 PM
#6
Fanatic Member
How can I get the wise setup program
anyone know where I can download a free setup program creater thats easy and easy to learn.
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!
-
Mar 25th, 2002, 12:47 PM
#7
Junior Member
Wise is really good, but not free, and not one-click-easy either. I just got it last week, and though it's got tons of features and is *very* configurable, I haven't been able to successfully import a vb project into it yet, though I have created a few minor installs from scratch. Seems like you may have to learn msi scripting to use it for vb projects, but not sure.
Anyhow, it beats the pants off the PDW [not that that would be hard to do...]
http://www.wise.com [wise for windows installer---free demo]
Heard some good things about INNO: http://www.jrsoftware.org/isinfo.php
It is free. haven't used it, and have heard that it's limited, but the price is right.
InstallShield's ratings are about the same as Wise, and it's not free either. http://www.installshield.com
&sylvania;
---------------------------------------
VB6:Perl:ASP:JS:HTML:English
(in that order)
MCP
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
|