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
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)
Folks:
I understand how to use the ProgID for some simple cases, such
as this example:
The problem is - how
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,
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
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
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
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?
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
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 (
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
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 docs provide the fol
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 docs provide the fol
13 matches
Mail list logo