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