yes it is possible t change the password.
you need to tweak the configuration file and set authentication to use mixed
mode.

Refer to the following msdn page find the parameters you need to change
http://msdn.microsoft.com/en-us/library/ms144259.aspx

Regards,
Asiri Wanigarathne


On 16 May 2010 06:09, ALive <aliv...@gmail.com> wrote:

> Good day to Wix community!
>
>
>
> Is it possible to pass a parameter inside MSBuild generated bootstrapper?
>
> I would like to pass a 'SA' password for the SQL Server Express setup along
> with some other setup options.
>
>
>
> According to a Package.xml file taken from SQL Server express bootstrapper
> (C:\Program Files (x86)\Microsoft
> SDKs\Windows\v7.0A\Bootstrapper\Packages\SqlExpress2008\en\package.xml) we
> have this predefined parameters (for x86 version):
>
> <!-- Defines a new installation (x86) -->
>
> <Command PackageFile="SQLEXPR32_x86_ENU.EXE"
>
>         Arguments='/q /hideconsole /action=Install /features=SQL
> /instancename=SQLEXPRESS /enableranu=1 /sqlsvcaccount="NT Authority\Network
> Service" /AddCurrentUserAsSqlAdmin /skiprules=RebootRequiredCheck'
>
>         EstimatedInstalledBytes="225000000"
>
>         EstimatedInstallSeconds="420">
>
>
>
> It would be nice at least to change "Argiments" property.
>
> Is that possible?
>
> Any advices would be appreciated!
>
>
>
> Thanks!
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to