Re: [WiX-users] Default File Id and Name from Source - bug?

2008-04-27 Thread Neil Sleightholm
Doh, I hadn't considered needing to reference the Id, that would make keeping it known a good idea! Neil From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 26 April 2008 18:57 To: Neil Sleightholm Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Default File Id and Name from Sou

Re: [WiX-users] MSI with an icon?

2008-04-27 Thread dB.
I don’t think you can change the icon of the MSI, but if you package the product in a bootstrapper, you can change the icon of the latter (since it’s a plain .exe). Various bootstrappers have different ways of specifying icons, I didn’t see an option in the one with wix 3 (setupbld / setup.exe)

[WiX-users] Very confused by the structure of ProgId/Verbs/etc - for non-trivial case of specifying file associations

2008-04-27 Thread Lewis G. Pringle, Jr.
Folks: I understand how to use the ProgID for some simple cases, such as this example: The problem is - how

Re: [WiX-users] MSI with an icon?

2008-04-27 Thread Roger Lipscombe
How icons work in Windows Explorer: On Windows, the icon is associated with the file extension. For example, if you look in the registry, under HKEY_CLASSES_ROOT, you'll see a key named ".msi". This has a key under it called "Msi.Package". If you follow this key to HKEY_CLASSES_ROOT\Msi.Package,

[WiX-users] Bring more love to your room

2008-04-27 Thread Lyndsay
Don't lose out, everyone is on the road to getting great herbal products http://www.setnales.com/ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time

[WiX-users] How to refer to an icon from a tag

2008-04-27 Thread Lewis G. Pringle, Jr.
Suppose I have: In my WIX source file. This produces - when I install - a .ico file installed to C:\Windows\Installer\{CLSID}\CCRFileIcon.ico Which I can then refer to in a registry setting (say a file icon specification). The docs for the

Re: [WiX-users] Default File Id and Name from Source - bug?

2008-04-27 Thread Bob Arnson
Neil Sleightholm wrote: Doh, I hadn't considered needing to reference the Id, that would make keeping it known a good idea! We generate stable registry ids because their complete path is known at compile time. It's possible to do the same for the File table only after linking. That's the

Re: [WiX-users] How to refer to an icon from a tag

2008-04-27 Thread Bob Arnson
Lewis G. Pringle, Jr. wrote: Type="string" Action="write"/> The [#fileId] syntax works only for File Ids. The [$componentId] is available also but nothing for the Icon table. I can see that I'm trying to do is not documented to work, but I'm unclear why its not possible?

Re: [WiX-users] custom action condition to cover both rollback and uninstall

2008-04-27 Thread Bob Arnson
Robert O'Brien wrote: I have the following custom action condition in place intended to cover both rollback and uninstall scenarios because its looking for the state of the databases feature and database1 component to be installed and for the action of the databases feature and database1 com

[WiX-users] Virtual directory creation problems on Windows Server 2008 64-bit

2008-04-27 Thread Manish Kumar
Hi, I have an installer that creates a virtual directory in IIS. I have created that installer using Wix 2.0.5805.0, which I believe is the latest 2.0 release. The installer (resulting MSI) works fine on XP, 2003 and even on 32-bit Vista and 32-bit Windows Server 2008. On the UAC enabled OSes (

Re: [WiX-users] custom action condition to cover both rollback and uninstall

2008-04-27 Thread Robert O'Brien
Thanks this helps. Any additional insights on what Execute="deferred" really means. The wix doc's provide the following details which I'm not sure how to interpret and given I'm using the provided CAQuietExec I understand I have to use Execute="deferred" InstallExecuteSequence settings. defe

Re: [WiX-users] custom action condition to cover both rollback and uninstall

2008-04-27 Thread Christopher Painter
This is on my Windows Installer Required Reading List http://www.installsite.org/pages/en/isnews/200108/index.htm Robert O'Brien <[EMAIL PROTECTED]> wrote: Thanks this helps. Any additional insights on what Execute="deferred" really means. The wix doc’s provide the fol

Re: [WiX-users] custom action condition to cover both rollback and uninstall

2008-04-27 Thread Christopher Painter
This is on my Windows Installer Required Reading List http://www.installsite.org/pages/en/isnews/200108/index.htm Robert O'Brien <[EMAIL PROTECTED]> wrote: Thanks this helps. Any additional insights on what Execute="deferred" really means. The wix doc’s provide the fol