[WiX-users] Integrity of WiX binaries

2011-04-21 Thread lambda025
Hi, Is it possible for WiX binaries and the MSI (eg Wix35.msi) to be digitally signed by the WiX team? Alternatively is it possible for an authoritative team member to post MD5 and SHA-1 hashes of the official binaries and the MSI to this list? My organization now requires integrity validation

[WiX-users] Uninstall can't stop running application due to UAC

2009-07-27 Thread lambda025
On Vista SP2, I installed my application, which runs elevated thanks to its manifest, using a simple MSI I made with WiX 3. But when I want to uninstall, UAC becomes a problem. . If I manually run the MSI elevated and click Remove, it detects that my application is still running, displays its f

Re: [WiX-users] Question on using Wix

2009-07-30 Thread lambda025
On Thu, 30 Jul 2009 12:05:00 -0500 Qi Ning wrote: >Hi, > >I am new using wix (v3.0). Here are a question that I cannot >figure out with the user manual. > >The question is about how to specify a directory: >I used the following to find out where the VS2010 is installed. > > > Key=SOFTWARE\Micro

Re: [WiX-users] Uninstall can't stop running application due to UAC

2009-07-30 Thread lambda025
On Wed, 29 Jul 2009 20:02:32 -0500 Bob Arnson wrote: >lambda...@hushmail.com wrote: >> I want uninstallation to always be able to close my application. > >> > >The WiX CloseApplication element offers the ElevatedCloseMessage >attribute to do this. > >-- >sig://boB >http://joyofsetup.com/

Re: [WiX-users] The results of your email commands

2009-07-31 Thread lambda025
On Fri, 31 Jul 2009 08:22:18 -0500 Konstantin Vlasenko wrote: >Trying to make my own WixExtension. Do the same as in the SQL >extension > project (have added my.xsd and made EmbeddedFlattenedResource, XsdGenSource > steps). > I get the error when I run this cli: candle -ext MyExtension t

[WiX-users] WixQueryOsWellKnownSID fails on Windows NT 4.0

2009-08-02 Thread lambda025
If I run a WiX 3.0-created MSI on Windows NT 4.0 that uses or (of course, LocalService does not exist on NT 4.0) for configuring the account a service runs as, the installer fails right away with "There is a problem with this Windows Installer package. A DLL required for this install to comp