As I mentioned before, this was generated by the dark.exe (The decompiler).
What value should I change to?
Since the decompiler all use "0", should I change it to "1"?
Thanks!
On Fri, Aug 30, 2013 at 12:54 PM, John Cooper wrote:
> Sequence="1"? It's telling you that Sequence="0" is illegal.
SharedDllRefCount once is set to "yes", you should not change it ever. The
reason of course, you have dll out on the customer site using the older
version that will have conflicting issue.
You can set it to "no", but you need to write a custom action that will set
the SharedDllRefCount to 1 as a
Write a Custom Action (CA) in the UI sequence, the CA contained the
embedded resource of the INI file for you to write out.
If you're doing that in a Windows .DLL file, here is one way to do it:
HRSRC hRCStub;
DWORD dwStubSize;
HGLOBAL hGBStub;
char *pStubData;
FILE *fOut;
char szOutFile[MAX_PATH]
Property VersionNT
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370556(v=vs.85).aspx
For 32/64 bit detection, write a custom action and set a Public Property.
On Fri, Aug 23, 2013 at 4:59 AM, ak m wrote:
> Dear All,
>
> How to create OS specific installer using Wix?
>
> For Examp
4 matches
Mail list logo