[wix-users] when creating registry value, can I not log it to the MSI log file? [P]
Steven Ogilvie
Steven.Ogilvie at titus.com
Thu Jul 7 12:09:21 PDT 2016
Classification: Public
Can't do that...
MSI installer X has a dialog that asks for information in order to create a DB
If Windows authentication there isn't a password
If mixed authentication (or just SQL) there will be a password
MSI installer X has another dialog that asks information about the Web site it will create
It asks for the Web App Pool user + password (however if the web app pool user is a system user, i.e. LocalSystem, there isn't a password
So some of that information is gathered in MSI installer X which MSI installer Y will use and remove the registry entries by the end of the install
Thanks,
Steve
This message has been marked as Public by Steven Ogilvie on July 7, 2016 3:09:19 PM.
The above classification labels were added to the message by TITUS Message Classification.For More information visit www.titus.com.
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob
Sent: July 7, 2016 1:29 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] when creating registry value, can I not log it to the MSI log file?
Create a bundle, gather the info in the bundle and pass it as a MsiProperty to X and Y?
> On Jul 7, 2016, at 12:20 PM, Steve Ogilvie <sogilvie at msn.com> wrote:
>
> Hi folks,
>
>
>
> I have several MSI's in my installer.
>
>
>
> Let's call two of them X and Y...
>
>
>
> Y requires some information from X
>
>
>
> So what I do is create some registry entries in X, which Y reads and
> later deletes the registry entries...
>
>
>
> 2 of those registry entries are passwords...
>
>
>
> Is there any way to *NOT* log the registry value into the MSI log
> file?
>
>
>
> i.e. when I use:
>
> <RegistryKey Id="ProductId" ForceCreateOnInstall="yes"
> ForceDeleteOnUninstall="yes" Root="HKLM"
> Key="SOFTWARE\MYCO\MyProduct">
>
> <!-- The password will be deleted by the next installer -->
>
> <RegistryValue Type="string" Name="Password" Value="[A_PASSWORD]"/>
>
>
>
> Thanks,
>
>
>
> Steve
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list