|
-
Oct 18th, 2005, 02:29 AM
#1
Thread Starter
New Member
Files out of date URGENT!
Hi
I have made a NT VB Service using the ntsvc.ocx active x control...everythiong works just fine. I then make a install package with "Package and deployment" wizard to move everything to another machine for isntall...when I then try to run the created setup.exe the install process detects files that are out of date ??
I get the question if I want the system to automatically fix this for me and also tell me I need to restart machine to be able to proceed..I restart the machine but nothing happens....Is there a way for me to check which files that are out of date ?? I have installed the latest MDAC because I thought that might have an impact but is appears not....
Can someone give me a hint about how to proceed ??
Helmut
-
Oct 18th, 2005, 02:36 AM
#2
-
Oct 18th, 2005, 06:51 AM
#3
Re: Files out of date URGENT!
What platform did you create the install on and what platform are you running the install on?
-
Oct 18th, 2005, 07:29 AM
#4
Thread Starter
New Member
Re: Files out of date URGENT!
I tried to install VB6 runtime but no success.......the Operating system on the machine that created the install package was XP proffesionsl...the OS on the destination machibe is windows 2000...can that be an issue ?
Any other hint for solving the problem ?
br
Helmut
-
Oct 18th, 2005, 07:50 AM
#5
Re: Files out of date URGENT!
 Originally Posted by helmut2
I tried to install VB6 runtime but no success.......the Operating system on the machine that created the install package was XP proffesionsl...the OS on the destination machibe is windows 2000...can that be an issue ?
Any other hint for solving the problem ?
br
Helmut
Well, Windows 2000 is older than XP Pro so the files that is one it would be older than the files you are grabbing from your OS.
-
Oct 18th, 2005, 08:29 AM
#6
-
Oct 18th, 2005, 10:33 AM
#7
Thread Starter
New Member
Re: Files out of date URGENT!
Thats the major problem..it soesnt tell me which file / files ?? Since I installed VB6 runtime...I thought the different OS I'm dealing with should be no problems....
What can I do to get the same version of the files..can I in some way make the install package on the source machine in a different way ??
Greatful for more hints
Helmut
-
Oct 18th, 2005, 01:05 PM
#8
Addicted Member
Re: Files out of date URGENT!
You must remove some of the system files from being included in the package before creating the setup.exe when packaging on windows xp and deploying to older os's.
See
http://support.microsoft.com/default...b;en-us;831491
and
http://support.microsoft.com/default...b;en-us;330314
-
Oct 19th, 2005, 02:09 AM
#9
KING BODWAD XXI
Re: Files out of date URGENT!
You arent installing the CAL.ocx are you? If so remove that because its an absolute nightmare on installers
-
Oct 20th, 2005, 03:14 AM
#10
Thread Starter
New Member
Re: Files out of date URGENT!
No, i dont have that component included...I'm using the ntsvc.ocx control for supporting a custom windows service...
I have now tried to follow the solution according to the microsoft link above..that is
include the files:
OLEPRO32.dll
• OLEAUT32.dll
• ASYCFILT.dll
• STDOLE2.tlb
....and make sure the following files are NOT in my package:
• MSVCRT.dll
• MSVCRT20.dll
• MSVCRT40.dll
• MSVCIRT.dll
• MFC42.dll
• MFC40.dll
Even after this I get the same problem...?? some files are out of date (no idea which files) and when I restart windows which I get prompted to do - the same cycle repeats
Helmut
-
Oct 20th, 2005, 03:22 AM
#11
KING BODWAD XXI
Re: Files out of date URGENT!
Can you now just install it manually?
-
Oct 20th, 2005, 04:14 AM
#12
Re: Files out of date URGENT!
helmut2,
This is a common and re-occurring conversation in these forums. Read Installation Problems in my signature and search the forum.
-
Jun 26th, 2008, 09:35 AM
#13
New Member
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
|