Hi Phil,
The log tells me that SetTARGETSITE failed:
MSI (c) (04:28) [12:43:59:404]: Invoking remote custom action. DLL: C:\Users\afurtado\AppData\Local\Temp\2\MSIF4C6.tmp, Entrypoint: SetTARGETSITE
MSI (c) (04!FC) [12:43:59:404]: Creating MSIHANDLE (14) of type 790531 for thread 3836
INFO : [08/15/2008 12:43:59:404] [SetTARGETSITE ]: Custom Action is starting...
INFO : [08/15/2008 12:43:59:404] [SetTARGETSITE ]: CoInitializeEx - COM initialization Apartment Threaded...
ERROR : [08/15/2008 12:43:59:404] [SetTARGETSITE ]: FAILED:-2147221164
ERROR : [08/15/2008 12:43:59:404] [SetTARGETSITE ]: Custom Action failed with code: '340'
INFO : [08/15/2008 12:43:59:404] [SetTARGETSITE ]: Custom Action completed with return code: '340'
I have searched the web and found that this is due to IIS not being installed. However, IIS is indeed installed in my machine (the role is enabled, the service is there, up and running, and IIS shows up when I access http://localhost). Other suggestions was to re-register IIS using the aspnet_regiis tool.I did it but it didn't work as well.
PS: I'm doing such tests on Windows Server 2008, x64 machine.
Any suggestions?
Thanks,
-- AFurtado