Re: [WiX-users] Radio Button passing parameter to Custom Action

2013-08-22 Thread José Marques
Thank you for your reply. Maybe it had something to do with my browser, since I replied on the "forum" and add a tag to my xml. But you can still see in here http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Radio-Button-passing-parameter-to-Custom-Action-td7588250.html Cheers On Wed

[WiX-users] Heat and harvesting

2013-08-01 Thread José Marques
Hello everyone, In my current project, I am dueling with harvesting VisualStudio Outputs with heat. The theme is somewhat controversial, as I've seen people saying the process is not deterministic and that it would be better to do it by hand, but I have far to many projects and files to deal with.

Re: [WiX-users] Installing MSMQ as dependency [P]

2013-07-24 Thread José Marques
ame)"/> > DllEntry="CheckToSeeIfMSMQIsInstalled" Impersonate="no" Execute="deferred" > Return="check"/> > > CA: Checking for Microsoft > Message Queuing Service (MSMQ)... > > > NOT > Installed After=&q

Re: [WiX-users] Installing MSMQ as dependency [P]

2013-07-24 Thread José Marques
quot;, Justification = "Reviewed. > Suppression is OK here.")] // ReSharper disable InconsistentNaming > private const int OS_ANYSERVER = 29; // ReSharper restore > InconsistentNaming > > /// > /// Prevents a default instance of the c

[WiX-users] Installing MSMQ as dependency

2013-07-24 Thread José Marques
with MSMQ options as a parameter, is this possible? (I didn't anything remotely close with this) If there's another simple and/or correct way of installing MSMQ let me know as well :) Thank you for your help, José Marques ---

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
Sorry, yes, there are a couple more characters but the total is 93, far from the limit. Meanwhile I fixed it, in that path the folder X86 was non-existent, I created it and added the burn.exe, it now works. Thank you for the help, José Marques On Thu, Jul 18, 2013 at 5:42 PM, Rob Mensching

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
nd try building the project via the command line when > > using the "VS 2012 x86 Native Tools Command Prompt"? > > > > -Original Message- > > From: José Marques [mailto:jose.marq...@waveform.pt] > > Sent: Thursday, July 18, 2013 9:57 AM > > To: Ge

[WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
Hello all, I'm pretty new at Wix, and was doing my first ever Installer. As I have some prerequisites (like UltiDev WebServer and MSMQ). I intended to do a Bootstraper, but as soon as i tried to compile it (code shown below) I get the following error: Error 2 Could not find a part of the path '(..

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
he zip of binaries? How are you building your > bundle (command line or via Visual Studio)? What version of MSBuild or VS > are you using? > > -Original Message- > From: José Marques [mailto:jose.marq...@waveform.pt] > Sent: Thursday, July 18, 2013 9:38 AM > To: Genera

Re: [WiX-users] Wix burn 64-bit

2013-07-18 Thread José Marques
Thank you for your reply Daniel. But if burn should run as a 32-bit application, where am I going wrong here? A link to a no-burn bootstrapper tutorial would be appreciated :) José Marques On Thu, Jul 18, 2013 at 3:21 PM, Daniel Madill wrote: > Hi Jose, > > I have not used burn becau