منتدى أحلـــى كـــلام
عزيزى الزائر

كونك زائر غير مسجل

* سيتم عرض اعلانات لك، هذه الاعلانات لا تظهر للاعظاء.
* لن تتمكن من مشاهدة بعض محتويات مواضيعنا.

ندعوك للتسجيل بأقل من دقيقة
* لتتمكن من مشاهدة كافة محتويات المواضيع التى ترغب فى قرآئتها .
* وقف عرض الاعلانات.

SiteAdmin

انضم إلى المنتدى ، فالأمر سريع وسهل

منتدى أحلـــى كـــلام
عزيزى الزائر

كونك زائر غير مسجل

* سيتم عرض اعلانات لك، هذه الاعلانات لا تظهر للاعظاء.
* لن تتمكن من مشاهدة بعض محتويات مواضيعنا.

ندعوك للتسجيل بأقل من دقيقة
* لتتمكن من مشاهدة كافة محتويات المواضيع التى ترغب فى قرآئتها .
* وقف عرض الاعلانات.

SiteAdmin
منتدى أحلـــى كـــلام
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

مشكلة اثناء تحميل برنامجى

2 مشترك

اذهب الى الأسفل

مشكلة اثناء تحميل برنامجى Empty مشكلة اثناء تحميل برنامجى

مُساهمة من طرف 123 الخميس يوليو 22, 2010 9:30 am

عند محاولة تنصيب برنامجى على ويندوز امس بي تظهر هذة الرسالة



Setup cannot continue because some system files are out of date on your system. Click OK if you would like setup to update these files for you now. You will need to restart Windows before you can run setup again. Click cancel to exit setup without updating system files.



وبعد اعادة التشغيل ومحاولة التحميل مرة اخرى تظهر الرسالة مرة اخرى ؟!!

مع العلم باننى حزمت المشروع بشكل صحيح وتم تحميلة على العديد من الاجهزة على نفس الاصدار من ويندوز اكس بي ( SP2 ) .

123
عضو نشط
عضو نشط

عدد المساهمات : 34
نقاط : 164
تقييم العضو : 0
تاريخ التسجيل : 15/06/2010

الرجوع الى أعلى الصفحة اذهب الى الأسفل

مشكلة اثناء تحميل برنامجى Empty رد: مشكلة اثناء تحميل برنامجى

مُساهمة من طرف SiteAdmin الخميس يوليو 22, 2010 11:58 am

الكود:
 

Setup cannot continue because some system files are out of date on your system. Click OK if you would like setup to update these files for you now. You will need to restart Windows before you can run setup again. Click cancel to exit setup without updating system files.



افادت شركة ميكروسوفت عن هذه المشكلة بالآتي

اقرت Microsoft بان هذه المشكلة هى خطاء فى منتجات ميكروسوفت Visual basic 5 و Visual basic 6 .

وافادات بحلول مقترحة يجب محاولتها لحل هذة المشكلة كالتالى :



1- Copy the TEMP and TMP environment variables to a folder that is in the same drive partition as the Windows system files. To do this, open a command prompt window and type the following at the prompt:

الكود:
 



 TMP=C:\TEMP
Set TEMP=C:\TEMP



This will save the TEMP and TMP environment variables to a folder named "Temp" that resides on the C: drive.

NOTE: The folder must exist prior to carrying out these steps.

Once these environment variables are set, the application should then install and continue past the message on reboot.


2- If your Autoexec.bat file contains the following line (or similar):

If exists c:\temp\*.tmp del c:\temp\*.tmp

comment it out by placing "REM" in front of it.

3- Disable any Anti-virus software (or other memory resident programs) and try running Setup again. Often the best way to accomplish this is to run setup in Safe Mode. It may also be necessary to copy all of the setup files to a temporary folder on the hard drive disk and run Setup.exe from there.

4- Leftover files from a failed Setup attempt can also cause this problem. If found, delete the msftqws.pdw subfolder and its contents from the Temp folder. Also look in the Windows or Winnt folder for Setup1.exe and any *.CAB files from previous installs, and delete them. This should be done after each failed install.

5- Some logon scripts can cause this problem, so try to run Setup before logging on to the network.

6- Make sure you are deploying the same file versions that you are using on your development machine. The wizards have a special folder where they look first for files to package. If found, a file is used from this source instead of the file your system is running.

For Visual Basic 6.0, it is especially important to make sure that you are deploying the proper version of Mdac_Typ.exe. The version of this file should match the Reference to "Microsoft ActiveX Data Objects 2.x Library" in your project. The default locations for this folder are as follows:

For Visual Basic 5.0:

C:\Program Files\DevStudio\VB\setupkit\kitfil32\sys32

For Visual Basic 6.0:

C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\Redist

7- The system files that may need to be updated are listed in the Bootstrap or Bootstrap Files section of the Setup.lst file created with your package. These files can also be installed separately from self-extracting files found on Microsoft's support web site. Please see the References section for information about obtaining these files.

8- You can also edit the Setup.lst file. Look in the Setup1 Files or Files section for files to be copied to either $(WinSysPath) or $(WinSysPathSysFile). For example, Msvcrt.dll and Mfc42.dll. You can copy these lines to the end of the Bootstrap or Bootstrap Files section. You must renumber these lines so that the File numbers are sequential, for example "File1=...", File2=..." and so on. If these lines are removed from their original section, the remaining lines must be renumbered to maintain a sequential list
SiteAdmin
SiteAdmin
Admin
Admin

عدد المساهمات : 333
نقاط : 2040
تقييم العضو : 6
تاريخ التسجيل : 09/06/2010
العمر : 49
الموقع : Banker

http://ahlakalam.to-relax.net

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى