> Date: Tue, 26 Aug 2008 03:27:37 -0700 (PDT)
> From: "anwesha.m" <[EMAIL PROTECTED]>
> Subject: [WiX-users]  Installation hangs on 64-bit Windows Server 2008

> I have an MSI which works fine on 32 and 64-bit windows server 2003 and
> 32-bit windows server 2008, but when I install on 64-bit windows server
> 2008, the installer hangs.
[snip]
> MSI (s) (70:B8) [23:46:45:748]: Executing op:
> CustomActionSchedule(Action=CreateWebSite,ActionType=1025,
> Source=BinaryData,Target=CreateWebSite,
> CustomActionData=http://localhost/MyProductSite*C:\Program
> Files (x86)\MyProductFolder\*AppPoolName\username
  ^^^^^^^^^^^
To me, this (x86) looks suspicious.

I've had similar behavior in one of my installs and it was because a 32-bit 
custom action was trying to execute a 64-bit process.  Since you say it works 
on 64-bit Win2003, perhaps there is something missing/different about Win2008 
that is causing the problem.

Running ProcessMonitor (www.sysinternals.com) may shed some light on where 
exactly the problem is occurring.

Dale








-------------------------------------------------------------------------
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