Brian,

had a look now, and there are some differences that seem important... most
importantly, the "Switching to server" line, and that showed me what the
problem was.

i had a registry search looking for a key that was a REG_MULTI_SZ that was
setting a property to tell me if a particular SQL Server instance was
installed. See below:

      <Property Id="SQLSERVER">
         <RegistrySearch Id="SQLServer" Root="HKLM"
Key="SOFTWARE\Microsoft\Microsoft Sql Server" Type="raw"
Name="InstalledInstances"/>
      </Property>
      <Condition Message="This application requires Microsoft SQL Server.
Please installl Microsoft SQL Server 2005.">
         <![CDATA[Installed OR (SQLSERVER >< MSSQLSERVER)]]>
      </Condition>


that works fine, but it seems like that public property gets set to a
particular value that screws up transferring the properties to the server.
my 32 bit installer, i had to comment this out as i don't have sql server
installed on the 32 bit machine!  so i guess it might also be failing on a
32 bit machine too...  changing the registry search to a different key
resulted in getting the install to work in all scenarios.

another interesting part of the log that caught my attention - theres a line
that gets added with all the properties that get passed to set up the
complus app (see below), and as part of that my actual password gets printed
out, even though i've set that as a secure property.  not a major issue for
me, but could be for someone?


MSI (s) (DC:E0) [17:47:25:557]: Executing op:
CustomActionSchedule(Action=ComPlusInstallExecute,ActionType=3073,Source=BinaryData,Target=ComPlusInstallExecute,CustomActionData=C:\DOCUME~1\tjohnson\LOCALS~1\Temp\CPI374BD64541FF1.tmp€CreateComPlusPartitions€Creating
COM+ partitions€Partition: [1]€0€AddUsersToComPlusPartitionRoles€Adding
users to COM+ partition roles€Role: [1]€0€AddComPlusPartitionUsers€Setting
default COM+ partitions for users€User:
[1]€0€CreateComPlusApplications€Creating COM+ applications€Application:
[1]€3€1€10000€PipelineRepository€{AFACF879-64CF-4AFE-BE34-3E3F0A18FDB6}€PipelineRepository€€8
*€Identity€americas\tjohnson*
€AccessChecksLevel€1€QueueListenerEnabled€0€RunForever€1€ApplicationAccessChecksEnabled€0€QueuingEnabled€0€QCAuthenticateMsgs€0€
*Password€MyActualPassword*
€1€10000€PipelineMapEditor€{4289EAC9-9369-4A39-B969-FA92E62F15C1}€PipelineMapEditor€€8€
*Identity€americas\tjohnson€*
AccessChecksLevel€1€QueueListenerEnabled€0€RunForever€1€ApplicationAccessChecksEnabled€0€QueuingEnabled€0€QCAuthenticateMsgs€0
*€Password€MyActualPassword€*
1€10000€PipelineMonitor€{0BE7A058-78E4-4605-8E49-


thanks for all your assistance, Bob and Brian.

regards,
tim.

On Mon, Jul 6, 2009 at 4:05 PM, Brian Rogers <rogers.br...@gmail.com> wrote:

> Hey Tim,
>
> Have you done any type of diff'ing on the logs that would be generated from
> the three different types of installs you mentioned (32-bit, 64-bit
> passive,
> 64-bit full)? You should see when the server state transfers and what the
> values are. Remember to use the "/lvx* [logfilename]" switch.
>
> Thanks,
>
> Brian Rogers
> "Intelligence removes complexity." - Me
> http://blogs.msdn.com/icumove <-- NEW
>
>
> On Mon, Jul 6, 2009 at 6:52 AM, Tim Johnson <the.tim.john...@gmail.com
> >wrote:
>
> > tried that and it has the same problem - works fine with /passive, but
> > doesn't work from the ui.
> >
> > On 7/4/09, Bob Arnson <b...@joyofsetup.com> wrote:
> > > Tim Johnson wrote:
> > >>       <Property Id="COMP_DOMAIN" Admin="yes"></Property>
> > >>
> > >
> > > Check out the Secure attribute.
> > >
> > > --
> > > sig://boB
> > > http://joyofsetup.com/
> > >
> > >
> > >
> > >
> >
> ------------------------------------------------------------------------------
> > > _______________________________________________
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
> >
> >
> ------------------------------------------------------------------------------
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to