I'm trying to port an existing Visual Studio Web Setup MSI to WIX, but I'm 
running into some problems.

I dark'd the Web Setup MSI, light'd the .wxs file, and ran the newly generated 
MSI.

However, when I run the MSI, I run into some errors. In the MSI log, I see the 
following.

MSI (c) (44!98) [14:25:29:511]: Creating MSIHANDLE (25) of type 790531 for 
thread 8344
INFO   : [06/09/2008 14:25:29:511] [GatherAppPools                          ]: 
Custom Action is starting...
INFO   : [06/09/2008 14:25:29:512] [GatherAppPools                          ]: 
CoInitializeEx - COM initialization Apartment Threaded...
MSI (c) (44!98) [14:25:29:523]: Creating MSIHANDLE (26) of type 790541 for 
thread 8344
MSI (c) (44!98) [14:25:29:524]: Note: 1: 2205 2:  3: ComboBox 
MSI (c) (44!98) [14:25:29:524]: Note: 1: 2228 2:  3: ComboBox 4: INSERT INTO 
`ComboBox` (`Property`,`Order`,`Value`,`Text`) VALUES (?, ?, ?, ?) TEMPORARY 
MSI (c) (44!98) [14:25:29:524]: Closing MSIHANDLE (26) of type 790541 for 
thread 8344
ERROR  : [06/09/2008 14:25:29:524] [GatherAppPools                          ]: 
FAILED:  -2147023281
ERROR  : [06/09/2008 14:25:29:525] [GatherAppPools                          ]: 
Custom Action failed with code: '1615'
INFO   : [06/09/2008 14:25:29:527] [GatherAppPools                          ]: 
Custom Action completed with return code: '1615' 

I know that GatherAppPools is method in MSVBDPCADLL.ibd. I want to be able to 
use the methods in MSVBDPCADLL to query the list of IIS application pools or 
get the IIS target directory.

I'm not sure how to fix this error. Any ideas?

- Alex


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to