Re: [WiX-users] InstallExecuteSequence completely ignored

2010-07-26 Thread Pally Sandher
Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Lukas Haase [mailto:lukasha...@gmx.at] Sent: 23 July 2010 13:18 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] InstallExecuteSequence completely ignored Dear Pally, Am 23.07

Re: [WiX-users] InstallExecuteSequence completely ignored

2010-07-23 Thread Lukas Haase
Dear Pally, Am 23.07.2010 11:04, schrieb Pally Sandher: > MSI (c) (74:80) [21:07:26:477]: Doing action: ValidateProductID Aktion > 21:07:26: ValidateProductID. > > That's the InstallUISequence not the InstallExecuteSequence. Indeed! I changed now to InstallUISequence and now it works! But why?

Re: [WiX-users] InstallExecuteSequence completely ignored

2010-07-23 Thread Lukas Haase
Dear Blair, What do you mean exactly with that? I just added the following test lines to my wxs file: Notepad.exe But even if something goes wrong, the word Foo needs to be at least found in the very verbose debug log, shouldn't it? The word is not even found in the debug log! msiexe

Re: [WiX-users] InstallExecuteSequence completely ignored

2010-07-23 Thread Lukas Haase
Dear Rob, This was also my first guess. But I deleted and recompiled a few times. I even renamed the file. I do not know which entry in the logfile you mean but the one line containing "cache" on the top is: MSI (c) (04:E8) [13:50:57:178]: Resetting cached policy values Another two lines attr

Re: [WiX-users] InstallExecuteSequence completely ignored

2010-07-23 Thread Pally Sandher
t: 23 July 2010 07:40 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] InstallExecuteSequence completely ignored Is your added authoring in a fragment that has other things that ARE in the MSI (use ORCA to see what got into the MSI)? -Original Message-

Re: [WiX-users] InstallExecuteSequence completely ignored

2010-07-22 Thread Blair
Is your added authoring in a fragment that has other things that ARE in the MSI (use ORCA to see what got into the MSI)? -Original Message- From: Lukas Haase [mailto:lukasha...@gmx.at] Sent: Thursday, July 22, 2010 12:12 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] InstallE

Re: [WiX-users] InstallExecuteSequence completely ignored

2010-07-22 Thread Rob Mensching
Hmm, my first guess is that the new MSI isn't actually being used for the install. Is it possible the MSI is already cached and you're re-running using the cached MSI? The verbose log file will show you at the top. On Thu, Jul 22, 2010 at 12:12 PM, Lukas Haase wrote: > Hi, > > As proposed in on