Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Rob Mensching
wix38 is the released version. We don't work on that any longer. Active branches are wix39 and wix40. However, before that, I encourage you to get the assignment agreement signed. See: http://wixtoolset.org/development/ ___ FireGiant

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Levi Wilson
Which branch should it be on then? wix38, wix39 or wix40? I'm assuming wix38 since it's the currently available release. On Thu, Mar 13, 2014 at 4:01 PM, Rob Mensching wrote: > We don't re-release old versions of WiX toolset. > > ___ >

Re: [WiX-users] wix and sql datpac installation

2014-03-13 Thread Harold Wood (H10 Capital)
Thanks!. Ill check into that! -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Thursday, March 13, 2014 12:29 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] wix and sql datpac installation Well, the SqlCmdVar should be in the form $(Va

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Rob Mensching
We don't re-release old versions of WiX toolset. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Levi Wilson [mailto:l...@leviwilson.com] Sent: Thursday, March 13,

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Levi Wilson
Do you typically backfill fixes to older versions, or just fix them on the tip of master? On Thu, Mar 13, 2014 at 3:41 PM, Rob Mensching wrote: > Or fix WiX so the ICE03 error doesn't happen. > > ___ > FireGiant | Dedicated support

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Rob Mensching
Or fix WiX so the ICE03 error doesn't happen. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Levi Wilson [mailto:l...@leviwilson.com] Sent: Thursday, March 13, 20

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Levi Wilson
Welp, it looks like this actually _does_ work*. * You get an ICE03 error every time when you FIRST build it. If you build it again, it doesn't get it (assuming it didn't do the validation again?). So it seems like my only recourse is to turn off ICE03 validations? That does not seem desirable, but

[WiX-users] Suppress ICE Validation for a Specific Table

2014-03-13 Thread Levi Wilson
Is it possible to suppress ICE validation for a particular table? The reason I'm asking is because using a property to set the SqlDatabase\@User attribute results in an ICE30 (seemingly) incorrectly. I'd like to tell it to not do ICE validation on the SqlDatabase table, rather than for everything

Re: [WiX-users] wix and sql datpac installation

2014-03-13 Thread John Cooper
Well, the SqlCmdVar should be in the form $(VarName). The names are case-sensitive. And if you leave off either '()', I've seen the sort of error you are reporting. Finally, the publish.xml file housing the SqlCmdVar needs to appropriate for the configuration you're deploying. For example, w

[WiX-users] wix and sql datpac installation

2014-03-13 Thread Harold Wood (H10 Capital)
I have an installation package that installs a series of databases. The first database installs fine, then the second database errors out with the following error: *** An error occurred during deployment plan generation. Deployment cannot continue. CAQuietExec: Missing values for the following

Re: [WiX-users] WIX

2014-03-13 Thread Rob Mensching
You can see for yourself, it's all open source: src\Setup\WixBA ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: mdmf [mailto:b.zh...@fabbricadigitale.it] Sent: Thu

Re: [WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-13 Thread Phil Wilson
It's a bit confusing when you say you're trying to create a directory using because that's not you create directories. It's also confusing that you have hardcoded the directory as the Program Files folder. Typically you use the ProgramFilesFolder like this: http://wix.tramontana.co.hu/tutorial/g

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Bryan Wolf
Yes - there's no question about that and I don't mean to imply otherwise (though likely I did). I am currently opposed to that model of db deployment, though, so I am not going to be much of a candidate :-) I'm sure others have other opinions on the topic though. Perhaps I could be swayed. I a

Re: [WiX-users] Run As Admin required to run installer as passive from command line

2014-03-13 Thread Phil Wilson
Apparently your MSI needs admin privilege to install, since you need admin rights to install it silently, and I'm guessing that on UAC systems in UI mode it gives you the elevation prompt so it will run elevated. If it tries to do things that require admin rights then it must be given admin rights

Re: [WiX-users] WIX

2014-03-13 Thread mdmf
Hi Rob, then how is WiX 3.8 installer created? It is a nice looking no-border, no-title bar interface. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-tp7462034p7593398.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Levi Wilson
I took a look at them; there is a LOT of logic around the parsing (removing comments, replacing GO to be able to do "batch" like SQL) but it looked like a decent amount of effort that I wasn't comfortable with without a unit test suite around it. Maybe I'll revisit it again at some point. Thanks f

Re: [WiX-users] R: How to install VSTO Excel add-in that use dll with COM-visible objects?

2014-03-13 Thread mdmf
I didn't see any zip file in your attachment. I think it is better you just copy the main code in the text body. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-install-VSTO-Excel-add-in-that-use-dll-with-COM-visible-objects-tp7593336p759339

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Rob Mensching
Note: the SQL Custom Actions in the WiX toolset could be improved if someone made an effort to work on them directly. Until then the performance problems will remain. ___ FireGiant | Dedicated support for the WiX toolset | http://

Re: [WiX-users] 'Remember Property' pattern vs persisting Burn variable

2014-03-13 Thread Rob Mensching
Burn persisting variables can be used instead of using the Remember Property as long as all your entry points go through Burn. If you need your properties to be populated during a repair of the MSI directly or patch (which is a repair in the end) that isn't executed from the Bundle first then yo

Re: [WiX-users] Migrating custom BAL from WiX 3.6 to WiX 3.8

2014-03-13 Thread Rob Mensching
No. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Thursday, March 13, 2014 1:39 AM To: General discussion for Wind

Re: [WiX-users] Migrating custom BAL from WiX 3.6 to WiX 3.8

2014-03-13 Thread Hoover, Jacob
You should just need to recompile. The only breaking changes that would be allowed would be to fix security issues, so it should just work. -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Thursday, March 13, 2014 3:39 AM To: General discussion for Windows Install

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Bryan Wolf
Well, the approach we take is packaging SSDT in the installer and shipping it around. The sqlpackage.exe binary is quite small and has only a couple of dependencies. If this is a gray area for you, tbh I would consider putting the SSDT downloads as a part of your deployment package in some way.

Re: [WiX-users] Bootstrapper question

2014-03-13 Thread Hoover, Jacob
MSI's are standalone packages. If you need to tie them together, do it with Burn/Bundle and a custom BA, so you can pass the property down to each MSI that needs it. Not only is this the most robust way, it's the preferred way of doing it. Using DisplayInternalUI is not recommended as it degrad

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Levi Wilson
Bryan, Thanks for your response. This is definitely what it is starting to feel like. Awhile back John had mentioned that this is how he does his database deployments. My installer may be ran on a server that doesn't have SSDT. Do you support this in your installers and if so, what pattern do you

Re: [WiX-users] Display Windows Select User Dialog

2014-03-13 Thread Arthur, Christopher
Hi, solved it by myself. Added an PushButton which Executes an Custom Action. There I've triggered the Default AD Selection Dialog and returned the selected Value. Added the following Code for the customAction: Created the needed Property: Then I've added the following lines to my Dialog

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Bryan Wolf
The core of this issue might be that you're trying to create the database. But while the WiX SQL Custom Actions are good for one-offs like what John wrote, I think you'll find them not adequate for modern day database apps - especially in the creation world - unless you're creating some type of

Re: [WiX-users] Bootstrapper question

2014-03-13 Thread Scott Moyer
What is the recommended way for MSIs to communicate with each other? For example, the Bootstrapper executes a chain of MSIs where the first MSI displays a custom dialog which sets a property according to what radio button the user selected. Later, depending on the user's selection in the MSI's

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Wesley Manning
Yes you're correct. I missed that part. -Original Message- From: Levi Wilson [mailto:l...@leviwilson.com] Sent: March-13-14 10:33 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript You can add to the MSI database,

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Levi Wilson
Anyone ever used these WiX extensions? http://dblock.github.io/msiext/ On Thu, Mar 13, 2014 at 9:32 AM, Levi Wilson wrote: > You can add to the MSI database, but as near as I can tell you cannot > UPDATE the MSI database :( > > > On Thu, Mar 13, 2014 at 9:09 AM, Wesley Manning wrote: > >> Actu

Re: [WiX-users] Phantom Text in Custom Theme.xml

2014-03-13 Thread darbid
Here you go Bundle.wxs HyperlinkTheme.xml -- View this message in context: http://windows-installer-xm

[WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-13 Thread Suvrajyoti Panda
Guys, Please let me know if some one has any idea on the below problem. Original Message Subject:Creating directory under C:\Programdata same as what the user specified in the UI dialogue Date: Thu, 13 Mar 2014 10:37:13 +0530 From: Suvrajyoti Panda To: General

Re: [WiX-users] Phantom Text in Custom Theme.xml

2014-03-13 Thread Steven Ogilvie
Please provide the theme xml and your bundle.wxs bootstrapper element -Original Message- From: darbid [mailto:davidbo...@gmx.de] Sent: March-13-14 9:36 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Phantom Text in Custom Theme.xml That image is showing a page that does not

[WiX-users] Phantom Text in Custom Theme.xml

2014-03-13 Thread darbid
That image is showing a page that does not include this element in this position at all. I dont want to turn off the version as my Install page does have the Version showing. Please understand I am showing an example. For example during progress behind the progress bar is also text showing some

Re: [WiX-users] Phantom Text in Custom Theme.xml

2014-03-13 Thread darbid
That image is showing a page that does not include this element in this position at all. I dont want to turn off the version as my Install page does have the Version showing. Please understand I am showing an example. For example during progress behind the progress bar is also text showing some

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Levi Wilson
You can add to the MSI database, but as near as I can tell you cannot UPDATE the MSI database :( On Thu, Mar 13, 2014 at 9:09 AM, Wesley Manning wrote: > Actually you can modify the MSI at runtime, at least its database. Don't > know if you can modify the embedded files. Semi-custom action: >

[WiX-users] 'Remember Property' pattern vs persisting Burn variable

2014-03-13 Thread Phill Hogland
I'm asking for advice on the best approach in the following scenario. As I read about the 'Remember Property' pattern, the discussion seems to be related to deploying a MSI and the various ways that a user might launch the MSI (ie. Install, Repair, Repair from ARP, ...) with that property on the c

Re: [WiX-users] Phantom Text in Custom Theme.xml

2014-03-13 Thread Steven Ogilvie
In WIX 3.8 they have a version text field "ShowVersion="yes"" You can turn it off by selecting no And / or have the text field in your theme xml to only show it on the page you want via "Visible="no"" Steve -Original Message- From: darbid [mailto:davidbo...@gmx.de] Sent: March-13-14 9

Re: [WiX-users] Burn and EnableFeatureSelection="yes"

2014-03-13 Thread Marshall, Peter (LNG-LEE)
Got slightly further with this problem: If I install the bootstrapper as a different user it works correctly ( i.e. selects the correct features to install ). If I install the bootstrapper as the same user but with the network disconnected it works correctly ( i.e. selects the correct features t

Re: [WiX-users] Conditional SSPI / SQL Authentication on SqlScript

2014-03-13 Thread Wesley Manning
Actually you can modify the MSI at runtime, at least its database. Don't know if you can modify the embedded files. Semi-custom action: http://www.joyofsetup.com/2007/07/01/semi-custom-actions/. -Original Message- From: Levi Wilson [mailto:l...@leviwilson.com] Sent: March-12-14 7:19 P

[WiX-users] Phantom Text in Custom Theme.xml

2014-03-13 Thread darbid
I am building a bootstrapper and I have included a Theme .xml and wxl file so that I can alter them. I keep getting phantom text appearing behind my text. It appears to be placeholdertext for example Version [WixBundleVersion] appears when it should not. See the picture for an example. But this

Re: [WiX-users] Create MSI package with out installing Wix on Target machine

2014-03-13 Thread Verbuk, Artem
Ok, let's try to clarify the situation even more. 1) Speaking of different OS you speak of different versions of Windows? (Yes/No) 2) You develop some software product, right? This product will run on some other OS than Windows? (Yes/No) 3) Do you have MANY development machines with different W

Re: [WiX-users] Create MSI package with out installing Wix on Target machine

2014-03-13 Thread Steven Ogilvie
You don't need to install WIX on a "build" machine Follow the suggestions on this link: http://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.html Steve -Original Message- From: ak m [mailto:wixak...@gmail.com] Sent: March-13-14 5:59 AM To: General discussion about the WiX

Re: [WiX-users] Binding FileVersion in a bootstrapper

2014-03-13 Thread Phill Hogland
The core problem is that the version value is needed by the compiler, but a bind variable is not resolved until the second pass of linking, so a bind variable cannot be used in the version field, as I understand it. There are various approaches to adding a MSBuild task which gets (or creates) a ve

Re: [WiX-users] Create MSI package with out installing Wix on Target machine

2014-03-13 Thread Ilir Bekteshi
Yes it's possible (i already do that) and it's actually documented in http://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.html On Thu, Mar 13, 2014 at 10:59 AM, ak m wrote: > Hi Artem, > > Thank you for your quick response > > <" But now i want to execute the same build tool

Re: [WiX-users] Create MSI package with out installing Wix on Target machine

2014-03-13 Thread ak m
Hi Artem, Thank you for your quick response <" But now i want to execute the same build tool on different OS to create MSI packages."> Requirement from my customer: Create a build tool to create MSI packages Build tool: Created in C#.net Packing tool : Wix Toolset To run my build tool, i n

[WiX-users] Migrating custom BAL from WiX 3.6 to WiX 3.8

2014-03-13 Thread Tobias S
Hi all, We developed a managed custom BAL for our bootstrapper based on WiX 3.6. Now we want to switch to 3.8. At first glance compiling the BAL + Bundle package with WiX 3.8 seems promising. But are there any breaking changes in the Engine Interface which need special consideration? Thanks and

Re: [WiX-users] Create MSI package with out installing Wix on Target machine

2014-03-13 Thread Verbuk, Artem
Hi, Anil As far as I understand it (I might be not the one who knows it best), the WIX toolset is a set of tools that allows you to create .msi file, that can be then processed by Windows Installer. Windows Installer is a program that comes with Windows. So first of all I would say that .msi fil

Re: [WiX-users] Generating a unique file name

2014-03-13 Thread sergey.s.betke
Create %appname% folder under [TempFolder], and do not use dynamic file name. Or use dynamic dir name under [TempFolder]. С уважением, Бетке Сергей Сергеевич. От: Carter Young Отправлено: ‎среда‎, ‎12‎ ‎марта‎ ‎2014‎ г. ‎19‎:‎58 Кому: General discussion about the WiX toolset. Don't

[WiX-users] Create MSI package with out installing Wix on Target machine

2014-03-13 Thread ak m
Dear all, I have a build tool, in which i am using msbuild to build the wix project to create MSI package. Here i have installed .net framework and Wix. But now i want to execute the same build tool on different OS to create MSI packages. Here i have to install .net framework and Wix again. Sup