Re: [WiX-users] upgrade install errors

2011-11-16 Thread Peter Shirtcliffe
November 2011 20:22 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade install errors Perhaps a final question. Does Upper Case lower case matter when using internal properties. For example: Installed vs INSTALLED UILevel vs UILEVEL I ask because a condition

Re: [WiX-users] upgrade install errors

2011-11-15 Thread Blair
toolset. Subject: Re: [WiX-users] upgrade install errors Perhaps a final question. Does Upper Case lower case matter when using internal properties. For example: Installed vs INSTALLED UILevel vs UILEVEL I ask because a condition I set up to get around an INI write I wrote as UILEVEL > 3 and

Re: [WiX-users] upgrade install errors

2011-11-15 Thread Justin Hull
t.com] Sent: 15 November 2011 13:48 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade install errors I believe I discovered the issue. In the project I have a section that writes to an INI file details gathered in a normal install (see below). When I

Re: [WiX-users] upgrade install errors

2011-11-15 Thread Peter Shirtcliffe
General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade install errors I believe I discovered the issue. In the project I have a section that writes to an INI file details gathered in a normal install (see below). When I perform a full install or on upgrade I selec

Re: [WiX-users] upgrade install errors

2011-11-15 Thread Justin Hull
ull Office: 864-679-3500 (3413) -Original Message- From: Wheeler, Blaine (DSHS/DCS) [mailto:bwhee...@dshs.wa.gov] Sent: Monday, November 14, 2011 8:15 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade install errors The MSI documentation

Re: [WiX-users] upgrade install errors

2011-11-14 Thread Wheeler, Blaine (DSHS/DCS)
The MSI documentation says that error 2109 mean "Section missing for .ini action" http://msdn.microsoft.com/en-us/library/aa372835(v=VS.85).aspx There is probably a note higher up in the log that can tell you more detail or at least the exact step -Original Message- From: Justin Hull [mai