Re: [WiX-users] Question about LGHT0204:ICE43 and ICE57

2008-09-19 Thread Rob Hamflett
I've been ignoring these errors for ages with no side-effects. I have ALLUSERS=1 and the installer is launched from a bootstrapper, so the user doesn't have a chance to change that value on the command line. I also think the fix is less than perfect. One Admin installs the product and the

Re: [WiX-users] HA: File not installed when it really is

2008-09-19 Thread Rob Hamflett
I tried removing the period but with no luck. I've resorted to the old workaround of referencing a directory like a property and hard-coding the rest of the path. Thanks to Denis, Chad and Bob for their input. Rob Chad Petersen wrote: > I wonder if the period is messing it up. I've run into s

Re: [WiX-users] Cannot use project references variables for Win32 project

2008-09-19 Thread Rob Mensching
I think "by limitation" is a bit more accurate. VC++ doesn't use standard project/build system and thus can't be referenced like everything else. Sad. True. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Enns Sent: Thursday, September 18, 2008

Re: [WiX-users] service not being uninstalled

2008-09-19 Thread Rob Mensching
A verbose log file will provide information about the install/uninstall action states for the Component. It should tell you why it isn't being uninstalled. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of EPoon Sent: Thursday, September 18, 2008 15:22 To:

Re: [WiX-users] Running Custom Action Before InstallFiles

2008-09-19 Thread Rob Mensching
What happens if the user cancels somewhere in the middle of the install? Sounds like all kinds of stuff can end up orphaned. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vivek Sent: Thursday, September 18, 2008 12:39 To: wix-users@lists.sourceforge.ne

[WiX-users] Hyperlinks, mailto links in control's text.

2008-09-19 Thread Sergey Abakumoff
Some controls(Type="Text") in my wix installer CustomUI should contain hyperlinks and mailto links, for instance: "Licensing requires sending your information to an activation server. If Internet Access is not available or you do not want to send the information over the Internet, please contact o

Re: [WiX-users] Has anybody got this to work??

2008-09-19 Thread Rob Mensching
That's my problem, ServiceConfig is working fine. Are you uninstalling the MSI before installing a new version? If not, then you may be running the cached MSI over and over and that would explain why every log file hits the same error. -Original Message- From: [EMAIL PROTECTED] [mailto

Re: [WiX-users] Enable/Disable button based on checkbox value??

2008-09-19 Thread Sergey Abakumoff
Okay, I changed the value of checkbox to 1 : CheckBoxValue="1" and now it works fine. However, I can't figure out what is the difference.. If anyone can explain, it would be great! -- View this message in context: http://n2.nabble.com/Enable-Disable-button-based-on-checkbox-value---tp1100121p110