Re: [WiX-users] Adding a hyperlink (link label) to a message...

2007-02-15 Thread Rob Mensching
Unfortunately, MSI UI does not support hyperlinks. A much requested feature. The only other option is to create an external UI handler... and that is a very much lot of work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Henderson Sent: Thursday

Re: [WiX-users] Light Exception with Merge Modules

2007-02-15 Thread Rob Mensching
I think I remember problems with cygwin bash shell (or something like that) messing with the load of mergemod.dll. Also, do make sure you have mergemod.dll next to the rest of the tools... that *should* be that way but good to check. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

[WiX-users] Light Exception with Merge Modules

2007-02-15 Thread Sandip Ghosh
I create MSIs through the use of merge modules. I have been using Wix version 2.0.3309 for a while now and have not had any problems generating the MSIs, I have tried a few times to upgrade to later versions of Wix. I have tried 3719 and now 4820. With both the latter versions, The MSM generatio

[WiX-users] Adding a hyperlink (link label) to a message...

2007-02-15 Thread Alex Henderson
My application relies on the .Net Framework 2.0 being installed... we currently display a failure message when it's unavailable like this: Installed OR NETFRAMEWORK20 However I was wondering if it's possible to add a clickable hyperlink to the message (so the user can navigate to the Microso

[WiX-users] uninstall shortcut...

2007-02-15 Thread Alex Henderson
My client wants his installer to have an "uninstall" shortcut , but I can't seem to quite get it right... after reading some posts I ended up with this: And also... However when I compile I get these errors (below)... what's the right way to do it? Cheers, - Alex Error LGHT0204: ICE1

[WiX-users] Root folder other than "Program Files"

2007-02-15 Thread Gus Grubba
I guess the first question is: What is the Windows equivalent of / var? Where should a service/daemon running with the credentials of a system account store its runtime data? For now I'm creating and storing it in C:\var. Now comes the question in the subject line. How do you create this in

Re: [WiX-users] Changing user permissions to a directory

2007-02-15 Thread Steve Bennett
To be a bit more precise about the problem: The issue is that a new user has to be created, and then access rights assigned to it. If the user already existed, it would be ok, but WiX does folder creation before it does user creation. The problem was alluded to here: http://tinyurl.com/3b64jt

[WiX-users] Changing user permissions to a directory

2007-02-15 Thread Steve Bennett
Hi all, Short question: What's the best way to set directory access permissions for a specific user at install time? Long question: I'd like to update a pretty old (2-3 years? - before my time) WiX installer which assigns access rights to a specific user for a specific directory. Apparentl

Re: [WiX-users] Prevent Deletion of File

2007-02-15 Thread Rob Mensching
Yes. That's what the Component Rules in MSI are all about. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dhaval Patel Sent: Thursday, February 15, 2007 11:44 AM To: Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Prevent Deletion of File So I assume the c

[WiX-users] Getting error (Property evaluation failed.) while building Wix on my machine...

2007-02-15 Thread Muhammad Ghaznawi
Hi, I am trying to build Wix (3.0.2612.0) on my machine and getting this error: D:\3.0.2612.0\wix3-sources>make NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006) Copyright (C) 2001-2006 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///D:/3.0.2612.0/wix3-sources/wix.build Target framewo

Re: [WiX-users] Prevent Deletion of File

2007-02-15 Thread Dhaval Patel
So I assume the components in other MSIs need to have the same GUID? Again, I don't need this functionality right now, but it'd be good to know. Thanks. On 2/14/07, Bob Arnson <[EMAIL PROTECTED]> wrote: Dhaval Patel wrote: > I have an MSI that installs numerous files - some of these may be > sh

Re: [WiX-users] Forum for Windows Installer questions?

2007-02-15 Thread Wilson, Phil
Try microsoft.public.platformsdk.msi. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harvey Werner Sent: Thursday, February 15, 2007 9:20 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Forum for Windows Installer questions? I

[WiX-users] Forum for Windows Installer questions?

2007-02-15 Thread Harvey Werner
I often have questions how Windows Installer technology works. Is there an active forum where I can pose questions, search for issues others have faced and just in general learn more about the technology? Thanks in advance. Harvey Werner -

Re: [WiX-users] Wix for COM+ object

2007-02-15 Thread Fredrik Grohn
Nah, I don't think so. Is there anything in the log that indicates that something went wrong? Would you be able to share some of your WiX code? From: Moni Chow [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 3:40 AM To: 'Fredrik Grohn'; wix-users@lists.sourceforge.net Subject: RE: [W

Re: [WiX-users] Read launch condition from Registry key

2007-02-15 Thread Bob Arnson
Iqbal wrote: > RUNTIME=yes > Check a verbose log to see what value the property got. I suspect you'll need to put quotes around "yes." -- sig://boB http://bobs.org - Take Surveys. Earn Cash. Influence the Future of IT

Re: [WiX-users] Calling MSI from within MSI

2007-02-15 Thread Rob Hamflett
You can't have 2 installers running the InstallExecuteSequence at the same time. Your custom action would have to run in the UI sequence, or better yet, chain them in a bootstrapper. Rob Nick Hennemann wrote: > Is there a way to call an MSI from within an MSI (to install a missing > componen

[WiX-users] Calling MSI from within MSI

2007-02-15 Thread Nick Hennemann
Is there a way to call an MSI from within an MSI (to install a missing component that is needed by the main MSI to install successfully). I have it setup as a custom action to check for this component and if it is not already installed then it kicks of the secondary MSI to install the missing comp

Re: [WiX-users] Copy back a file at uninstall

2007-02-15 Thread Levi Wilson
Have you had a look at ? I don't believe the results of get logged, so upon uninstall the results will not get rolled back. On 2/15/07, Gert Drapers <[EMAIL PROTECTED]> wrote: Now I thought/hoped this would be trivial but no. For various reasons we need to create an installer that 1) copie

[WiX-users] CostFinalize

2007-02-15 Thread André Pönitz
Hi all. My boss is currently very disappointed with the startup times of my latest installers. It seems to spend a lot of time in the CostFinalize action [His machine is not much slower than mine, however the harddisk is nearly full, maybe that's an issue] Is there something I can do about it?

Re: [WiX-users] ICE 03 Error in FizeSize Column on File Table

2007-02-15 Thread Rob Hamflett
Oh right. I read your post as being 1 cab file. Hmm, not sure what to do in your case then. Does it work if the file is alongside the MSI, not compressed inside it? Rob Magus wrote: > I have one file > 2.0GB in size. Is there a way for the Installer to chop up > a file into smaller sizes, s

Re: [WiX-users] .NET CustomAction dll - can I use .net to code mycustom action?

2007-02-15 Thread Friedrich, Oliver
Hi, you should check out for http://weblogs.asp.net/cibrax/archive/2005/04/14/400351.aspx there`s explained how to host an CLR from a small c++-Project and load your managed code into. It has some bugs still, but those can be easily fixed. As soon as I have time to spend for it, I'm going to u