Our solution to this assumes knowledge of the server. We have our server admins create virtual IP addresses that map to the actual machine address. In this way, we install our websites to Port 80 of the virtual IP address with no requirements for host headers. We just leave the "Default Website" connected to the actual IP address.
David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "John Hidey" <[EMAIL PROTECTED]> >To: "WiX-users" <wix-users@lists.sourceforge.net> >Subject: Re: [WiX-users] WebSites in ComboBox dynamically >Date: Wed, 12 Jul 2006 09:00:10 -0400 >MIME-Version: 1.0 >Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by >bay0-mc12-f6.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Wed, >12 Jul 2006 06:00:46 -0700 >Received: from sc8-sf-list1-new.sourceforge.net (unknown [10.3.1.93])by >sc8-sf-spam2.sourceforge.net (Postfix) with ESMTPid 8A293F7D9; Wed, 12 Jul >2006 06:00:45 -0700 (PDT) >Received: from sc8-sf-mx1-b.sourceforge.net >([10.3.1.91]helo=mail.sourceforge.net)by sc8-sf-list1-new.sourceforge.net >with esmtp (Exim 4.43)id 1G0eKS-0003ue-Uhfor >wix-users@lists.sourceforge.net; Wed, 12 Jul 2006 06:00:40 -0700 >Received: from mail2.servicelinklp.com >([12.169.126.63]helo=pitmxp02.servicelink.com)by mail.sourceforge.net with >esmtp (Exim 4.44) id 1G0eKR-0004td-Vufor wix-users@lists.sourceforge.net; >Wed, 12 Jul 2006 06:00:36 -0700 >Received: from CLUPITEXC01.servicelink.com ([10.220.1.81]) >bypitmxp02.servicelink.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 12 >Jul 2006 09:03:03 -0400 >X-Message-Info: LsUYwwHHNt0+THxOMAmBn5KeYwEFtOLjSogFBW4bkzw= >Content-class: urn:content-classes:message >X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 >X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [WiX-users] WebSites >in ComboBox dynamically >thread-index: AcalKrbdw5tyLB/mRNa6dfsgDd1/bgAh6A2g >References: ><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]> >X-OriginalArrivalTime: 12 Jul 2006 13:03:03.0187 >(UTC)FILETIME=[8262A630:01C6A5B3] >X-BeenThere: wix-users@lists.sourceforge.net >X-Mailman-Version: 2.1.8 >Precedence: list >List-Id: "General discussion for Windows Installer XML >toolset."<wix-users.lists.sourceforge.net> >List-Unsubscribe: ><https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:[EMAIL >PROTECTED]> >List-Archive: ><http://sourceforge.net/mailarchive/forum.php?forum=wix-users> >List-Post: <mailto:wix-users@lists.sourceforge.net> >List-Help: <mailto:[EMAIL PROTECTED]> >List-Subscribe: ><https://lists.sourceforge.net/lists/listinfo/wix-users>,<mailto:[EMAIL >PROTECTED]> >Errors-To: [EMAIL PROTECTED] >Return-Path: [EMAIL PROTECTED] > >-All- > > > >First I would like to thank everyone for the great help and support I >got through this mailing list. The help was great and I got the combo >box populating with the sites. Now I have a different problem related >to websites. > > > >Let's say I have three sites on my box. The default site running on >port 80 with no host header, site 1 running on port 81 with no host >header and finally site 2 running on port 80 with a host header value of >SITE2. > > > >When I select a site from my combo box and set the values Website >element it appears that it is always installing under the default site. >How do I handle this properly. More importantly, how do I handle this >in a generic way so that no knowledge of the destination machine is >required to do the install. > > > >Hope I am describing this properly. > > > >Thanks again everyone for all the help. Dana, your script you give me >was very clean, easy to read and commented well. > > > >John > > > >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Dana >Gutride >Sent: Tuesday, July 11, 2006 4:43 PM >To: WiX-users >Subject: Re: [WiX-users] WebSites in ComboBox dynamically > > > >John: > >I'm not 100% sure what is going on there. My guess is that when the msi >was generated, there wasn't enough information given it to create the >combobox table (like listitem entries). You might need to include >something in your ui page like this: > ><ComboBox Property="IISWebsite"> > <ListItem Text="None" Value="0"/> ></ComboBox> > >You'll need to delete the listitems for that combobox before the ui is >shown, however, or you'll end up with other problems in your MSI. > >I've included a file that I used as a testbed for combobox population. >As a disclaimer: it is better (as you'll be told many times on this >list) to use C++ custom actions, and I know there are a few good >examples of c++ custom actions which populate combo boxes (see >http://www.tramontana.co.hu/wix/lesson10.php#10.1). > >But, to help you diagnose your problem for the time being, take a look >at the included file, see if you can get that to work, and then build up >from there. > >Dana > >On 7/11/06, John Hidey <[EMAIL PROTECTED]> wrote: > >Dana, > > > >I now have the custom action being called within the MSI and it can be >seen within the log file but I' still getting an error ( The same error >). Here is my latest log file. I have highlighted the line in red that >doesn't seem right to me. I think it is telling me that something is >wrong with my script. Your thoughts and/or ideas? > > > >Thanks in advance > >John > > > >=== Verbose logging started: 7/11/2006 16:22:57 Build type: SHIP >UNICODE 3.01.4000.2435 Calling process: C:\WINDOWS\system32\msiexec.exe >=== > >MSI (c) (EC:4C) [16:22:57:951]: Resetting cached policy values > >MSI (c) (EC:4C) [16:22:57:951]: Machine policy value 'Debug' is 0 > >MSI (c) (EC:4C) [16:22:57:951]: ******* RunEngine: > > ******* Product: ServiceLink Enterprise Library 2.0.msi > > ******* Action: > > ******* CommandLine: ********** > >MSI (c) (EC:4C) [16:22:57:981]: Machine policy value >'DisableUserInstalls' is 0 > >MSI (c) (EC:4C) [16:22:58:462]: SOFTWARE RESTRICTION POLICY: Verifying >package --> 'C:\Projects\Installs\ServiceLink Enterprise >Library\ServiceLink Enterprise Library 2.0.msi' against software >restriction policy > >MSI (c) (EC:4C) [16:22:58:462]: Note: 1: 2262 2: DigitalSignature 3: >-2147287038 > >MSI (c) (EC:4C) [16:22:58:462]: SOFTWARE RESTRICTION POLICY: >C:\Projects\Installs\ServiceLink Enterprise Library\ServiceLink >Enterprise Library 2.0.msi is not digitally signed > >MSI (c) (EC:4C) [16:22:58:612]: SOFTWARE RESTRICTION POLICY: >C:\Projects\Installs\ServiceLink Enterprise Library\ServiceLink >Enterprise Library 2.0.msi is permitted to run at the 'unrestricted' >authorization level. > >MSI (c) (EC:4C) [16:22:58:783]: Cloaking enabled. > >MSI (c) (EC:4C) [16:22:58:783]: Attempting to enable all disabled >priveleges before calling Install on Server > >MSI (c) (EC:4C) [16:22:58:903]: End dialog not enabled > >MSI (c) (EC:4C) [16:22:58:903]: Original package ==> >C:\Projects\Installs\ServiceLink Enterprise Library\ServiceLink >Enterprise Library 2.0.msi > >MSI (c) (EC:4C) [16:22:58:903]: Package we're running from ==> >C:\DOCUME~1\jhidey\LOCALS~1\Temp\1\65c33f.msi > >MSI (c) (EC:4C) [16:22:58:913]: APPCOMPAT: looking for appcompat >database entry with ProductCode >'{52636052-D6D8-42D5-8A56-C4E51F61AD04}'. > >MSI (c) (EC:4C) [16:22:58:923]: APPCOMPAT: no matching ProductCode found >in database. > >MSI (c) (EC:4C) [16:22:58:963]: MSCOREE not loaded loading copy from >system32 > >MSI (c) (EC:4C) [16:22:59:023]: Machine policy value 'TransformsSecure' >is 1 > >MSI (c) (EC:4C) [16:22:59:023]: Note: 1: 2205 2: 3: MsiFileHash > >MSI (c) (EC:4C) [16:22:59:023]: Machine policy value 'DisablePatch' is 0 > >MSI (c) (EC:4C) [16:22:59:023]: Machine policy value >'AllowLockdownPatch' is 0 > >MSI (c) (EC:4C) [16:22:59:023]: Machine policy value >'DisableLUAPatching' is 0 > >MSI (c) (EC:4C) [16:22:59:023]: Machine policy value >'DisableFlyWeightPatching' is 0 > >MSI (c) (EC:4C) [16:22:59:033]: APPCOMPAT: looking for appcompat >database entry with ProductCode >'{52636052-D6D8-42D5-8A56-C4E51F61AD04}'. > >MSI (c) (EC:4C) [16:22:59:033]: APPCOMPAT: no matching ProductCode found >in database. > >MSI (c) (EC:4C) [16:22:59:033]: Transforms are not secure. > >MSI (c) (EC:4C) [16:22:59:033]: Command Line: >CURRENTDIRECTORY=C:\Projects\Installs\ServiceLink Enterprise Library >CLIENTUILEVEL=0 CLIENTPROCESSID=3052 > >MSI (c) (EC:4C) [16:22:59:033]: PROPERTY CHANGE: Adding PackageCode >property. Its value is '{335A2DCD-B709-4499-B97C-7F4C86551680}'. > >MSI (c) (EC:4C) [16:22:59:033]: Product Code passed to >Engine.Initialize: '' > >MSI (c) (EC:4C) [16:22:59:033]: Product Code from property table before >transforms: '{52636052-D6D8-42D5-8A56-C4E51F61AD04}' > >MSI (c) (EC:4C) [16:22:59:033]: Product Code from property table after >transforms: '{52636052-D6D8-42D5-8A56-C4E51F61AD04}' > >MSI (c) (EC:4C) [16:22:59:033]: Product not registered: beginning >first-time install > >MSI (c) (EC:4C) [16:22:59:033]: PROPERTY CHANGE: Adding ProductState >property. Its value is '-1'. > >MSI (c) (EC:4C) [16:22:59:033]: Entering >CMsiConfigurationManager::SetLastUsedSource. > >MSI (c) (EC:4C) [16:22:59:033]: User policy value 'SearchOrder' is 'nmu' > >MSI (c) (EC:4C) [16:22:59:033]: Adding new sources is allowed. > >MSI (c) (EC:4C) [16:22:59:033]: PROPERTY CHANGE: Adding >PackagecodeChanging property. Its value is '1'. > >MSI (c) (EC:4C) [16:22:59:033]: Package name extracted from package >path: 'ServiceLink Enterprise Library 2.0.msi' > >MSI (c) (EC:4C) [16:22:59:033]: Package to be registered: 'ServiceLink >Enterprise Library 2.0.msi' > >MSI (c) (EC:4C) [16:22:59:033]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:4C) [16:22:59:033]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:053]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:063]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:063]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:063]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:073]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:073]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:073]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:083]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:143]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:153]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:174]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:174]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:184]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:184]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:184]: Note: 1: 2729 > >MSI (c) (EC:4C) [16:22:59:184]: Note: 1: 2262 2: AdminProperties 3: >-2147287038 > >MSI (c) (EC:4C) [16:22:59:184]: Machine policy value 'DisableMsi' is 1 > >MSI (c) (EC:4C) [16:22:59:184]: Machine policy value >'AlwaysInstallElevated' is 0 > >MSI (c) (EC:4C) [16:22:59:184]: User policy value >'AlwaysInstallElevated' is 0 > >MSI (c) (EC:4C) [16:22:59:184]: Running product >'{52636052-D6D8-42D5-8A56-C4E51F61AD04}' with user privileges: It's not >assigned. > >MSI (c) (EC:4C) [16:22:59:184]: PROPERTY CHANGE: Adding CURRENTDIRECTORY >property. Its value is 'C:\Projects\Installs\ServiceLink Enterprise >Library'. > >MSI (c) (EC:4C) [16:22:59:184]: PROPERTY CHANGE: Adding CLIENTUILEVEL >property. Its value is '0'. > >MSI (c) (EC:4C) [16:22:59:184]: PROPERTY CHANGE: Adding CLIENTPROCESSID >property. Its value is '3052'. > >MSI (c) (EC:4C) [16:22:59:184]: TRANSFORMS property is now: > >MSI (c) (EC:4C) [16:22:59:184]: PROPERTY CHANGE: Adding VersionDatabase >property. Its value is '300'. > >MSI (c) (EC:4C) [16:22:59:224]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Application Data > >MSI (c) (EC:4C) [16:22:59:224]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Favorites > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\NetHood > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\My Documents > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\PrintHood > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Recent > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\SendTo > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Templates > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Application Data > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Local Settings\Application Data > >MSI (c) (EC:4C) [16:22:59:234]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\My Documents\My Pictures > >MSI (c) (EC:4C) [16:23:00:516]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Start Menu\Programs\Administrative >Tools > >MSI (c) (EC:4C) [16:23:00:526]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Start Menu\Programs\Startup > >MSI (c) (EC:4C) [16:23:00:526]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Start Menu\Programs > >MSI (c) (EC:4C) [16:23:00:526]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Start Menu > >MSI (c) (EC:4C) [16:23:00:526]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Desktop > >MSI (c) (EC:4C) [16:23:00:526]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Start Menu\Programs\Administrative >Tools > >MSI (c) (EC:4C) [16:23:00:547]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Start Menu\Programs\Startup > >MSI (c) (EC:4C) [16:23:00:547]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Start Menu\Programs > >MSI (c) (EC:4C) [16:23:00:547]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Start Menu > >MSI (c) (EC:4C) [16:23:00:547]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Desktop > >MSI (c) (EC:4C) [16:23:00:557]: SHELL32::SHGetFolderPath returned: >C:\WINDOWS\Fonts > >MSI (c) (EC:4C) [16:23:00:637]: Note: 1: 2898 2: MS Sans Serif 3: MS >Sans Serif 4: 0 5: 16 > >MSI (c) (EC:4C) [16:23:00:677]: PROPERTY CHANGE: Adding Privileged >property. Its value is '1'. > >MSI (c) (EC:4C) [16:23:00:757]: Note: 1: 1402 2: >HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 > >MSI (c) (EC:4C) [16:23:00:757]: PROPERTY CHANGE: Adding USERNAME >property. Its value is 'ServiceLink LP'. > >MSI (c) (EC:4C) [16:23:00:757]: Note: 1: 1402 2: >HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 > >MSI (c) (EC:4C) [16:23:00:757]: PROPERTY CHANGE: Adding COMPANYNAME >property. Its value is 'ServiceLink LP'. > >MSI (c) (EC:4C) [16:23:00:757]: PROPERTY CHANGE: Adding DATABASE >property. Its value is 'C:\DOCUME~1\jhidey\LOCALS~1\Temp\1\65c33f.msi'. > >MSI (c) (EC:4C) [16:23:00:757]: PROPERTY CHANGE: Adding OriginalDatabase >property. Its value is 'C:\Projects\Installs\ServiceLink Enterprise >Library\ServiceLink Enterprise Library 2.0.msi'. > >MSI (c) (EC:4C) [16:23:00:757]: PROPERTY CHANGE: Adding SourceDir >property. Its value is 'C:\Projects\Installs\ServiceLink Enterprise >Library\'. > >MSI (c) (EC:4C) [16:23:00:757]: PROPERTY CHANGE: Adding SOURCEDIR >property. Its value is 'C:\Projects\Installs\ServiceLink Enterprise >Library\'. > >MSI (c) (EC:E8) [16:23:00:787]: PROPERTY CHANGE: Adding VersionHandler >property. Its value is '3.01'. > >=== Logging started: 7/11/2006 16:23:01 === > >MSI (c) (EC:4C) [16:23:01:188]: Note: 1: 2205 2: 3: PatchPackage > >MSI (c) (EC:4C) [16:23:01:188]: Machine policy value 'DisableRollback' >is 0 > >MSI (c) (EC:4C) [16:23:01:188]: User policy value 'DisableRollback' is 0 > >MSI (c) (EC:4C) [16:23:01:188]: PROPERTY CHANGE: Adding UILevel >property. Its value is '5'. > >MSI (c) (EC:4C) [16:23:01:198]: PROPERTY CHANGE: Adding ACTION property. >Its value is 'INSTALL'. > >MSI (c) (EC:4C) [16:23:01:198]: Doing action: INSTALL > >MSI (c) (EC:4C) [16:23:01:198]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:01: INSTALL. > >MSI (c) (EC:4C) [16:23:01:208]: UI Sequence table 'InstallUISequence' is >present and populated. > >MSI (c) (EC:4C) [16:23:01:208]: Running UISequence > >MSI (c) (EC:4C) [16:23:01:208]: PROPERTY CHANGE: Adding EXECUTEACTION >property. Its value is 'INSTALL'. > >MSI (c) (EC:4C) [16:23:01:208]: Doing action: PrepareDlg > >MSI (c) (EC:4C) [16:23:01:208]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:01: PrepareDlg. > >MSI (c) (EC:E8) [16:23:01:398]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:E8) [16:23:01:398]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 2898 > >Info 2898. WixUI_Font_Bigger, Tahoma, 0 > >MSI (c) (EC:E8) [16:23:01:398]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:E8) [16:23:01:398]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 2898 > >Info 2898. WixUI_Font_Normal, Tahoma, 0 > >Action ended 16:23:01: PrepareDlg. Return value 1. > >MSI (c) (EC:4C) [16:23:01:629]: Doing action: AppSearch > >MSI (c) (EC:4C) [16:23:01:629]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:01: AppSearch. > >MSI (c) (EC:4C) [16:23:01:659]: Note: 1: 2262 2: Signature 3: >-2147287038 > >MSI (c) (EC:4C) [16:23:01:659]: Note: 1: 1402 2: >HKEY_LOCAL_MACHINE\Software\ServiceLink\Microsoft Enterprise Library 3: >2 > >MSI (c) (EC:4C) [16:23:01:669]: Note: 1: 2262 2: Signature 3: >-2147287038 > >MSI (c) (EC:4C) [16:23:01:669]: PROPERTY CHANGE: Adding VS2005INSTALLED >property. Its value is 'C:\Program Files\Microsoft Visual Studio >8\Common7\IDE\'. > >MSI (c) (EC:4C) [16:23:01:689]: Note: 1: 2262 2: Signature 3: >-2147287038 > >MSI (c) (EC:4C) [16:23:01:689]: Note: 1: 1402 2: >HKEY_LOCAL_MACHINE\Software\ServiceLink\ServiceLink Enterprise Library >3: 2 > >Action ended 16:23:01: AppSearch. Return value 1. > >MSI (c) (EC:4C) [16:23:01:689]: Doing action: caGetWebSites > >MSI (c) (EC:4C) [16:23:01:689]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:01: caGetWebSites. > >MSI (c) (EC:FC) [16:23:01:839]: Cloaking enabled. > >MSI (c) (EC:FC) [16:23:01:839]: Attempting to enable all disabled >priveleges before calling Install on Server > >MSI (c) (EC:FC) [16:23:01:839]: Connected to service for CA interface. > >MSI (c) (EC:10) [16:23:02:461]: Entering >MsiProvideComponentFromDescriptor. Descriptor: >=ouZR)rmr9,WgJMaGmi0SAVMain>M5KDYSUnf(HA*L[xeX)y, PathBuf: F6F2E8, >pcchPathBuf: F6F2E4, pcchArgsOffset: F6F244 > >MSI (c) (EC:10) [16:23:02:461]: MsiProvideComponentFromDescriptor called >for component {997FA962-E067-11D1-9396-00A0C90F27F9}: returning harcoded >oleaut32.dll value > >MSI (c) (EC:10) [16:23:02:461]: MsiProvideComponentFromDescriptor is >returning: 0 > >MSI (c) (EC:18) [16:23:03:453]: Note: 1: 2227 2: 3: ComboBox 4: SELECT >* FROM 'ComboBox' > >MSI (c) (EC:18) [16:23:03:463]: Note: 1: 2227 2: 3: Property 4: SELECT >* FROM 'Property' WHERE [Property] = 'TARGETWEBCOMBO' > >MSI (c) (EC!4C) [16:23:06:309]: PROPERTY CHANGE: Adding TARGETWEBCOMBO >property. Its value is '1'. > >MSI (c) (EC!4C) [16:23:06:329]: PROPERTY CHANGE: Adding SERVERCOMMENT >property. Its value is 'Default Web Site'. > >MSI (c) (EC!4C) [16:23:06:449]: PROPERTY CHANGE: Modifying >TARGETWEBCOMBO property. Its current value is '1'. Its new value: >'1900475566'. > >MSI (c) (EC!4C) [16:23:06:469]: PROPERTY CHANGE: Modifying SERVERCOMMENT >property. Its current value is 'Default Web Site'. Its new value: 'John >Test Site'. > >Action ended 16:23:06: caGetWebSites. Return value 0. > >MSI (c) (EC:4C) [16:23:06:510]: Doing action: ValidateProductID > >MSI (c) (EC:4C) [16:23:06:510]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:06: ValidateProductID. > >Action ended 16:23:06: ValidateProductID. Return value 1. > >MSI (c) (EC:4C) [16:23:06:530]: Doing action: CostInitialize > >MSI (c) (EC:4C) [16:23:06:530]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:06: CostInitialize. > >MSI (c) (EC:4C) [16:23:06:550]: Machine policy value 'MaxPatchCacheSize' >is 10 > >MSI (c) (EC:4C) [16:23:06:660]: PROPERTY CHANGE: Adding ROOTDRIVE >property. Its value is 'C:\'. > >MSI (c) (EC:4C) [16:23:06:660]: PROPERTY CHANGE: Adding CostingComplete >property. Its value is '0'. > >Action ended 16:23:06: CostInitialize. Return value 1. > >MSI (c) (EC:4C) [16:23:06:670]: Doing action: FileCost > >MSI (c) (EC:4C) [16:23:06:670]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:06: FileCost. > >MSI (c) (EC:4C) [16:23:06:680]: Note: 1: 2205 2: 3: Class > >MSI (c) (EC:4C) [16:23:06:680]: Note: 1: 2205 2: 3: Extension > >MSI (c) (EC:4C) [16:23:06:680]: Note: 1: 2205 2: 3: TypeLib > >Action ended 16:23:06: FileCost. Return value 1. > >MSI (c) (EC:4C) [16:23:06:680]: Doing action: CostFinalize > >MSI (c) (EC:4C) [16:23:06:680]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:06: CostFinalize. > >MSI (c) (EC:4C) [16:23:06:690]: PROPERTY CHANGE: Adding OutOfDiskSpace >property. Its value is '0'. > >MSI (c) (EC:4C) [16:23:06:690]: PROPERTY CHANGE: Adding >OutOfNoRbDiskSpace property. Its value is '0'. > >MSI (c) (EC:4C) [16:23:06:690]: PROPERTY CHANGE: Adding >PrimaryVolumeSpaceAvailable property. Its value is '0'. > >MSI (c) (EC:4C) [16:23:06:690]: PROPERTY CHANGE: Adding >PrimaryVolumeSpaceRequired property. Its value is '0'. > >MSI (c) (EC:4C) [16:23:06:690]: PROPERTY CHANGE: Adding >PrimaryVolumeSpaceRemaining property. Its value is '0'. > >MSI (c) (EC:4C) [16:23:06:690]: Note: 1: 2205 2: 3: Patch > >MSI (c) (EC:4C) [16:23:06:690]: Note: 1: 2205 2: 3: Condition > >MSI (c) (EC:4C) [16:23:06:700]: PROPERTY CHANGE: Adding TARGETDIR >property. Its value is 'C:\'. > >MSI (c) (EC:4C) [16:23:06:700]: PROPERTY CHANGE: Adding INSTALLDIR >property. Its value is 'C:\Program Files\ServiceLink Enterprise >Library\'. > >MSI (c) (EC:4C) [16:23:06:700]: Target path resolution complete. Dumping >Directory table... > >MSI (c) (EC:4C) [16:23:06:700]: Note: target paths subject to change >(via custom actions or browsing) > >MSI (c) (EC:4C) [16:23:06:700]: Dir (target): Key: TARGETDIR , >Object: C:\ > >MSI (c) (EC:4C) [16:23:06:700]: Dir (target): Key: WindowsFolder >, Object: C:\WINDOWS\ > >MSI (c) (EC:4C) [16:23:06:700]: Dir (target): Key: ProgramFilesFolder >, Object: C:\Program Files\ > >MSI (c) (EC:4C) [16:23:06:700]: Dir (target): Key: INSTALLDIR , >Object: C:\Program Files\ServiceLink Enterprise Library\ > >MSI (c) (EC:4C) [16:23:06:700]: PROPERTY CHANGE: Adding INSTALLLEVEL >property. Its value is '1'. > >Action ended 16:23:06: CostFinalize. Return value 1. > >MSI (c) (EC:4C) [16:23:06:810]: Skipping action: MaintenanceWelcomeDlg >(condition is false) > >MSI (c) (EC:4C) [16:23:06:810]: Skipping action: ResumeDlg (condition is >false) > >MSI (c) (EC:4C) [16:23:06:810]: Doing action: WelcomeDlg > >MSI (c) (EC:4C) [16:23:06:810]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:06: WelcomeDlg. > >MSI (c) (EC:E8) [16:23:06:940]: Note: 1: 2205 2: 3: _RemoveFilePath > >MSI (c) (EC:E8) [16:23:06:940]: Note: 1: 2205 2: 3: MsiFileHash > >MSI (c) (EC:E8) [16:23:06:961]: PROPERTY CHANGE: Modifying >CostingComplete property. Its current value is '0'. Its new value: '1'. > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2205 2: 3: BindImage > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2205 2: 3: ProgId > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2205 2: 3: PublishComponent > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2205 2: 3: SelfReg > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2205 2: 3: Extension > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2205 2: 3: Font > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2205 2: 3: Shortcut > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2205 2: 3: Class > >MSI (c) (EC:E8) [16:23:06:971]: Note: 1: 2727 2: > >MSI (c) (EC:E8) [16:23:08:233]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:E8) [16:23:08:233]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 2898 > >Info 2898. WixUI_Font_Title, Tahoma, 0 > >MSI (c) (EC:E8) [16:23:08:263]: Note: 1: 2205 2: 3: ComboBox > >MSI (c) (EC:E8) [16:23:08:263]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:E8) [16:23:08:263]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 2205 > >DEBUG: Error 2205: Database: . Table does not exist: ComboBox > >MSI (c) (EC:E8) [16:23:09:727]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:E8) [16:23:09:727]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 1709 > >MSI (c) (EC:E8) [16:23:09:727]: Product: ServiceLink Enterprise Library >2.0 -- The installer has encountered an unexpected error installing this >package. This may indicate a problem with this package. The error code >is 2205. The arguments are: , ComboBox, > > > >Action ended 16:23:09: WelcomeDlg. Return value 3. > >MSI (c) (EC:4C) [16:23:09:767]: Doing action: FatalError > >MSI (c) (EC:4C) [16:23:09:767]: Note: 1: 2205 2: 3: ActionText > >Action start 16:23:09: FatalError. > >Action ended 16:23:10: FatalError. Return value 2. > >Action ended 16:23:10: INSTALL. Return value 3. > >MSI (c) (EC:4C) [16:23:10:929]: Destroying RemoteAPI object. > >MSI (c) (EC:FC) [16:23:10:939]: Custom Action Manager thread ending. > >=== Logging stopped: 7/11/2006 16:23:10 === > >MSI (c) (EC:4C) [16:23:10:949]: Note: 1: 1708 > >MSI (c) (EC:4C) [16:23:10:949]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:4C) [16:23:10:949]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 1708 > >MSI (c) (EC:4C) [16:23:10:959]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:4C) [16:23:10:959]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 1709 > >MSI (c) (EC:4C) [16:23:10:969]: Product: ServiceLink Enterprise Library >2.0 -- Installation failed. > > > >MSI (c) (EC:4C) [16:23:10:989]: Grabbed execution mutex. > >MSI (c) (EC:4C) [16:23:10:989]: Cleaning up uninstalled install >packages, if any exist > >MSI (c) (EC:4C) [16:23:11:009]: MainEngineThread is returning 1603 > >=== Verbose logging stopped: 7/11/2006 16:23:11 === > > > > > >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] ] On Behalf Of Dana >Gutride >Sent: Tuesday, July 11, 2006 2:45 PM >To: WiX-users >Subject: Re: [WiX-users] WebSites in ComboBox dynamically > > > >It takes a few tries to get populating the combobox right. I'd start by >adding a few basic message boxes to make sure you are getting the >correct data from IIS, make sure that no errors are being thrown and >also make sure that the ca is actually being called in your UI sequence. >Combobox errors can mean that there is nothing there or maybe you've >duplicated an entry. I searched through the log and I don't see >anywhere where that ca is even called, so you need to start with that >and see what happens. > >Try scheduling your ca like this, and see what happens: ><InstallUISequence> > <caGetWebSites After="AppSearch" /> ></InstallUISequence> > >Dana > > >On 7/11/06, John Hidey <[EMAIL PROTECTED] > wrote: > >-All- > > > >I apologize for posting this if it has been answered several times but I >am unable to get this working. I am trying to display on the web sites >in a combobox in the ui. I have done everything that I can think of, >but I am a far cry from being a wix expert. If anyone could point me to >why I keep getting a error dialog showing an error 2205 it would be >greatly appreciated. > > > >Also, if I am doing this completely wrong please tell me so. I will not >take offence to any comment. I'm coming to you guys for help so I will >accept all help. > > > >Thanks so much everyone in advance. I'm trying to learn this stuff but >having some issues with some of the concepts, with the help of everyone >I'm sure I'll get it in time. > > > >Thanks > >John > > > > > >Here is the properties which I have in my wxs file. > > > ><Property Id="TARGETWEBCOMBO" /> > ><Property Id="TARGETWEBCOMBO2"> > > <RegistrySearch Id="FindTargetWeb" Type="raw" Root="HKLM" >Key="Software\ServiceLink\ServiceLink Enterprise Library" >Name="TARGETWEBCOMBO" /> > ></Property> > > > >Here is my custom actions and install sequences > > > ><CustomAction BinaryKey="GETSITESSCRIPT" Execute="firstSequence" >Id="caGetWebSites" VBScriptCall="GetWebSites" Return="check" /> > ><Binary Id="GETSITESSCRIPT" SourceFile="..\..\..\Program >Files\WixEdit\scripts\GetWebSites.vbs" /> > ><InstallExecuteSequence> > > <Custom Action="caGetWebSites" Sequence="2" /> > ></InstallExecuteSequence> > > > >Here is my ONLY combobox on the form > > > ><Control Id="WebSites" Type="ComboBox" Sorted="no" >Property="TARGETWEBCOMBO" Indirect="no" ComboList="yes" X="20" Y="72" >Width="330" Height="16"> > > <Text><![CDATA[TARGETWEBCOMBO]]></Text> > ></Control> > > > >Here is the script that I am using for populating the combobox > > > >'======================================================================= >==== > >' This Script Populates a ComboBox in the Windows Installer with the > >' available IIS Websites in the local computer > >'======================================================================= >==== > > Const ERROR_SUCCESS = 0 > > Const ERROR_INSTALL_FAILURE = 1603 > > Const msiViewModifyInsertTemporary = 7 > > > > Function GetWebSites() > > Dim objIIS, oView, oSite, oServer, oReccombo > > Dim r > > > > On Error Resume Next > > Set objIIS = GetObject("IIS://localhost/W3SVC") > > > > If Err.Number <> 0 Then > > MsgBox "Unable to open IIS W3SVC Root object - " & _ > > "please ensure that IIS is running" & vbCrLf & _ > > " - Error Details: " & Err.Description & " [Number:" & _ > > Hex(Err.Number) & "]", vbCritical, "Error" > > GetWebSites = ERROR_INSTALL_FAILURE > > Exit Function > > Else > > 'open and execute a view to the ListBox table > > Set oView = Session.Database.OpenView("SELECT * FROM >'ComboBox'") > > Set oPropertyView = Session.Database.OpenView("SELECT * FROM >`Property` WHERE [Property] ='TARGETWEBCOMBO'") > > oView.Execute > > oPropertyView.Execute > > oPropertyView.Fetch > > r = 0 > > > > For Each oSite in objIIS > > If oSite.Class = "IIsWebServer" Then > > r = r + >1 > > Set oServer=GetObject(oSite.ADsPath) > > 'if r = 1 Then > > >Session.Property("TARGETWEBCOMBO")= oSite.Name > > >Session.Property("SERVERCOMMENT") = oServer.Get("ServerComment") > > 'End if > > ' > > ' ComboBox record fields are Property, >Order, Value, Text > > ' > > Set oReccombo = Session.Installer.CreateRecord(4) > > oReccombo.StringData(1) = "TARGETWEBCOMBO" > > oReccombo.IntegerData(2) = r > > oReccombo.StringData(3) = oSite.Name > > ' oReccombo.StringData(3) = >oServer.Get("ServerComment") > > oReccombo.StringData(4) = oServer.Get("ServerComment") > > oView.Modify msiViewModifyInsertTemporary, oReccombo > > > > End If > > Next > > > > oView.Close > > 'return success to MSI > > GetWebSites = ERROR_SUCCESS > > End If > > 'clean up > > Set objIIS = Nothing > > Set oView = Nothing > > End Function > > > > > >Here is the verbose log file when running the MSI > > > >=== Verbose logging started: 7/11/2006 9:53:20 Build type: SHIP >UNICODE 3.01.4000.2435 Calling process: C:\WINDOWS\system32\msiexec.exe >=== > >MSI (c) (EC:3C) [09:53:20:650]: Resetting cached policy values > >MSI (c) (EC:3C) [09:53:20:650]: Machine policy value 'Debug' is 0 > >MSI (c) (EC:3C) [09:53:20:650]: ******* RunEngine: > > ******* Product: ServiceLink Enterprise Library 2.0.msi > > ******* Action: > > ******* CommandLine: ********** > >MSI (c) (EC:3C) [09:53:20:680]: Machine policy value >'DisableUserInstalls' is 0 > >MSI (c) (EC:3C) [09:53:20:981]: SOFTWARE RESTRICTION POLICY: Verifying >package --> 'C:\Projects\Installs\ServiceLink Enterprise >Library\ServiceLink Enterprise Library 2.0.msi' against software >restriction policy > >MSI (c) (EC:3C) [09:53:20:981]: Note: 1: 2262 2: DigitalSignature 3: >-2147287038 > >MSI (c) (EC:3C) [09:53:20:981]: SOFTWARE RESTRICTION POLICY: >C:\Projects\Installs\ServiceLink Enterprise Library\ServiceLink >Enterprise Library 2.0.msi is not digitally signed > >MSI (c) (EC:3C) [09:53:21:021]: SOFTWARE RESTRICTION POLICY: >C:\Projects\Installs\ServiceLink Enterprise Library\ServiceLink >Enterprise Library 2.0.msi is permitted to run at the 'unrestricted' >authorization level. > >MSI (c) (EC:3C) [09:53:21:122]: Cloaking enabled. > >MSI (c) (EC:3C) [09:53:21:122]: Attempting to enable all disabled >priveleges before calling Install on Server > >MSI (c) (EC:3C) [09:53:21:202]: End dialog not enabled > >MSI (c) (EC:3C) [09:53:21:202]: Original package ==> >C:\Projects\Installs\ServiceLink Enterprise Library\ServiceLink >Enterprise Library 2.0.msi > >MSI (c) (EC:3C) [09:53:21:202]: Package we're running from ==> >C:\DOCUME~1\jhidey\LOCALS~1\Temp\3\1c6a431d.msi > >MSI (c) (EC:3C) [09:53:21:222]: APPCOMPAT: looking for appcompat >database entry with ProductCode >'{52636052-D6D8-42D5-8A56-C4E51F61AD04}'. > >MSI (c) (EC:3C) [09:53:21:222]: APPCOMPAT: no matching ProductCode found >in database. > >MSI (c) (EC:3C) [09:53:21:242]: MSCOREE not loaded loading copy from >system32 > >MSI (c) (EC:3C) [09:53:21:302]: Machine policy value 'TransformsSecure' >is 1 > >MSI (c) (EC:3C) [09:53:21:302]: Note: 1: 2205 2: 3: MsiFileHash > >MSI (c) (EC:3C) [09:53:21:302]: Machine policy value 'DisablePatch' is 0 > >MSI (c) (EC:3C) [09:53:21:302]: Machine policy value >'AllowLockdownPatch' is 0 > >MSI (c) (EC:3C) [09:53:21:302]: Machine policy value >'DisableLUAPatching' is 0 > >MSI (c) (EC:3C) [09:53:21:313]: Machine policy value >'DisableFlyWeightPatching' is 0 > >MSI (c) (EC:3C) [09:53:21:323]: APPCOMPAT: looking for appcompat >database entry with ProductCode >'{52636052-D6D8-42D5-8A56-C4E51F61AD04}'. > >MSI (c) (EC:3C) [09:53:21:323]: APPCOMPAT: no matching ProductCode found >in database. > >MSI (c) (EC:3C) [09:53:21:323]: Transforms are not secure. > >MSI (c) (EC:3C) [09:53:21:323]: Command Line: >CURRENTDIRECTORY=C:\Projects\Installs\ServiceLink Enterprise Library >CLIENTUILEVEL=0 CLIENTPROCESSID=2540 > >MSI (c) (EC:3C) [09:53:21:323]: PROPERTY CHANGE: Adding PackageCode >property. Its value is '{AD129B1D-17F3-4BC0-8B9C-C2C4D4E4F97D}'. > >MSI (c) (EC:3C) [09:53:21:323]: Product Code passed to >Engine.Initialize: '' > >MSI (c) (EC:3C) [09:53:21:323]: Product Code from property table before >transforms: '{52636052-D6D8-42D5-8A56-C4E51F61AD04}' > >MSI (c) (EC:3C) [09:53:21:323]: Product Code from property table after >transforms: '{52636052-D6D8-42D5-8A56-C4E51F61AD04}' > >MSI (c) (EC:3C) [09:53:21:323]: Product not registered: beginning >first-time install > >MSI (c) (EC:3C) [09:53:21:323]: PROPERTY CHANGE: Adding ProductState >property. Its value is '-1'. > >MSI (c) (EC:3C) [09:53:21:323]: Entering >CMsiConfigurationManager::SetLastUsedSource. > >MSI (c) (EC:3C) [09:53:21:323]: User policy value 'SearchOrder' is 'nmu' > >MSI (c) (EC:3C) [09:53:21:323]: Adding new sources is allowed. > >MSI (c) (EC:3C) [09:53:21:323]: PROPERTY CHANGE: Adding >PackagecodeChanging property. Its value is '1'. > >MSI (c) (EC:3C) [09:53:21:323]: Package name extracted from package >path: 'ServiceLink Enterprise Library 2.0.msi' > >MSI (c) (EC:3C) [09:53:21:323]: Package to be registered: 'ServiceLink >Enterprise Library 2.0.msi' > >MSI (c) (EC:3C) [09:53:21:323]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:3C) [09:53:21:323]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:323]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:333]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:333]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:353]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:353]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:353]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:353]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:363]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:363]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:363]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:373]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:373]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:373]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:373]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:383]: Note: 1: 2729 > >MSI (c) (EC:3C) [09:53:21:383]: Note: 1: 2262 2: AdminProperties 3: >-2147287038 > >MSI (c) (EC:3C) [09:53:21:383]: Machine policy value 'DisableMsi' is 1 > >MSI (c) (EC:3C) [09:53:21:383]: Machine policy value >'AlwaysInstallElevated' is 0 > >MSI (c) (EC:3C) [09:53:21:383]: User policy value >'AlwaysInstallElevated' is 0 > >MSI (c) (EC:3C) [09:53:21:383]: Running product >'{52636052-D6D8-42D5-8A56-C4E51F61AD04}' with user privileges: It's not >assigned. > >MSI (c) (EC:3C) [09:53:21:383]: PROPERTY CHANGE: Adding CURRENTDIRECTORY >property. Its value is 'C:\Projects\Installs\ServiceLink Enterprise >Library'. > >MSI (c) (EC:3C) [09:53:21:383]: PROPERTY CHANGE: Adding CLIENTUILEVEL >property. Its value is '0'. > >MSI (c) (EC:3C) [09:53:21:383]: PROPERTY CHANGE: Adding CLIENTPROCESSID >property. Its value is '2540'. > >MSI (c) (EC:3C) [09:53:21:383]: TRANSFORMS property is now: > >MSI (c) (EC:3C) [09:53:21:383]: PROPERTY CHANGE: Adding VersionDatabase >property. Its value is '300'. > >MSI (c) (EC:3C) [09:53:21:413]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Application Data > >MSI (c) (EC:3C) [09:53:21:413]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Favorites > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\NetHood > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\My Documents > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\PrintHood > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Recent > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\SendTo > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Templates > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Application Data > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Local Settings\Application Data > >MSI (c) (EC:3C) [09:53:21:423]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\My Documents\My Pictures > >MSI (c) (EC:3C) [09:53:21:493]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Start Menu\Programs\Administrative >Tools > >MSI (c) (EC:3C) [09:53:21:493]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Start Menu\Programs\Startup > >MSI (c) (EC:3C) [09:53:21:493]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Start Menu\Programs > >MSI (c) (EC:3C) [09:53:21:493]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Start Menu > >MSI (c) (EC:3C) [09:53:21:493]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\jhidey\Desktop > >MSI (c) (EC:3C) [09:53:21:503]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Start Menu\Programs\Administrative >Tools > >MSI (c) (EC:3C) [09:53:21:503]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Start Menu\Programs\Startup > >MSI (c) (EC:3C) [09:53:21:503]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Start Menu\Programs > >MSI (c) (EC:3C) [09:53:21:503]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Start Menu > >MSI (c) (EC:3C) [09:53:21:503]: SHELL32::SHGetFolderPath returned: >C:\Documents and Settings\All Users\Desktop > >MSI (c) (EC:3C) [09:53:21:503]: SHELL32::SHGetFolderPath returned: >C:\WINDOWS\Fonts > >MSI (c) (EC:3C) [09:53:21:513]: Note: 1: 2898 2: MS Sans Serif 3: MS >Sans Serif 4: 0 5: 16 > >MSI (c) (EC:3C) [09:53:21:543]: PROPERTY CHANGE: Adding Privileged >property. Its value is '1'. > >MSI (c) (EC:3C) [09:53:21:543]: Note: 1: 1402 2: >HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 > >MSI (c) (EC:3C) [09:53:21:543]: PROPERTY CHANGE: Adding USERNAME >property. Its value is 'ServiceLink LP'. > >MSI (c) (EC:3C) [09:53:21:543]: Note: 1: 1402 2: >HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2 > >MSI (c) (EC:3C) [09:53:21:543]: PROPERTY CHANGE: Adding COMPANYNAME >property. Its value is 'ServiceLink LP'. > >MSI (c) (EC:3C) [09:53:21:543]: PROPERTY CHANGE: Adding DATABASE >property. Its value is >'C:\DOCUME~1\jhidey\LOCALS~1\Temp\3\1c6a431d.msi'. > >MSI (c) (EC:3C) [09:53:21:543]: PROPERTY CHANGE: Adding OriginalDatabase >property. Its value is 'C:\Projects\Installs\ServiceLink Enterprise >Library\ServiceLink Enterprise Library 2.0.msi'. > >MSI (c) (EC:3C) [09:53:21:553]: PROPERTY CHANGE: Adding SourceDir >property. Its value is 'C:\Projects\Installs\ServiceLink Enterprise >Library\'. > >MSI (c) (EC:3C) [09:53:21:553]: PROPERTY CHANGE: Adding SOURCEDIR >property. Its value is 'C:\Projects\Installs\ServiceLink Enterprise >Library\'. > >MSI (c) (EC:F4) [09:53:21:563]: PROPERTY CHANGE: Adding VersionHandler >property. Its value is '3.01'. > >=== Logging started: 7/11/2006 9:53:21 === > >MSI (c) (EC:3C) [09:53:21:644]: Note: 1: 2205 2: 3: PatchPackage > >MSI (c) (EC:3C) [09:53:21:644]: Machine policy value 'DisableRollback' >is 0 > >MSI (c) (EC:3C) [09:53:21:644]: User policy value 'DisableRollback' is 0 > >MSI (c) (EC:3C) [09:53:21:644]: PROPERTY CHANGE: Adding UILevel >property. Its value is '5'. > >MSI (c) (EC:3C) [09:53:21:654]: PROPERTY CHANGE: Adding ACTION property. >Its value is 'INSTALL'. > >MSI (c) (EC:3C) [09:53:21:654]: Doing action: INSTALL > >MSI (c) (EC:3C) [09:53:21:654]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:21: INSTALL. > >MSI (c) (EC:3C) [09:53:21:664]: UI Sequence table 'InstallUISequence' is >present and populated. > >MSI (c) (EC:3C) [09:53:21:664]: Running UISequence > >MSI (c) (EC:3C) [09:53:21:664]: PROPERTY CHANGE: Adding EXECUTEACTION >property. Its value is 'INSTALL'. > >MSI (c) (EC:3C) [09:53:21:664]: Doing action: PrepareDlg > >MSI (c) (EC:3C) [09:53:21:664]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:21: PrepareDlg. > >MSI (c) (EC:F4) [09:53:21:724]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:F4) [09:53:21:724]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 2898 > >Info 2898. WixUI_Font_Bigger, Tahoma, 0 > >MSI (c) (EC:F4) [09:53:21:734]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:F4) [09:53:21:734]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 2898 > >Info 2898. WixUI_Font_Normal, Tahoma, 0 > >Action ended 9:53:21: PrepareDlg. Return value 1. > >MSI (c) (EC:3C) [09:53:21:885]: Doing action: AppSearch > >MSI (c) (EC:3C) [09:53:21:885]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:21: AppSearch. > >MSI (c) (EC:3C) [09:53:21:955]: Note: 1: 2262 2: Signature 3: >-2147287038 > >MSI (c) (EC:3C) [09:53:21:955]: Note: 1: 1402 2: >HKEY_LOCAL_MACHINE\Software\ServiceLink\Microsoft Enterprise Library 3: >2 > >MSI (c) (EC:3C) [09:53:21:965]: Note: 1: 2262 2: Signature 3: >-2147287038 > >MSI (c) (EC:3C) [09:53:21:965]: PROPERTY CHANGE: Adding VS2005INSTALLED >property. Its value is 'C:\Program Files\Microsoft Visual Studio >8\Common7\IDE\'. > >MSI (c) (EC:3C) [09:53:21:975]: Note: 1: 2262 2: Signature 3: >-2147287038 > >MSI (c) (EC:3C) [09:53:21:975]: Note: 1: 1402 2: >HKEY_LOCAL_MACHINE\Software\ServiceLink\ServiceLink Enterprise Library >3: 2 > >Action ended 9:53:21: AppSearch. Return value 1. > >MSI (c) (EC:3C) [09:53:21:975]: Doing action: ValidateProductID > >MSI (c) (EC:3C) [09:53:21:975]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:21: ValidateProductID. > >Action ended 9:53:21: ValidateProductID. Return value 1. > >MSI (c) (EC:3C) [09:53:22:005]: Doing action: CostInitialize > >MSI (c) (EC:3C) [09:53:22:005]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:22: CostInitialize. > >MSI (c) (EC:3C) [09:53:22:015]: Machine policy value 'MaxPatchCacheSize' >is 10 > >MSI (c) (EC:3C) [09:53:22:065]: PROPERTY CHANGE: Adding ROOTDRIVE >property. Its value is 'C:\'. > >MSI (c) (EC:3C) [09:53:22:065]: PROPERTY CHANGE: Adding CostingComplete >property. Its value is '0'. > >Action ended 9:53:22: CostInitialize. Return value 1. > >MSI (c) (EC:3C) [09:53:22:065]: Doing action: FileCost > >MSI (c) (EC:3C) [09:53:22:065]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:22: FileCost. > >MSI (c) (EC:3C) [09:53:22:086]: Note: 1: 2205 2: 3: Class > >MSI (c) (EC:3C) [09:53:22:086]: Note: 1: 2205 2: 3: Extension > >MSI (c) (EC:3C) [09:53:22:086]: Note: 1: 2205 2: 3: TypeLib > >Action ended 9:53:22: FileCost. Return value 1. > >MSI (c) (EC:3C) [09:53:22:086]: Doing action: CostFinalize > >MSI (c) (EC:3C) [09:53:22:086]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:22: CostFinalize. > >MSI (c) (EC:3C) [09:53:22:096]: PROPERTY CHANGE: Adding OutOfDiskSpace >property. Its value is '0'. > >MSI (c) (EC:3C) [09:53:22:096]: PROPERTY CHANGE: Adding >OutOfNoRbDiskSpace property. Its value is '0'. > >MSI (c) (EC:3C) [09:53:22:096]: PROPERTY CHANGE: Adding >PrimaryVolumeSpaceAvailable property. Its value is '0'. > >MSI (c) (EC:3C) [09:53:22:096]: PROPERTY CHANGE: Adding >PrimaryVolumeSpaceRequired property. Its value is '0'. > >MSI (c) (EC:3C) [09:53:22:096]: PROPERTY CHANGE: Adding >PrimaryVolumeSpaceRemaining property. Its value is '0'. > >MSI (c) (EC:3C) [09:53:22:096]: Note: 1: 2205 2: 3: Patch > >MSI (c) (EC:3C) [09:53:22:096]: Note: 1: 2205 2: 3: Condition > >MSI (c) (EC:3C) [09:53:22:106]: PROPERTY CHANGE: Adding TARGETDIR >property. Its value is 'C:\'. > >MSI (c) (EC:3C) [09:53:22:106]: PROPERTY CHANGE: Adding INSTALLDIR >property. Its value is 'C:\Program Files\ServiceLink Enterprise >Library\'. > >MSI (c) (EC:3C) [09:53:22:106]: Target path resolution complete. Dumping >Directory table... > >MSI (c) (EC:3C) [09:53:22:106]: Note: target paths subject to change >(via custom actions or browsing) > >MSI (c) (EC:3C) [09:53:22:106]: Dir (target): Key: TARGETDIR , >Object: C:\ > >MSI (c) (EC:3C) [09:53:22:106]: Dir (target): Key: WindowsFolder >, Object: C:\WINDOWS\ > >MSI (c) (EC:3C) [09:53:22:106]: Dir (target): Key: ProgramFilesFolder >, Object: C:\Program Files\ > >MSI (c) (EC:3C) [09:53:22:106]: Dir (target): Key: INSTALLDIR , >Object: C:\Program Files\ServiceLink Enterprise Library\ > >MSI (c) (EC:3C) [09:53:22:106]: PROPERTY CHANGE: Adding INSTALLLEVEL >property. Its value is '1'. > >Action ended 9:53:22: CostFinalize. Return value 1. > >MSI (c) (EC:3C) [09:53:22:216]: Skipping action: MaintenanceWelcomeDlg >(condition is false) > >MSI (c) (EC:3C) [09:53:22:216]: Skipping action: ResumeDlg (condition is >false) > >MSI (c) (EC:3C) [09:53:22:216]: Doing action: WelcomeDlg > >MSI (c) (EC:3C) [09:53:22:216]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:22: WelcomeDlg. > >MSI (c) (EC:F4) [09:53:22:337]: Note: 1: 2205 2: 3: _RemoveFilePath > >MSI (c) (EC:F4) [09:53:22:337]: Note: 1: 2205 2: 3: MsiFileHash > >MSI (c) (EC:F4) [09:53:22:347]: PROPERTY CHANGE: Modifying >CostingComplete property. Its current value is '0'. Its new value: '1'. > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2205 2: 3: BindImage > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2205 2: 3: ProgId > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2205 2: 3: PublishComponent > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2205 2: 3: SelfReg > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2205 2: 3: Extension > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2205 2: 3: Font > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2205 2: 3: Shortcut > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2205 2: 3: Class > >MSI (c) (EC:F4) [09:53:22:377]: Note: 1: 2727 2: > >MSI (c) (EC:F4) [09:53:23:220]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:F4) [09:53:23:220]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 2898 > >Info 2898. WixUI_Font_Title, Tahoma, 0 > >MSI (c) (EC:F4) [09:53:23:270]: Note: 1: 2205 2: 3: ComboBox > >MSI (c) (EC:F4) [09:53:23:270]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:F4) [09:53:23:270]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 2205 > >DEBUG: Error 2205: Database: . Table does not exist: ComboBox > >MSI (c) (EC:F4) [09:53:24:766]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:F4) [09:53:24:766]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 1709 > >MSI (c) (EC:F4) [09:53:24:766]: Product: ServiceLink Enterprise Library >2.0 -- The installer has encountered an unexpected error installing this >package. This may indicate a problem with this package. The error code >is 2205. The arguments are: , ComboBox, > > > >Action ended 9:53:24: WelcomeDlg. Return value 3. > >MSI (c) (EC:3C) [09:53:24:816]: Doing action: FatalError > >MSI (c) (EC:3C) [09:53:24:816]: Note: 1: 2205 2: 3: ActionText > >Action start 9:53:24: FatalError. > >Action ended 9:53:26: FatalError. Return value 2. > >Action ended 9:53:26: INSTALL. Return value 3. > >=== Logging stopped: 7/11/2006 9:53:26 === > >MSI (c) (EC:3C) [09:53:26:081]: Note: 1: 1708 > >MSI (c) (EC:3C) [09:53:26:081]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:3C) [09:53:26:081]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 1708 > >MSI (c) (EC:3C) [09:53:26:091]: Note: 1: 2205 2: 3: Error > >MSI (c) (EC:3C) [09:53:26:091]: Note: 1: 2228 2: 3: Error 4: SELECT >`Message` FROM `Error` WHERE `Error` = 1709 > >MSI (c) (EC:3C) [09:53:26:091]: Product: ServiceLink Enterprise Library >2.0 -- Installation failed. > > > >MSI (c) (EC:3C) [09:53:26:121]: Grabbed execution mutex. > >MSI (c) (EC:3C) [09:53:26:121]: Cleaning up uninstalled install >packages, if any exist > >MSI (c) (EC:3C) [09:53:26:141]: MainEngineThread is returning 1603 > >=== Verbose logging stopped: 7/11/2006 9:53:26 === > > > > > >------------------------------------------------------------------------ >- >Using Tomcat but need to do more? Need to support web services, >security? >Get stuff done quickly with pre-integrated technology to make your job >easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache >Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > >_______________________________________________ >WiX-users mailing list >WiX-users@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job >easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >WiX-users mailing list >WiX-users@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users