473,756 Members | 1,808 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XP Pro Install Package Wizard

hi guys and girls

I have 2 problems that are driving me crazy!

1/
I have a front end mde, and back end mdb, that I have packaged and
installed successfully in the past on both Win98 and XP Pro PCs.
Since XP Pro PS2 OEM version is installed on a new box, Ive found I get
the following ERROR Message Dialog Box, when I go to install my
application:

Visual Basic 6.0 Setup Toolkit
The Office System Pack cannot be installed on this system because it
requires Windows NT 4.0 Service Pack or Later.

It then cancels the installation.
This has happened on a few PCs with the same OS, XP Pro SP2.
When I package it I include the System Files.

2/
The same App has an ActiveX control "mscal.ocx" in it. Most times when
I have installed it successfully, I sometimes get errors when I access
the form with the Calendar on it. I usually exit the program and using
a dos prompt, I use regsvr32 to unregistered and re-registered
mscal.ocx, and this works ok. But sometimes on XP Pro OSs I get a error
message saying it cant find the file or were it is in the registry.
Mscal.ocx is stored and registered in the local folder of the program.
Ive check the status of the profile and have full access.

Any help would be greatly appreciated!
Thanks for your time and effort.

Chris
Sydney
Australia

Nov 13 '05 #1
4 6461
On 19 Jan 2005 18:50:06 -0800, ch***@krisaraco mputers.com.au wrote:

There is a known problem with mscal.ocx and the PDW. Check the MSFT
knowledge base. If memory serves, in setup.lst you need to manually
change $DLLSelfRegiste r to #DllSelfRegiste rEx.

Your first point: no idea what "Office System Pack" is. It doesn't
sound like something you are allowed to redistribute.

-Tom.

hi guys and girls

I have 2 problems that are driving me crazy!

1/
I have a front end mde, and back end mdb, that I have packaged and
installed successfully in the past on both Win98 and XP Pro PCs.
Since XP Pro PS2 OEM version is installed on a new box, Ive found I get
the following ERROR Message Dialog Box, when I go to install my
application:

Visual Basic 6.0 Setup Toolkit
The Office System Pack cannot be installed on this system because it
requires Windows NT 4.0 Service Pack or Later.

It then cancels the installation.
This has happened on a few PCs with the same OS, XP Pro SP2.
When I package it I include the System Files.

2/
The same App has an ActiveX control "mscal.ocx" in it. Most times when
I have installed it successfully, I sometimes get errors when I access
the form with the Calendar on it. I usually exit the program and using
a dos prompt, I use regsvr32 to unregistered and re-registered
mscal.ocx, and this works ok. But sometimes on XP Pro OSs I get a error
message saying it cant find the file or were it is in the registry.
Mscal.ocx is stored and registered in the local folder of the program.
Ive check the status of the profile and have full access.

Any help would be greatly appreciated!
Thanks for your time and effort.

Chris
Sydney
Australia


Nov 13 '05 #2
Thanks Tom
I'll lookup MSKB and see if I can find the solution to fix setup.lst.

With my 1st problem, Ive found what happens with XP SP2.
It removes 2 dlls from the system, and the Packaging Wizard relies on
one of them. "Dbmsadsn.d ll".

MS Solution:

1. Locate the Packaging Wizard folder on the computer where the Access
2002 runtime deployment package was created.

By default, the Packaging Wizard folder can be found at the following
location:

<Installation Drive>:\Program Files\Microsoft Office
Developer\Packa ging Wizard
2. Start Notepad, and then open the Ospfilelist.txt file.

Note Make a backup copy of the Ospfilelist.txt file.
3. In the Ospfilelist.txt file, locate the line that contains the
Dbmsadsn.dll file. Delete the line that contains the Dbmsadsn.dll file.

4. On the File menu, click Save.
5. On the File menu, click Exit.
6. Create the Access 2002 runtime deployment package again by using the
Packaging Wizard.
7. Install the Access 2002 runtime deployment package on the computer
that is running Windows Server 2003.

Notice that the installation of the Access 2002 runtime deployment
package is successfully completed.

I hope this helps others.

Chris

Nov 13 '05 #3
I have the same problem. Hopefully this will help me too.

ch***@krisaraco mputers.com.au wrote:
Thanks Tom
I'll lookup MSKB and see if I can find the solution to fix setup.lst.

With my 1st problem, Ive found what happens with XP SP2.
It removes 2 dlls from the system, and the Packaging Wizard relies on
one of them. "Dbmsadsn.d ll".

MS Solution:

1. Locate the Packaging Wizard folder on the computer where the Access 2002 runtime deployment package was created.

By default, the Packaging Wizard folder can be found at the following
location:

<Installation Drive>:\Program Files\Microsoft Office
Developer\Packa ging Wizard
2. Start Notepad, and then open the Ospfilelist.txt file.

Note Make a backup copy of the Ospfilelist.txt file.
3. In the Ospfilelist.txt file, locate the line that contains the
Dbmsadsn.dll file. Delete the line that contains the Dbmsadsn.dll file.
4. On the File menu, click Save.
5. On the File menu, click Exit.
6. Create the Access 2002 runtime deployment package again by using the Packaging Wizard.
7. Install the Access 2002 runtime deployment package on the computer
that is running Windows Server 2003.

Notice that the installation of the Access 2002 runtime deployment
package is successfully completed.

I hope this helps others.

Chris


Nov 13 '05 #4
MNF
The same error message "The Office System Pack cannot be installed on
this system because it requires Windows NT 4.0 Service Pack 6 or
later."
is reported if C:\WINDOWS\Syst em32\MSVBVM60.D LL is missing or
corrupted (Unlikely, but it had happened on one of my clients).

Michael Freidgeim
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1763
by: Google Mike | last post by:
On Linux, I need to ask what your favorite installation options are for a PHP app as a kind of poll. In this first part, I discuss the Install Wizard choices. In Part 2, I discuss the database configuration choices. Consider SugarCRM. It's really an SDK that you customize. Knowing that, you might want to download about 4 to 30 different PHP/CRM products, try out which one you like, and then try to customize 3-4 of your top choices,...
3
57001
by: Jeremy S. | last post by:
On my dev machine (XP/Pro with VS.NET 2003) I have been developing a Windows Service and installing it on the local machine by opening the Visual Studio Command Prompt and then executing . Now I want to test this service on a Windows Server 2003 box that doesn't have the Visual Studio Command prompt. How do I go about installing the service on the Windows Server 2003 box? Thanks!
7
5021
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying. I created the websetup and built the MSI, have the bundled version. Copied to webserver and ran Websetup.msi. Said I had to remove old version, which I did, then reran WebSetup.msi and keeps giving me this error. "The installer was interrupted...
4
1385
by: MMesarch | last post by:
Hi, A previous question about sharing applications had a response that I need to make sure the other computers I was sharing my VB.NET application needed to have the Framework installed. I got through that and manually installed the dotnetfx.exe file on the other computer. But as I want to share this program with a larger audience I realize I should potentially package it for deployment where when the user goes to
1
2690
by: Maklar | last post by:
Greetings, When I launch the PDW, I select the project that I wish to package and deploy, and go through the various steps in the wizard to reference files and such. When I reach the end of the wizard and am prompted to click the Finish button, I click it and then the wizard dialog disappears without the package being generated. No files within the \Package or \Package\Support folders. Nothing. Its as if the PDW has lost the ability to...
3
5141
by: Hansen | last post by:
I hope that there is someone here that can help me. It's not directly related to this group but maybe someone here can help me. I wanted to deploy my Access database to another pc using the Access 2003 Developer Extensions. Check the web and found out that it is part of Visual Studio Tools for the Microsoft Office System, which in turn is a free add-on to Visual Studio 2005. Bought Visual Studio 2005 Pro. (Plenty money right there)....
3
9297
by: Anthony Smith | last post by:
I always get this message. No matter what package $ pear install Date PHP Warning: Module 'oci8' already loaded in Unknown on line 0 No releases available for package "pear.php.net/Date" Cannot initialize 'Date', invalid or missing package file Package "Date" is not valid install failed
1
2610
by: RandomElle | last post by:
Can anyone help me out with locating & using the package and deployment wizard for Access 2003? I have searched for HOURS and cannot find the Package & Deployment wizard for Access2003 anywhere on my machine. It's supposed to be under Program Files/Microsoft Office/Package & Deployment.... It's not there and I don't have a folder with anything even close on my machine. I have installed: * MS Office Pro 2003 with Biz contact Mgr , *...
4
7100
by: Amber | last post by:
The installer tells it faild to config db2inst1, the db2setup.err is as following: /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:60: Engine "clearlooks" is unsupporte d, ignoring Jun 15, 2007 6:32:36 PM java.util.prefs.FileSystemPreferences$3 run INFO: Created system preferences directory in java.home.
0
9275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10034
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9872
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9843
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7248
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3805
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3358
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.