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 attracted my attention:

MSI (c) (04:E8) [13:51:04:439]: Original package ==> D:\devel\Test.msi
MSI (c) (04:E8) [13:51:04:439]: Package we're running from ==> 
C:\DOKUME~1\root\LOKALE~1\Temp\acccbfa.msi

But in fact the acccbfa.msi is created *after* I start the installation 
and it is identical to the original msi...

Regards,
Luke



Am 23.07.2010 08:37, schrieb 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<lukasha...@gmx.at>  wrote:
>
>> Hi,
>>
>> As proposed in one mail I wrote a DLL for detecting old installations.
>> But WiX seems to completely ignore InstallExecuteSequence!
>>
>> I played around, tried different things but it is just ignored!
>>
>> For testing I just added this to my file:
>>
>> <Property Id='NOTEPAD'>Notepad.exe</Property>
>> <CustomAction Id='FooBar' Property='NOTEPAD' ExeCommand=''
>>     Return='asyncNoWait' />
>>
>> <InstallExecuteSequence>
>>    <Custom Action='FooBar' After='LaunchConditions' />
>> </InstallExecuteSequence>
>>
>> Even if I install with msiexec /i test.msi /l*vx logfile.log
>>
>> there is not even the word FooBar included! After LaunchConditions there
>> is ValidateProductID executed:
>>
>> [...]
>> Aktion gestartet um 21:07:26: LaunchConditions.
>> Aktion beendet um 21:07:26: LaunchConditions. Rückgabewert 1.
>> MSI (c) (74:80) [21:07:26:477]: Doing action: ValidateProductID
>> Aktion 21:07:26: ValidateProductID.
>> [...]
>>
>> Is there anything I should additionally do?
>>
>> Regards,
>> Luke
>>
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by Sprint
>> What will you do first with EVO, the first 4G phone?
>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>
>



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to