I need to set a property in our installer by reading it from
a SQL database table.
I would like to do it during launch condition evaluation
before the file copy.
Has anyone done this in WIX?
Thanks in advance,
chandra
--
Thanks for the suggestion, but doing that caused the failure of schtasks
With 1631 error. Thanks for the " suggestion.
But fixing the backslash in square brackets fixed the issue.
mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 23, 2006 3:32 AM
To: Chandra Rentachintala
Cc: wix-
I am adding a scheduled task thru the installer like this.
ExeCommand=' "schtasks.exe" /Create /RU "[SQLUSERNAME]" /rp
[SQLPASSWORD] /SC [CLEANUPFREQUENCY] /ST 01:00:00 /TN "DBCLEANUPTASK"
/TR "[#CLEANUP_EXE]" '
/>
and it works fine in adding scheduled task, but not st
>From Fredrik Grohn [EMAIL PROTECTED] mail
"
You need to include the PubCA compiler extension on the command line.
Here is an example:
candle queues.wxs -ext
Microsoft.Tools.WindowsInstallerXml.PcaCompiler,pcaext
When you link it you also need to include pubca.wixlib:
light queues.wixobj "%WIX
m wix list for finding this solution.
- chandra
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chandra
Rentachintala
Sent: Tuesday, July 11, 2006 10:09 AM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] password is incorrect
MsiHiddenProperties as a way of not
exposing
passwords in a log!
Phil Wilson
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob
Mensching
Sent: Friday, July 07, 2006 6:00 PM
To: 'Chandra Rentachintala'; wix-users@lists.sourceforge.net
S
I have my service installed like
this and it installs the service correctly,
but service is unable to start
due to login failure.
I am using sca.wixlib (wix 2.0) and it comes with ConfigureIIS
action in InstallExecuteSequence.
Our installation has multiple features and only few of them
needs IIS pre-requisite check.
Currently when we run the installer with features which don’t
need IIS,
this custom action is s
I have to run aspnet_setreg.exe with username/password and a
reg key for website permissions.
I want to set full control rights to “NETWORK SERVICE”
account on this reg key.
Aspnet_setreg.exe executable gets copied during install. Permissions
are getting overridden
By the custom action
In my installer there are 4 features to customize for a given
machine and
only one of it depends on a vendor package.
I want to run the vendor product msi or setup.exe when that
package is not present
on the machine and corresponding feature is selected, during
my setup sequence.
You can have a component
like this which points to your Property (ex: LOGPATH)
11 matches
Mail list logo