Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2015-06-27 Thread Nick Ramirez
I use:
  

Date: Sat, 27 Jun 2015 21:00:50 -0700
From: ml-node+s687559n7600730...@n2.nabble.com
To: nickra...@hotmail.com
Subject: Re: Bootstrapping SQL Server 2012 Express




Nick Ramirez wrote

Finally got it to work, after installing .NET Framework 4. I guess the SQL 
Server installer can't do that for itself. ;-) Must have been some missing 
dependency. Thanks all for the help!



I try many times but failed. 
Could you post your install command that successed?thanks.

Sam










If you reply to this email, your message will be added to the 
discussion below:

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapping-SQL-Server-2012-Express-tp7581083p7600730.html



To unsubscribe from Bootstrapping SQL Server 2012 Express, 
click here.

NAML
  



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapping-SQL-Server-2012-Express-tp7581083p7600731.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2015-06-27 Thread Nick Ramirez
The arguments you're sending to SQL Server are a little different than the ones 
that I used. For example, you aren't using the SECURITYMODE or SAPWD arguments, 
which I think are required. Look back to that chapter and see if you are 
missing any arguments. Try using the code example from the book or try running 
your arguments directly against the SQL Server executable. That may give you 
better error output. Also, there may be a log of the install in the temp 
directory.
Nick

Date: Sat, 27 Jun 2015 03:01:55 -0700
From: ml-node+s687559n7600728...@n2.nabble.com
To: nickra...@hotmail.com
Subject: Re: Bootstrapping SQL Server 2012 Express



Nick 


face to error with you code.


[0ACC:0AD0][2015-06-27T17:48:32]i301: Applying execute package: 
SQL2012Expressx64, action: Install, path: C:\ProgramData\Package 
Cache\2F765483C256A3B8E9F32EA43C41CB34D3C67623\Redist\SQLEXPR_x64_CHS.exe, 
arguments: '"C:\ProgramData\Package 
Cache\2F765483C256A3B8E9F32EA43C41CB34D3C67623\Redist\SQLEXPR_x64_CHS.exe" 
/ACTION=Install /Q /INDICATEPROGRESS /IACCEPTSQLSERVERLICENSETERMS 
/FEATURES=SQLEngine /INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT="NT 
AUTHORITY\Network Service" /SQLSYSADMINACCOUNTS="BUILTIN\Administrators"'

[0ACC:0AD0][2015-06-27T17:52:45]e000: Error 0x84be0261: Process returned error: 
0x84be0261

[0ACC:0AD0][2015-06-27T17:52:45]e000: Error 0x84be0261: Failed to execute EXE 
package.

[09E8:09EC][2015-06-27T17:52:45]e000: Error 0x84be0261: Failed to configure 
per-machine EXE package.


How do you guys solve it?


Sam










If you reply to this email, your message will be added to the 
discussion below:

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapping-SQL-Server-2012-Express-tp7581083p7600728.html



To unsubscribe from Bootstrapping SQL Server 2012 Express, 
click here.

NAML
  



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapping-SQL-Server-2012-Express-tp7581083p7600729.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2012-10-04 Thread Rob Mensching
Wow, the log file didn't seem to suggest that at all. SQL Server team
really should switch to using Burn for their bootstrapper/chainer. 

On Thu, Oct 4, 2012 at 2:00 PM, Nick Ramirez  wrote:

> Finally got it to work, after installing .NET Framework 4. I guess the SQL
> Server installer can't do that for itself. ;-) Must have been some missing
> dependency. Thanks all for the help!
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapping-SQL-Server-2012-Express-tp7581083p7581141.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2012-10-04 Thread Neil Sleightholm
For 2012 I believe it will work with .NET 3.5 or .NET 4.0.

-Original Message-
From: Nick Ramirez [mailto:nickra...@hotmail.com] 
Sent: 04 October 2012 22:00
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Bootstrapping SQL Server 2012 Express

Finally got it to work, after installing .NET Framework 4. I guess the SQL 
Server installer can't do that for itself. ;-) Must have been some missing 
dependency. Thanks all for the help!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapping-SQL-Server-2012-Express-tp7581083p7581141.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Don't let slow site performance ruin your business. Deploy New Relic APM Deploy 
New Relic app performance management and know exactly what is happening inside 
your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and 
get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2012-10-04 Thread Rob Mensching
This should not be a problem.

On Thu, Oct 4, 2012 at 1:08 AM, Neil Sleightholm  wrote:

> Is it possible that SQLEXPR_x64_ENU.exe is a 64 bit process, if it is that
> launching from the 32 bit BA might be an issue.
>
> Neil
>
>
> >I haven't been able to install SQL Server 2012 Express on Windows 7 64-bit
> >using Burn. Has someone been successful with this that can point out
> >what's
> >wrong with my setup?
> >
> >/ >  SourceFile="SQLEXPR_x64_ENU.exe"
> >  DetectCondition="SqlInstanceFound"
> >  InstallCommand="$(var.SqlInstallCommand)"
> >  UninstallCommand="$(var.SqlUninstallCommand)"
> >  RepairCommand="$(var.SqlRepairCommand)" />/
> >
> >I am using these parameters for the install command:
> >
> >//ACTION=Install /Q /INDICATEPROGRESS /IACCEPTSQLSERVERLICENSETERMS
> >/FEATURES=SQLEngine /INSTANCENAME=$(var.SqlServerInstance)
> >/SQLSVCACCOUNT="NT AUTHORITY\Network Service"
> >/SQLSYSADMINACCOUNTS="BUILTIN\Administrators"/
> >
> >The bootstrapper fails with the message: "Invalid pointer". The Burn log
> >shows:
> >
> >/Error 0x80004003: Process returned error: 0x80004003
> >Error 0x80004003: Failed to execute EXE package.
> >Error 0x80004003: Failed to configure per-machine EXE package.
> >Applied execute package: SQLSERVER, result: 0x80004003, restart: None
> >Error 0x80004003: Failed to execute EXE package./
> >
> >And the SQL log shows, although I don't know if it's relevant:
> >
> >/Saved .Net security policy file
> >10/03/2012 23:45:50.370 Attempting to release setup mutex
> >10/03/2012 23:45:50.386 Setup mutex has been released
> >10/03/2012 23:45:50.402 SQM key not found
> >10/03/2012 23:45:50.417 Setup closed with exit code: 0x84C40013/
> >
> >
> >
> >
> >--
> >View this message in context:
> >
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrappin
> >g-SQL-Server-2012-Express-tp7581083.html
> >Sent from the wix-users mailing list archive at Nabble.com.
> >
> >--
> >
> >Don't let slow site performance ruin your business. Deploy New Relic APM
> >Deploy New Relic app performance management and know exactly
> >what is happening inside your Ruby, Python, PHP, Java, and .NET app
> >Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> >http://p.sf.net/sfu/newrelic-dev2dev
> >___
> >WiX-users mailing list
> >WiX-users@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> --
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2012-10-04 Thread Neil Sleightholm
Is it possible that SQLEXPR_x64_ENU.exe is a 64 bit process, if it is that
launching from the 32 bit BA might be an issue.

Neil


>I haven't been able to install SQL Server 2012 Express on Windows 7 64-bit
>using Burn. Has someone been successful with this that can point out
>what's
>wrong with my setup?
>
>/  SourceFile="SQLEXPR_x64_ENU.exe"
>  DetectCondition="SqlInstanceFound"
>  InstallCommand="$(var.SqlInstallCommand)"
>  UninstallCommand="$(var.SqlUninstallCommand)"
>  RepairCommand="$(var.SqlRepairCommand)" />/
>
>I am using these parameters for the install command:
>
>//ACTION=Install /Q /INDICATEPROGRESS /IACCEPTSQLSERVERLICENSETERMS
>/FEATURES=SQLEngine /INSTANCENAME=$(var.SqlServerInstance)
>/SQLSVCACCOUNT="NT AUTHORITY\Network Service"
>/SQLSYSADMINACCOUNTS="BUILTIN\Administrators"/
>
>The bootstrapper fails with the message: "Invalid pointer". The Burn log
>shows:
>
>/Error 0x80004003: Process returned error: 0x80004003
>Error 0x80004003: Failed to execute EXE package.
>Error 0x80004003: Failed to configure per-machine EXE package.
>Applied execute package: SQLSERVER, result: 0x80004003, restart: None
>Error 0x80004003: Failed to execute EXE package./
>
>And the SQL log shows, although I don't know if it's relevant:
>
>/Saved .Net security policy file
>10/03/2012 23:45:50.370 Attempting to release setup mutex
>10/03/2012 23:45:50.386 Setup mutex has been released
>10/03/2012 23:45:50.402 SQM key not found
>10/03/2012 23:45:50.417 Setup closed with exit code: 0x84C40013/
>
>
>
>
>--
>View this message in context:
>http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrappin
>g-SQL-Server-2012-Express-tp7581083.html
>Sent from the wix-users mailing list archive at Nabble.com.
>
>--
>
>Don't let slow site performance ruin your business. Deploy New Relic APM
>Deploy New Relic app performance management and know exactly
>what is happening inside your Ruby, Python, PHP, Java, and .NET app
>Try New Relic at no cost today and get our sweet Data Nerd shirt too!
>http://p.sf.net/sfu/newrelic-dev2dev
>___
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2012-10-04 Thread Albert van Peppen
You are trying to install the x64 version of SQL Express, are you sure you 
tested on a x64 Windows? If you were to run this on a x86 (32 bits) system 
you're installer will fail with something like the error you mention :)

Best regards,

Albert van Peppen
Senior System Engineer

-Oorspronkelijk bericht-
Van: Nick Ramirez [mailto:nickra...@hotmail.com] 
Verzonden: 04 October 2012 05:54
Aan: wix-users@lists.sourceforge.net
Onderwerp: [WiX-users] Bootstrapping SQL Server 2012 Express

I haven't been able to install SQL Server 2012 Express on Windows 7 64-bit 
using Burn. Has someone been successful with this that can point out what's 
wrong with my setup?

//

I am using these parameters for the install command:

//ACTION=Install /Q /INDICATEPROGRESS /IACCEPTSQLSERVERLICENSETERMS 
/FEATURES=SQLEngine /INSTANCENAME=$(var.SqlServerInstance)
/SQLSVCACCOUNT="NT AUTHORITY\Network Service" 
/SQLSYSADMINACCOUNTS="BUILTIN\Administrators"/

The bootstrapper fails with the message: "Invalid pointer". The Burn log
shows:

/Error 0x80004003: Process returned error: 0x80004003 Error 0x80004003: Failed 
to execute EXE package.
Error 0x80004003: Failed to configure per-machine EXE package.
Applied execute package: SQLSERVER, result: 0x80004003, restart: None Error 
0x80004003: Failed to execute EXE package./

And the SQL log shows, although I don't know if it's relevant:

/Saved .Net security policy file
10/03/2012 23:45:50.370 Attempting to release setup mutex
10/03/2012 23:45:50.386 Setup mutex has been released
10/03/2012 23:45:50.402 SQM key not found
10/03/2012 23:45:50.417 Setup closed with exit code: 0x84C40013/




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapping-SQL-Server-2012-Express-tp7581083.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Don't let slow site performance ruin your business. Deploy New Relic APM Deploy 
New Relic app performance management and know exactly what is happening inside 
your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and 
get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapping SQL Server 2012 Express

2012-10-03 Thread Christian Hausknecht
Hello,

Can you install the Server by hand?

Iirc you do not need / should use XML entity escaping in variables. But perhaps 
I am wrong. ( if I want a "&" inside the ``manufacturer``-Tag, I need to write 
``&`` - but when I delegate that into a variable I can refer to the ``&`` 
symbol)

-Ursprüngliche Nachricht-
Von: Nick Ramirez [mailto:nickra...@hotmail.com] 
Gesendet: Donnerstag, 4. Oktober 2012 05:54
An: wix-users@lists.sourceforge.net
Betreff: [WiX-users] Bootstrapping SQL Server 2012 Express

I haven't been able to install SQL Server 2012 Express on Windows 7 64-bit 
using Burn. Has someone been successful with this that can point out what's 
wrong with my setup?

//

I am using these parameters for the install command:

//ACTION=Install /Q /INDICATEPROGRESS /IACCEPTSQLSERVERLICENSETERMS 
/FEATURES=SQLEngine /INSTANCENAME=$(var.SqlServerInstance)
/SQLSVCACCOUNT="NT AUTHORITY\Network Service" 
/SQLSYSADMINACCOUNTS="BUILTIN\Administrators"/

The bootstrapper fails with the message: "Invalid pointer". The Burn log
shows:

/Error 0x80004003: Process returned error: 0x80004003 Error 0x80004003: Failed 
to execute EXE package.
Error 0x80004003: Failed to configure per-machine EXE package.
Applied execute package: SQLSERVER, result: 0x80004003, restart: None Error 
0x80004003: Failed to execute EXE package./

And the SQL log shows, although I don't know if it's relevant:

/Saved .Net security policy file
10/03/2012 23:45:50.370 Attempting to release setup mutex
10/03/2012 23:45:50.386 Setup mutex has been released
10/03/2012 23:45:50.402 SQM key not found
10/03/2012 23:45:50.417 Setup closed with exit code: 0x84C40013/




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapping-SQL-Server-2012-Express-tp7581083.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Don't let slow site performance ruin your business. Deploy New Relic APM Deploy 
New Relic app performance management and know exactly what is happening inside 
your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and 
get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users