Re: [WiX-users] SQL Server 64 Bit

2014-02-26 Thread John Ludlow
witch > > msiexec /i c:\path\to\myinstall.msi /l*v c:\path\to\myinstall.log > (thanks John) > > Steve > > -Original Message- > From: Ravishankar [mailto:ravishankar.krishnasw...@idsfortune.com] > Sent: February-26-14 4:13 AM > To: General discussion for Win

Re: [WiX-users] SQL Server 64 Bit

2014-02-26 Thread Steven Ogilvie
-Original Message- From: Ravishankar [mailto:ravishankar.krishnasw...@idsfortune.com] Sent: February-26-14 4:13 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] SQL Server 64 Bit Hi, I have a installer(msi) created on the development machine with the below

[WiX-users] SQL Server 64 Bit

2014-02-26 Thread Ravishankar
Hi, I have a installer(msi) created on the development machine with the below specifications 1.Win 7(64 bit) 2.SQL Server 2008 R2 - SP2(32 Bit) 3.VS 2010 I have used the funcationality of creating Database and executing *.sql scripts, this works on the development machine perfectly Now am try