Stefan Küng wrote:
> Thanks for your log file. Seems that when doing an upgrade, msi first
> checks whether the CRT is already installed, decides to skip the
> installation, but then *later* removes those because of the upgrade
> (and RemoveExistingProducts action).
>
> Do you have Orca installed? It's part of the Windows SDK. If yes,
> please open the TSVN msi file, go to the InstallExecuteSequence table,
> then change the "Sequence" number of the "RemoveExistingProducts" from
> 1401 to 201, then save the modified msi file.
>
> This *should* fix the problem, but since I can't reproduce the problem
> in the first place, I can't be sure. And before I commit that change
> I'd like to know whether it would work or not...
I just upgraded to the nightly build 1.5.2 r13635 after applying that change and it worked for me.
Thanks,
Josha Foust
Received on 2008-08-06 21:18:54 CEST