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
...@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
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
{
}
///
/// The is windows server.
///
///
/// The .
///
public static bool IsWindowsServer()
{
return Os.IsOS(OS_ANYSERVER);
}
[DllImport("shlwap
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
5 matches
Mail list logo