Re: [WiX-users] Silent Custom Installation

2007-10-26 Thread Albert Tuulas
Hi, Your C code is fundamentally wrong. You need to get target dir from MSI db, and check for free space only on it, for example To get - set MSI property use MSI API calls, like MsiSetProperty() or MsiGetProperty(). For example of implementing the DLL for custom actions, read through

Re: [WiX-users] Wix v3 SQL Error

2007-10-26 Thread Rob Mensching
Christoph Brennecke wrote: Hi, i have created a Wix project in Visual Studio 2005 which, among other things, should create a SQL database, but i'm always getting a compile error with light.exe: Build log: -- Build started: Project: Bit.PowerEconomizer.Setup, Configuration: Debug

Re: [WiX-users] uninstall from control pannel does not remove all files

2007-10-26 Thread chandan Koushik
I went through the log file present in the %temp% folder but i am afraid i did not find anything suspicious. i am also putting the part of the log file which i thought could be helpful. Plz advice as an end user amy generally not uninstall the application from the msi .They always tend to

Re: [WiX-users] Next official v3 build?

2007-10-26 Thread Rob Mensching
There is no official release schedule for WiX v3. My guess is that we'll be mostly stable by the end of 2008. However, I have to admit I don't see any breaking changes on the horizon and no major features showing up soon. So at this point, every build is just a little bit better than the

[WiX-users] Next official v3 build?

2007-10-26 Thread Stefan Kuhr
Hello everyone, I would like to use a version of WiX 3 that supports the new patch creation features as described on Peter Marcu's blog. While I certainly know that I could use a weekly build for that, it would give me much, much more confidence if this feature were available in an official

Re: [WiX-users] Easy WiX way for a custom action to call multiple utility DLLs?

2007-10-26 Thread Karim MacDonald
Rob Mensching-5 wrote: I'm admittedly hardcore about this but IMHO custom actions should be native code DLLs that have as few dependencies as physically possible (certainly should have no dependency on WTL). Statically linking the CRT then use as few DLLs from the system provides the

[WiX-users] Proposal: Move WiX v3 to CLR 2.0

2007-10-26 Thread Rob Mensching
Today the WiX toolset runs on the .NET Framework 1.1 SP1. The original goal in 2004 was to have the WiX toolset work out of the box on Windows Server 2003 (a very reliable build OS). These days the .NET Framework 2.0 appears to be the framework of choice and I regularly get asked, Why is the

Re: [WiX-users] Removal of file on uninstall

2007-10-26 Thread Sebastian Brand
What file is it? Maybe the windows file protection automatically recovers the file if it is a system file. Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Oct 25, 2007, at 10:56 PM, Jaguar 36 wrote: Hi, I discovered a weird problem when uninstalling. I had a

Re: [WiX-users] Proposal: Move WiX v3 to CLR 2.0

2007-10-26 Thread Christopher Painter
Personally I'd love to see the build process simplified also. I'm a VS2005/TFS shop... I'd love to be able to throw WiX into TFS and load the PSDK and VS on a build machine and just simply tell it to build the solution without worrying about nant and make bat files and such. Rob Mensching

Re: [WiX-users] Removal of file on uninstall

2007-10-26 Thread Jaguar 36
Hi Sebastian, They are .sys files , but I did not set them to be system files in the property. Thanks! CC: wix-users@lists.sourceforge.net From: [EMAIL PROTECTED] Subject: Re: [WiX-users] Removal of file on uninstall Date: Fri, 26 Oct 2007 13:13:09 +0200 To: [EMAIL PROTECTED] What

[WiX-users] What's the right way to use InstallExecuteSequence from a fragment?

2007-10-26 Thread Karim MacDonald
Hello, This may be a misunderstanding of how WiX is supposed to work. Basically... I have a Fragment file, InstallExecuteSequence.wxs, that contains only an InstallExecuteSequence node: InstallExecuteSequence Custom Action=SetProp1 Sequence=10/ /InstallExecuteSequence My problem is that this

Re: [WiX-users] What's the right way to use InstallExecuteSequence from a fragment?

2007-10-26 Thread János Brezniczky
If it is related to some UI things, an adequate UiRef element could help you to include it clearly. 2007/10/26, Karim MacDonald [EMAIL PROTECTED]: Hello, This may be a misunderstanding of how WiX is supposed to work. Basically... I have a Fragment file, InstallExecuteSequence.wxs, that

Re: [WiX-users] MMC Snapin

2007-10-26 Thread Levon Levonian
I added the xmlns, but what's the name of the extension itself? The documentation does not mention that. Thanks! -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 19:57 To: Levon Levonian Cc: wix-users@lists.sourceforge.net Subject: Re:

[WiX-users] Controls not displaying w/ bkgrd bitmaps-workaround

2007-10-26 Thread Sajo Jacob
Is this a know issue that when you set a background bitmap on the dialog, controls like push buttons, radio and check boxes don't show up until you hover over with the mouse? Also in this case it shows the controls like check boxes with the standard gray color, setting the transparent property

Re: [WiX-users] Controls not displaying w/ bkgrd bitmaps-workaround

2007-10-26 Thread Rob Mensching
This is a known behavior of the Windows Installer (which means WiX version matters very little). There are discussions in the archive about various ways to work around the issue, none of which are perfect. I think the closest to perfect is to create an External UI handler (which is a

Re: [WiX-users] Problems with copy file

2007-10-26 Thread Mike Menaker
Even with all this I'm not really sure what I need to do to make this work. I have multiple wix files that need to know PATH/temp. But the user only enters PATH. Not sure how I'm going to make a Dir element out of PATH. -Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [WiX-users] MMC Snapin

2007-10-26 Thread Levon Levonian
OK, I got the extension name, but: None of the WiX v3 packages contains WixMMCExtension, I only found it in v2, but v3 does not load v2 extensions (Error The extension 'C:\Program Files\Windows Installer XML v3\bin\WixMMCExtension.dll' could not be loaded.candle.exe) Anybody has a

[WiX-users] Problem in WixVariable for WixUIUpIco and WixUINewIco variables

2007-10-26 Thread anwer nehal
I am using the following the in my wix project to display the custom banner and dialog bmps as well as the the icons and the License file. Everything works fine, except the .ico files. None of the .ico files show up in the UI when I build it and run the installer. The .ico files are right