[WiX-users] git revision number

2014-08-07 Thread Weissbecker.j
Hi, Is it possible to use the git hash as last part of the version tag? I want to use "x.x.x.$hex" but only integer are allowed. Thanks for your help. Best regards, Joerg -- Infragistics Professional Build stunn

Re: [WiX-users] Msu package is not allow me to add RemotePayload as attribute in WIX3.8

2014-08-07 Thread Andrey
Hello, Rob, Can you please explain why RemotePayload is not allowed to be on MsiPackage and MspPackage? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Msu-package-is-not-allow-me-to-add-RemotePayload-as-attribute-in-WIX3-8-tp7593017p7596263.html

[WiX-users] Activation of torch.exe in VS Build on wixproj

2014-08-07 Thread mnorthup57
I have a VS 2010 Solution that I recently move to a different development machine (it was initially developed on a Windows 7 - 32-bit machine). It is a SharpSetup 1.6 Solution (which is a C++ Bootstrapper that uses C# Projects to provide a complete wrapper for WIX installers). My solution contains

Re: [WiX-users] Msu package is not allow me to add RemotePayload as attribute in WIX3.8

2014-08-07 Thread Rob Mensching
IIRC, RemotePayload does not provide all the metadata necessary to represent an MsiPackage/MspPackage. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Andrey [mail

Re: [WiX-users] Multilingual Bundles

2014-08-07 Thread Bob Arnson
On 05-Aug-14 04:36, Tobias S wrote: > Here working with "Satelite MSIs" or duplicating the installer logic across > several MSIs or transforming an MSI seems not the first choice... It depends. You can still have a single source. Seems preferable to me than transforms. -- sig://boB http://joyof

Re: [WiX-users] git revision number

2014-08-07 Thread Nicolás Alvarez
2014-08-07 8:43 GMT+01:00 Weissbecker.j : > > Is it possible to use the git hash as last part of the version tag? > > I want to use "x.x.x.$hex" but only integer are allowed. > > Thanks for your help. > > No, you can only use decimal numbers from 0 to 65535 in each component of the version. -- Ni