I suppose there could be a WiX issue somewhere. I think I've seen some 
difficulties people have had with directory search. You could look in the MSI 
file to see if the AppSearch and Signature data look correct, and if there's a 
difference between the two MSI files generated by the different WiX versions.  
The only evidence we have right now is that log that shows a file search. It 
might be suspicious that the log has 1322 errors (A portion of the folder path 
'[2]' is invalid. It is either empty or exceeds the length allowed by the 
system.) so WiX might be generating an AppSearch that doesn't work.

Phil Wilson

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Romeo Salayo Jr.
Sent: Tuesday, September 16, 2008 7:40 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] MSI built with WiX-3.0.4513.0 Crash


But when i used WiX-3.0.4401 everything is perfect, it just happens when I
upgraded in to latest revision.

All i was searching is:
   <Property Id="WSH_VERSION">
      <DirectorySearch Id="AppFile1" Path="[SystemFolder]" Depth="0">
        <FileSearch Id="AppFile1" Name="wshom.ocx" MinVersion="5.0.0.0"
MaxVersion="9.9.9.9" />
      </DirectorySearch>
    </Property>

Anything wrong with my code? Thanks a lot!

Regards,
Romeo


Wilson, Phil wrote:
>
> That log doesn't show a crash. It shows an AppSearch taking a long time,
> perhaps because you're doing a long file search.
>
> Phil Wilson
> 949-639-1680
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Romeo Salayo
> Jr.
> Sent: Tuesday, September 16, 2008 12:44 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] MSI built with WiX-3.0.4513.0 Crash
>
>
> Greetings,
>
> I'm currently using build 3.0.4401.0 and the MSI output work's perfect.
> Then
> I updated to my WiX to 3.0.4415/4422/4429/4513.0 and now every time i run
> the MSI built on these revisions the MSI crashed every time i run the MSI.
> Kindly have a look at the log file during installation
> http://n2.nabble.com/file/n1092081/install.log install.log . Any idea how
> to
> fix this?
>
> Thank you.
>
> Regards,
> Romeo
> --
> View this message in context:
> http://n2.nabble.com/MSI-built-with-WiX-3.0.4513.0-Crash-tp1092081p1092081.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>

--
View this message in context: 
http://n2.nabble.com/MSI-built-with-WiX-3.0.4513.0-Crash-tp1092081p1094263.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to