منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب
تحزيم البرنامج - نسخة قابلة للطباعة

+- منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب (http://vb4arb.com/vb)
+-- قسم : قسم لغة الفيجوال بيسك VB.NET (http://vb4arb.com/vb/forumdisplay.php?fid=182)
+--- قسم : قسم اسئلة VB.NET (http://vb4arb.com/vb/forumdisplay.php?fid=183)
+--- الموضوع : تحزيم البرنامج (/showthread.php?tid=42144)



تحزيم البرنامج - mohamedassim - 13-08-22

السلام عليكم ورحمة الله

اقوم حاليا بتحزيم النظام الذي قمت بتطويره .... باستخدام فيجول بيسك انستالير  لكن اثناء التحزين تظهر لي التحذيرات الاتية... حاولت كثيرا معالجتها لكن لم استطع

WARNING: Item '.NET Framework 3.5 SP1' is required by 'SQL Server 2008 R2 Express', but was not included.
WARNING: Item '.NET Framework 3.5 SP1' is required by 'SQL Server 2008 R2 Express', but was not included.
WARNING: The 'SQL Server 2008 R2 Express' item selected requires 'Microsoft.Windows.Installer.4.5'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper package for the missing prerequisite.
WARNING: The 'SQL Server 2008 R2 Express' item selected requires 'Microsoft.Windows.Installer.4.5'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper package for the missing prerequisite.
WARNING: The value of the 'PublicKey' attribute in 'Microsoft .NET Framework 4.6.1 (x86 and x64)' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\NDP461-KB3102436-x86-x64-AllOS-ENU.exe'.
WARNING: The value of the 'PublicKey' attribute in 'Microsoft .NET Framework 4.6.1 (x86 and x64)' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\NDP461-KB3102436-x86-x64-AllOS-ENU.exe'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR32_x86_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR32_x86_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR_x64_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR_x64_ENU.EXE'.


RE: تحزيم البرنامج - mohamedassim - 13-08-22

تم تصحيح هذه الاخطاء من خلال الطريقة في الرابط ادناه
WARNING: The value of the 'PublicKey' attribute in 'Microsoft .NET Framework 4.6.1 (x86 and x64)' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\NDP461-KB3102436-x86-x64-AllOS-ENU.exe'.
WARNING: The value of the 'PublicKey' attribute in 'Microsoft .NET Framework 4.6.1 (x86 and x64)' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\NDP461-KB3102436-x86-x64-AllOS-ENU.exe'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR32_x86_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR32_x86_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR_x64_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR_x64_ENU.EXE'.








https://stackoverflow.com/questions/2934739/how-to-put-sql-server-2008-r2-express-advanced-and-with-tools-editions-in-the-vi

حاليا بقى عندي فقط هذين التحذيرين

WARNING: Item '.NET Framework 3.5 SP1' is required by 'SQL Server 2008 R2 Express', but was not included.
WARNING: Item '.NET Framework 3.5 SP1' is required by 'SQL Server 2008 R2 Express', but was not included.
WARNING: The 'SQL Server 2008 R2 Express' item selected requires 'Microsoft.Windows.Installer.4.5'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper package for the missing prerequisite.
WARNING: The 'SQL Server 2008 R2 Express' item selected requires 'Microsoft.Windows.Installer.4.5'. Select the missing prerequisite in the


اذا في حد عنده حل لهم بكون ممتن


RE: تحزيم البرنامج - a7med saba - 16-08-22

(13-08-22, 03:42 AM)mohamedassim كتب : تم تصحيح هذه الاخطاء من خلال الطريقة في الرابط ادناه
WARNING: The value of the 'PublicKey' attribute in 'Microsoft .NET Framework 4.6.1 (x86 and x64)' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\NDP461-KB3102436-x86-x64-AllOS-ENU.exe'.
WARNING: The value of the 'PublicKey' attribute in 'Microsoft .NET Framework 4.6.1 (x86 and x64)' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\NDP461-KB3102436-x86-x64-AllOS-ENU.exe'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR32_x86_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR32_x86_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR_x64_ENU.EXE'.
WARNING: The value of the 'PublicKey' attribute in 'SQL Server 2008 R2 Express' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en\SQLEXPR_x64_ENU.EXE'.








https://stackoverflow.com/questions/2934739/how-to-put-sql-server-2008-r2-express-advanced-and-with-tools-editions-in-the-vi

حاليا بقى عندي فقط هذين التحذيرين

WARNING: Item '.NET Framework 3.5 SP1' is required by 'SQL Server 2008 R2 Express', but was not included.
WARNING: Item '.NET Framework 3.5 SP1' is required by 'SQL Server 2008 R2 Express', but was not included.
WARNING: The 'SQL Server 2008 R2 Express' item selected requires 'Microsoft.Windows.Installer.4.5'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper package for the missing prerequisite.
WARNING: The 'SQL Server 2008 R2 Express' item selected requires 'Microsoft.Windows.Installer.4.5'. Select the missing prerequisite in the


اذا في حد عنده حل لهم بكون ممتن

لا يوجد تطابق بين حزمة الفريمورك مع الريفرنس المثبت التابع لقواعد بيانات sql