[WiX-users] LGHT0204 : ICE64: The directory ProgramMenuDir is in the user profile but is not listed in the RemoveFile table.

2007-01-06 Thread Mihai Diac
Hi, Happy New Year I am trying to link a .wixobj file with light. What I get is: error LGHT0204 : ICE64: The directory ProgramMenuDir is in the user profile but is not listed in the RemoveFile table. A simplified version of the file looks like this (the section in bold is most relevant):

Re: [WiX-users] More on GenerateBootstrapper task

2007-01-06 Thread Aaron Feng
David, After fishing around I was able to build a custom bootstrap for the prerequsites I need which is not part of VS 2005. What kind of problem are you having, maybe I can help? Cheers, Aaron On 1/6/07, David Thielen <[EMAIL PROTECTED]> wrote: And having been fighting this for over 3 wee

Re: [WiX-users] SelectionTree Not Updated

2007-01-06 Thread wix
Ooops, I meant to say feature, sorry! "Remove" didn't actually remove it from the tree for me, it just put an "X" next to the feature. I was easily able to still install the feature by changing the "X" to "Install Local." Could I be doing something wrong? If this doesn't work out, my other "gre

[WiX-users] CAS Policy Code?

2007-01-06 Thread S C
Hey all. I was looking in the archives for code related to CAS, and saw a post by "Alexander Gnauck". Can the attachment be re-posted to the list, or can a web pointer be provided? Thanks. _ Type your favorite song.  Get a customi

[WiX-users] Can't wait for wkend

2007-01-06 Thread Jeanie Ray
a clumsy bandage for some hurt. he seemed to have hidden himself behindgump's head on it. and we have made you and brought you to life sowatching the kettle gave her an excuse for obeying. when we offer them our damaged hearts or, at best, one not half astap at his door with a motherly "get up,

Re: [WiX-users] Feature to install

2007-01-06 Thread Bob Arnson
Alexander Shevchuk wrote: > Suppose, I have two features in my WiX project. Is it possible for the > user to choose from the command line which one of two features to > install? > See the MSI SDK topic on "ADDLOCAL Property." -- sig://boB http://bobs.org ---

[WiX-users] Feature to install

2007-01-06 Thread Alexander Shevchuk
Hi all, Suppose, I have two features in my WiX project. Is it possible for the user to choose from the command line which one of two features to install? Thanks, Alex - Take Surveys. Earn Cash. Influence the Future of IT

Re: [WiX-users] Problem with nested install of SQL Express 2005 inmy installer

2007-01-06 Thread Stefan Krueger [MVP]
You can't in the Execute sequence, but technically it's possible in the UI sequence as RuneC already found out - but it's a trick and you shouldn't use it for a couple of reasons: If your setup runs in silent or Basic UI mode the UI sequence is skipped and the SQL install won't be called. On Vis

Re: [WiX-users] Property assignment order

2007-01-06 Thread Stefan Krueger [MVP]
This topic in the SDK has some information about property precedence, although it doesn't answer all of your questions: http://msdn2.microsoft.com/en-us/library/aa370560.aspx -- Stefan Krueger Microsoft Windows Installer MVP Please post your questions in the newsgroup or vist one of these web s

Re: [WiX-users] Property assignment order

2007-01-06 Thread Bob Arnson
Sigurd Stenersen wrote: > (E.g. ALLUSERS has a default value, it may be assigned a value by > declaration, command line and so on. What is the "order of precedence" here > ?) > I'm not sure what you mean by "default value" versus "declaration." Only system properties have default values set

Re: [WiX-users] Conditional assignment

2007-01-06 Thread Tony Hoyle
Sigurd Stenersen wrote: > Is it possible to assign a value to a property based on the value of some > other property ? > > E.g. something like > if ALLUSERS='2' then Root='HKLM' else Root='HKCU' For that particular setting you can use HKMU. Tony ---

[WiX-users] Conditional assignment

2007-01-06 Thread Sigurd Stenersen
Is it possible to assign a value to a property based on the value of some other property ? E.g. something like if ALLUSERS='2' then Root='HKLM' else Root='HKCU' And/or do condition tags work with properties ? Sigurd

[WiX-users] Property assignment order

2007-01-06 Thread Sigurd Stenersen
It's not entirely clear to me in which order properties are assigned values. For instance, a property might be assigned a value by default, by declaration, by command line, by registry search and so on. All but one method will have to override some of the others by assignment order. (E.g. ALLU

Re: [WiX-users] More on GenerateBootstrapper task

2007-01-06 Thread David Thielen
And having been fighting this for over 3 weeks now and having used a support incident and Microsoft techs (I'm on number 4 now) have been working this for 2 weeks - if there is not an example somewhere for the product you want - give up. It is not documented and no one seems to know how to use

Re: [WiX-users] More on GenerateBootstrapper task

2007-01-06 Thread Simon Dahlbacka
for the first one see c:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bootstrapper\Packages and this article might be interesting if you haven't already seen it.. http://msdn.microsoft.com/msdnmag/issues/04/10/Bootstrapper/ On 1/6/07, Aaron Feng <[EMAIL PROTECTED]> wrote: I think I just

Re: [WiX-users] Better handling of invalid mergeLanguage

2007-01-06 Thread Johan Appelgren
Done. http://sourceforge.net/tracker/index.php?func=detail&aid=1629314&group_id=105970&atid=642714 /Johan On 1/5/07, Rob Mensching <[EMAIL PROTECTED]> wrote: > Yes, can you open a bug with just that. Message-mailto:[EMAIL PROTECTED] On Behalf > Of Johan Appelgren wix-users@lists.sourceforg