Re: [WiX-users] Setup Testing

2013-10-23 Thread Blair Murri
I'm not sure I understand what you are asking. The simple answer is: install the app, then run the app passing the supplied credentials on the command line. It seems to me that it would be easier to not involve the installer in the credentials because there isn't much difference between that an

Re: [WiX-users] How do you bind a version number to a binary with an autogenerated wix component id?

2013-10-23 Thread Gonzalez, John
If you use MSBuild 4.0 and know another property such as the filename you can use the element to extract the Id. Thanks, John -Original Message- From: victorwhiskey [mailto:victorhwhis...@yahoo.com] Sent: Wednesday, October 23, 2013 2:29 PM To: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] How do you bind a version number to a binary with an autogenerated wix component id?

2013-10-23 Thread dirt
I prefer this pre-build PowerShell script to auto-increment my build version. It gives greater control in how the version is incremented, when it is incremented (e.g. Release mode vs Debug mode) and which file(s) to actually update with the new version (e.g AssemblyInfo.cs and/or Variables.wxi

[WiX-users] How do you bind a version number to a binary with an autogenerated wix component id?

2013-10-23 Thread victorwhiskey
Currently I'm using Version = !(bind.FileVersion.fil1241xxx) to bind the file version number to my MSI, where fil1241xx is a component id I specified. How do I do it when it's generated per build? Thanks! -- View this message in context: http://windows-installer-xml-wix-toolset.6875

Re: [WiX-users] Hiding CustomActionData values in MSI logs

2013-10-23 Thread Tunney, Stephen
LOL, I just saw that. Just as a side note, this attribute has to be put into the CA running your custom code. Setting it on the "Set" CA (ex. "SetDropDatabaseCustomActionData") does absolutely nothing. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Oct

Re: [WiX-users] Project References vs Harvest (heat)

2013-10-23 Thread Tony
Nevermind, this appears to be broken until 4.0(?) http://sourceforge.net/p/wix/bugs/2082/ I'll try making my own prebuild batch file to "emulate" this behavior for now. On Wed, Oct 23, 2013 at 2:10 PM, Tony wrote: > I have a small window of time to "convert" our 6 IS installs to WiX. We

[WiX-users] Setup Testing

2013-10-23 Thread Rob Emanuele
Hi! We're creating an installer and would like the user to enter their account credentials into the installer. I have a dialog to do that and that part is looking good. I'd like use those credentials to run a test of our application in the installer. Can I run my application and act on the r

Re: [WiX-users] Something I noticed with ServiceInstall (Wix 3,7)

2013-10-23 Thread Nicolás Alvarez
The key file is usually the one you explicitly mark as keyfile :) I didn't even know it was possible to leave the KeyFile attribute out. Seems if you don't have a KeyFile attribute, it picks the first file in the component. -- Nicolás 2013/10/22 Hans ter Horst : > And the keyfile would be the fi

Re: [WiX-users] Back/Next Issues

2013-10-23 Thread Rob Emanuele
Thanks Pally, I'll try the new approach you suggested. It is a shame the minimal version doesn't lend itself to small modifications as it is a tidy little install. --Rob From: Pally Sandher [pally.sand...@iesve.com] Sent: Wednesday, October 23, 2013 2:5

Re: [WiX-users] Patching with BURN-how a patch knows about original install folder?

2013-10-23 Thread Dror, Tomer
Do you suggest that I should use something like [$componentkey] in the value instead of [Documents] directory id? > > >Value="[Documents]> In any case i dont understand what will be the value of INSTALLFOLDER in pure msp? > > > > > >

[WiX-users] Project References vs Harvest (heat)

2013-10-23 Thread Tony
I have a small window of time to "convert" our 6 IS installs to WiX. We have ~15 "features" installed by the 6 msi. Some are single feature installs, others have 2-7 "features". None of them has an elaborate UI sequence, and I don't have to deal with prereq installation just simple LaunchConditi

Re: [WiX-users] Patching with BURN-how a patch knows about original install folder?

2013-10-23 Thread Phil Wilson
...because of my previous comment. Windows Installer knows where every component's key file is installed, so you don't need to tell it the location of the installed files. Phil Wilson On Wed, Oct 23, 2013 at 10:15 AM, Dror, Tomer wrote: > Phil Thanks > > How come this not needed for pure MSP? >

Re: [WiX-users] Hiding CustomActionData values in MSI logs

2013-10-23 Thread Hoover, Jacob
Take a look at CustomActrion/@HideTarget -Original Message- From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] Sent: Wednesday, October 23, 2013 12:25 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Hiding CustomActionData values in MSI logs Hello

[WiX-users] Hiding CustomActionData values in MSI logs

2013-10-23 Thread Tunney, Stephen
Hello all, I have several deferred CAs in my application and I'm using the CustomActionData to pass in several properties into them. However I am seeing the following in my MSI logs (asterisks added where usernames and passwords exposed for corporate security by hand), obviously I want parts o

Re: [WiX-users] Patching with BURN-how a patch knows about original install folder?

2013-10-23 Thread Dror, Tomer
Phil Thanks How come this not needed for pure MSP? Tomer Dror Intergraph Corporation. Intergraph Israel. P: +972 (4) 8779191-1222 Skype:tomer.dee http://www.intergraph.com . From: Phil Wilson [phildgwil...@gmail.com] Sent: Wednesday, October 2

Re: [WiX-users] Clarification on WiX License in distributing MSI in commercial projects.

2013-10-23 Thread Hoover, Jacob
http://robmensching.com/blog/posts/2012/8/20/the-wix-toolset-license https://wix.codeplex.com/license I'm not a lawyer, but the intent of the license is such that if you modify the Wix source you need to contribute it. Building installers from Wix doesn't have any impact for commercial product

Re: [WiX-users] Patching with BURN-how a patch knows about original install folder?

2013-10-23 Thread Phil Wilson
Use the WiX "remember property" pattern if you want to preserve the value of INSTALLFOLDER from the original install. Phil Wilson On Tue, Oct 22, 2013 at 10:53 AM, Dror, Tomer wrote: > Some of my registry keys use values from the Directory structure: > > > > > >

Re: [WiX-users] Wix (Votive) for VS2013 from binaries zip

2013-10-23 Thread Christopher Painter
I would checkout: http://robmensching.com/blog/posts/2010/9/7/burn-in-the-corporate-environmen t Download the layout at home and bring it in on a thumb drive or something. There are those who think that web enabled installers are just the best thing in the world but I'm not one of them.

[WiX-users] Wix (Votive) for VS2013 from binaries zip

2013-10-23 Thread Oakey, Shawn
Hello, I am trying to get Wix working in VS2013 and I downloaded the latest weekly release for 3.8 but it failed to install. I suspect this is due to the weird setup my work has that forces all downloads to go through a McAfee Web Gateway. I assume this means that the installer for Wix is tryin

Re: [WiX-users] Signing binaries and msi...

2013-10-23 Thread Bruce Cran
On 10/23/2013 2:13 AM, darren.benn...@listech.com wrote: > I'm interested to know how you went about implementing > your own task for code signing? I wrote an inline task in C# that shells out to signtool.exe with retries. It has thumbprint, crosscertificate, timestamp, retries and signingtarget

[WiX-users] Is it possible to share a Payload between MSI and MBA?

2013-10-23 Thread Michael Stoll
There's a manual which is a large. And I want to be able to use it from MBA and also install it with an MSI package. Ideally without waisting disk/download capacity on a file dublicate. Currently the MsiPackage and the BootstrapperApplicationRef elements define the same Payload, with just a dif

Re: [WiX-users] Back/Next Issues

2013-10-23 Thread Pally Sandher
You don't need the 2nd entry in the InstallUISequence you pasted below. Remove it as it's likely giving you false results. The next button on your "GetRackspaceCreds" dialog is being mapped to something called "PrepareDlg" which doesn't exist in your authoring. However that's a problem you'll h

[WiX-users] How to pass to burn custom argument with spaces?

2013-10-23 Thread tom
I am using such command line for my MBA setup.exe /install /silent InstallFolder="C:\Program Files (x86)\XXX" The InstallFolder break into 2 arguments i tried " and "" and """ and ' etc... Nothing seems to work Thanks in advance -- View this message in context: http://windows-installe