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

2013-07-24 Thread José Marques
uot;InstallInitialize">NOT Installed > > -Original Message- > From: José Marques [mailto:jose.marq...@waveform.pt] > Sent: July-24-13 9:22 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Installing MSMQ as dependency [P] > > Th

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

2013-07-24 Thread Steven Ogilvie
...@waveform.pt] Sent: July-24-13 9:22 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing MSMQ as dependency [P] Thank you for your reply. I am a bit new to Wix, as this is the first time I'm making an installer, where exactly do you write that co

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

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

2013-07-24 Thread Steven Ogilvie
{ } /// /// The is windows server. /// /// /// The . /// public static bool IsWindowsServer() { return Os.IsOS(OS_ANYSERVER); } [DllImport("shlwap

[WiX-users] Installing MSMQ as dependency

2013-07-24 Thread José Marques
Hello all, On the installer I'm currently developing, I need to install Microsoft Message Queue (MSMQ) as a dependency. Depending on Windows version, I need to run ocsetup.exe or sysocmgr.exe. No issues with ocsetup, my problem relies with sysocmgr. So far I've thought of two ways to do it: add an