Re: [WiX-users] Bundled MSI branding

2012-01-30 Thread ACKH
My logo is 64 x 64 pixels, RGB color without transparency, safed as png -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bundled-MSI-branding-tp7228010p7236961.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Bundled MSI branding

2012-01-29 Thread ACKH
no other limitations. Hope this helps Regards, ACKH -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bundled-MSI-branding-tp7228010p7234328.html Sent from the wix-users mailing list archive at Nabble.com

Re: [WiX-users] Tutorial: How to install files into WinSxS

2009-09-10 Thread ACKH
into WinSxS Could I also get the zip file example that you put together. Thanks! ACKH wrote: Hi, The Component that installs the native assembly into the WinSxS folder can be placed anywhere below the TARGETDIR directory, it doesn't really matter. Without seeing you code it is hard

Re: [WiX-users] Tutorial: How to install files into WinSxS

2009-06-17 Thread ACKH
that example might help you in finding out whats wrong. I can't send you a mail with attachement, or at least I don't know how via nabble. If you send me an email to my address via nabble I can reply to it and add the attachement. Regards, ACKH -- View this message in context: http://n2

Re: [WiX-users] Tutorial: How to install files into WinSxS

2009-06-17 Thread ACKH
Alright, here it is. There is a ReadMe.txt in the root of the zip file that describes the details.^ Let me know if you encounter problems. Regards ACKH Date: Wed, 17 Jun 2009 10:31:25 -0700 From: ml-user+61091-998187...@n2.nabble.com To: forforumh...@hotmail.com Subject: Re

Re: [WiX-users] How to install VC++ redistributable package at the beginning of installation?

2009-02-17 Thread ACKH
I recommend that you statically link the runtime into your custom action dll. That way you don't need to deploy anything to run the custom action -- View this message in context:

[WiX-users] wxl files and preprocessor variables

2009-02-11 Thread ACKH
Hi all, I have an installer where I have outsourced all strings that could be displayed to the user into a .wxl file. The problem I'm now facing is that it does not seem to be possible to use preprocessor variables in .wxl files. For example we have several defines inside a .wxi file

Re: [WiX-users] Installing a managed assembly with external(!) manifest into the GAC

2008-10-17 Thread ACKH
Either this mail has not been sent to the mailing list or I have a talent to ask questions that nobody can answer :-). I think this question is visible, can anyone confirm this? Thanks! -- View this message in context:

[WiX-users] Installing a managed assembly with external(!) manifest into the GAC

2008-10-16 Thread ACKH
Hi all, Is it possible to install a managed assembly together with an external manifest into the GAC? First I thought the following WiX code would do this: Component Id=test_dll Guid=valid GUID File Id=test.dll Name=test.dll Assembly=.net AssemblyManifest=test.dll.manifest

[WiX-users] Assemblies in GAC don't find their native dependencies

2008-10-08 Thread ACKH
Hi all, We have a framework that consists of both managed and unmanaged assemblies. The managed assembies depend on the unmanaged assemblies. Some are connected using dllimport (e.g. [DllImport(kernel32)]) and some .NET assemblies are managed C++ that include the headers of the unmanaged

Re: [WiX-users] Problem with Merge module(Error HRESULT E_FAIL)

2008-09-25 Thread ACKH
I remember that we had the same problem with a CrystalReports msm. Am I correct that you are using WiX 2.0.5805.1? If so the solution for your problem is to revert to WiX2.0.5325.0. 2.0.5805.1 contains a bug that is supposed to be fixed in the upcoming WiX2.0 service pack. -- View this message

[WiX-users] Tutorial: How to install files into WinSxS

2008-09-05 Thread ACKH
compile the project. The resulting dll will get an embedded manifest that describes both the version of the C/C++ runtime and the version of the test.dll. If anything is unclear just post it here. Regards, ACKH http://n2.nabble.com/file/n841475/CreateCertificate.bat CreateCertificate.bat http://n2

[WiX-users] Wrapper dll required?

2008-01-07 Thread ACKH
to write a wrapper dll in order to use the mentioned function in the custom action or is there another way to pass the two parameters (i.e. without properties and using MsiGetProperty)? I'm using Wix 2.0 Thanks and regards, ACKH -- View this message in context: http://www.nabble.com/Wrapper-dll