ورود

View Full Version : نحوه نصب دیتابیس به صورت silent در installshild 2013



merlin_vista
سه شنبه 26 آذر 1392, 19:05 عصر
سلام :
من یک فایل نصب ساخته ام که .net ها را به صورت سایلنت نصب میکنه ولی به sql server 2008 که میرسه صفحه نصب را نشون میده که من میخواهم سایلنت کنم ....کد زیر را در فایل Microsoft SQL Server 2008 Express SP1 (x86).prq نوشته ام


<SetupPrereq>
<conditions>
<condition Type="32" Comparison="2" Path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\SQLEXPRESS\MSSQLServer\CurrentVersion" FileName="CurrentVersion" ReturnValue="10.0.2531.00"></condition>
</conditions>
<files>
<file LocalFile="&lt;ISProductFolder&gt;\Objects\SQL2008ExpressSP1\SQLEXP R32_x86_ENU.exe" URL="http://download.microsoft.com/download/8/E/5/8E53FAA8-1129-4621-903F-3F8DB6D066AC/SQLEXPR32_x86_ENU.exe" CheckSum="3E19D20C8622680503179A8349E528AD" FileSize="0,86303584"></file>
</files>
<execute file="SQLEXPR32_x86_ENU.exe " cmdlinesilent=" /q /Action=Install /Hideconsole /Features=SQL /InstanceName=SQLExpress /AddCurrentUserAsSQLAdmin " requiresmsiengine="1" ></execute>
<dependencies>
<dependency File="&lt;ISProductFolder&gt;\SetupPrerequisites\Windows Installer 4.5 for Windows Server 2003 SP1 and later (x86).prq"></dependency>
<dependency File="&lt;ISProductFolder&gt;\SetupPrerequisites\Windows Installer 4.5 for Windows Server 2008 (x86).prq"></dependency>
<dependency File="&lt;ISProductFolder&gt;\SetupPrerequisites\Windows Installer 4.5 for Windows Vista (x86).prq"></dependency>
<dependency File="&lt;ISProductFolder&gt;\SetupPrerequisites\Windows Installer 4.5 for Windows XP SP2 and later (x86).prq"></dependency>
<dependency File="&lt;ISProductFolder&gt;\SetupPrerequisites\Microsoft .NET Framework 3.5 SP1.prq"></dependency>
</dependencies>
<properties Id="Microsoft SQL Server 2008 Express SP1 (x86)" Description="This installs Microsoft SQL Server 2008 Express Edition SP1 (SQL Server Express) onto only 32-bit operating systems. The /q switch suppresses all Setup dialog boxes and error messages. See http://msdn2.microsoft.com/en-us/library/ms144259.aspx for more information." AltPrqURL="http://saturn.installshield.com/devstudio/setuprequirements/sqlexpress2008/050610/Microsoft SQL Server 2008 Express SP1 (x86).prq"></properties>
</SetupPrereq>

a59ir
دوشنبه 09 دی 1392, 07:22 صبح
سلام
ببخشید شما نسخه کرک شده installshild 2013 رو دارین؟