Re: [WiX-users] Wix Changes after converting VSDB to SQLPROJ

2014-05-25 Thread John H Bergman (XPedient)
toolset. Subject: Re: [WiX-users] Wix Changes after converting VSDB to SQLPROJ Thanks John. I have a .DACPAC file created from the SSDT. What are the redistributables do I need to add for this kind of project? Thanks, Vani -Original Message- From: John H Bergman (XPedient) [mailto:j

Re: [WiX-users] Wix Changes after converting VSDB to SQLPROJ

2014-05-25 Thread Vani Rao
about the WiX toolset. Subject: Re: [WiX-users] Wix Changes after converting VSDB to SQLPROJ Change the command line to run the SqlPublisher, and update the installer to include the redistributables. -Original Message- From: Vani Rao [mailto:vani...@microsoft.com] Sent: Thursday, May 22

Re: [WiX-users] Wix Changes after converting VSDB to SQLPROJ

2014-05-22 Thread John H Bergman (XPedient)
Change the command line to run the SqlPublisher, and update the installer to include the redistributables. -Original Message- From: Vani Rao [mailto:vani...@microsoft.com] Sent: Thursday, May 22, 2014 2:21 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix Changes after conv

Re: [WiX-users] Wix Changes after converting VSDB to SQLPROJ

2014-05-22 Thread John Cooper
You'll need: 1) storage of SqlPackage.exe and it's binary dependencies in the Binary Table; 2) a custom action to stream these bits to a convenient place to run them; 3) a custom action to stream the DACPAC, DLL, and publish.xml file to a convenient place; 4) a custom action to setup your SqlCmdV