I don't think you can do that in WiX. Your best bet is probably to have a
script like Python do the
calculation and then call candle with -dSequenceStart= on the command
line.
Rob
Ashish Premaraj wrote:
> Need to do the below calculation or a variation of it for every build
> our team genera
Yes, I would be very grateful if you could send me the script. It sounds
like you are successfully doing exactly what I';m trying to achieve.
Matt
From: Matthew Janulewicz [mailto:[EMAIL PROTECTED]
Sent: 07 March 2007 18:14
To: Kerry, Matt; wix-users@lists.sour
Hi,
I have created MSI Package using Visual Studio 2005 (Using Setup &
Deployment),
But it supports only one language, Now i want a
Single MSI Package which supports other languages
Please do needfull help
Thanks & Regards
BalakrishnaThis e-mail contains PRIVILEGED AND CONFIDENTIA
"balakrishna" <[EMAIL PROTECTED]> skrev
>I have created MSI Package using Visual Studio 2005 (Using Setup &
> Deployment),
>But it supports only one language, Now i want a
>Single MSI Package which supports other languages
http://www.tramontana.co.hu/wix/lesson9.php
Sigurd
Christopher:
The following element installs the file to the GAC.
src="YourFileSourcePath" Vital="yes" KeyPath="yes" DiskId="1"
Assembly=".net" />
As for your error, I suspect that it has something to do with the following
help entry for the @Assemby attribute. From the Wix.chm:
"Specifie
I'm using Wix 3. The problem was some DCOM permissions. I have added ccnet
to the DCOM local user group in windows server 2003 SP1 and it works.
Thanks for your help.
On 3/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
I assume you're using Wix 3? If not, I can at least confirm that Wix
I'm looking for a way to have the MSI output a log file no matter what.
I know the log file can be created using a command line switch, but is
there a way to configure this inside the MSI?
Thanks
-
Take Surveys. Earn Cash.
Ian Couper wrote:
I'm looking for a way to have the MSI output a log file no matter
what. I know the log file can be created using a command line switch,
but is there a way to configure this inside the MSI?
MSI 4.0 on Windows Vista offers this feature, but for previous versions,
you have
Matt,
How do you keep the Component/@Guids stable from scan to scan?
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kerry, Matt
Sent: Thursday, March 08, 2007 2:15 AM
To: Matthew Janulewicz; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Tips for deploying a Web app as
Hi, I am running into quite a bit of trouble modifying an IIS Website through
WiX (I wish to set the logging format to W3C extended).
WiX does not allow the WebLog (the property responsible for this log format) to
be set unless the website is a Component in which case it means that the
websit
7 new databases for the medical profession just released!
--> All New American Nurses Database: Over 59,000 nurses complete with
addresses, phone and fax numbers
All data is in Excel format and sortable by 30 specialties. MSA and CMSA fields
also included.
**Special Price Until March 15 $299**
Probably not today. Of course, the code could be improved to handle this case.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aleem Bawany
Sent: Thursday, March 08, 2007 8:28 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Modifying an IIS (5.0) Website
Hi, I am runn
The Mallow utility I use generates new GUID's for the components each
time, and this is okay with us. Our installers are 100% internal,
all-or-none kinds of things. No patches, no upgrade codes, etc. They're
mostly internal web services that are only installed or seen by our IT
guys, so I know we d
By the way, currently we compile Wix installers by using a makefile type
project in Visual Studio. A majority of our projects are VS2003 and we
use the SCC interface, which rules out using Votive. Votive for VS2005
now has a little support for pre-build steps, but I haven't experimented
with them y
Hi, I was wondering, is there an easy way to get the domain name of the target
machine in wix?
Thanks!
Lindsay Harris
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get t
I am trying to add shortcuts to my WiX Installer (WiX V3.0.2420.0). These
shortcuts are both in a fragment .wxs file. The file candle's and lit's
with no errors or warnings.
This works:
This does not:
The error I get is:
C:\PlatformESP\TSB\WiX\Frag_KTSB.wxs(19) : error LGHT0094
An example of my code is the following where I want to use the R symbol in
the product name.
I have tried to replace the R with each of the following, but with no
success:
R - this turns into a ? in the MSI so I need to use the correct symbol
® - this result is displayed with the r underl
Hi,
I need to access environment variable COMPUTERNAME of the TargetComputer
and use it to set a propertyhow do i do that in WIX ? I am using WIX
2.0
Thanks
shankar
-
Take Surveys. Earn Cash. Influence the Future
Probably a Type 51 custom action?
On 3/8/07, Shankar Manian <[EMAIL PROTECTED]> wrote:
Hi,
I need to access environment variable COMPUTERNAME of the TargetComputer
and use it to set a propertyhow do i do that in WIX ? I am using WIX
2.0
Thanks
shankar
--
Hi all,
My package isn't passing validation now with the following:
PID_TEMPLATE value in Summary Information Stream is not valid. It must be of
the form "Platform,Platform,...;LangID,LangID,...".
I'm using wixv2 (v2.0.4701.0) - here's the product & package elements from my
WiX. I've replaced t
Did you define a Directory with @Id ProgramMenuFolder?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Julie Campbell
Sent: Thursday, March 08, 2007 11:33 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Shortcuts and Properties
I am trying to
The Formatted topic in the MSI SDK says:
If a substring of the form [%environmentvariable] is found, the
value of the environment
variable is substituted for the substring.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shankar Manian
Sent: Thursd
"x86" is not a valid value for the Package/@Platforms attribute. I think you
want "Intel". MSI SDK talks about it more.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon LeCroy
Sent: Thursday, March 08, 2007 1:02 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] ICE39
Thank you! I failed to mention this was also preventing installation on x86
systems.
There may be other more appropriate articles, but I was looking at:
http://msdn2.microsoft.com/en-us/library/w1behyzx(VS.80).aspx which lists x86.
Thanks again,
Jon
From: Rob Mensching
Sent: Thursday, March 08
Hi Lindsay,
I just use a VBScript custom action.
' Set Short Domain Name
Set objSysInfo = CreateObject("ADSystemInfo")
Session.Property("P_APP_DOMAIN") = objSysInfo.DomainShortName
Hope this helps.
-Matthew Rowan
On 3/9/07, Lindsay Harris <[EMAIL PROTECTED]> wrote:
Hi, I was wondering, is t
Nope, that was the problem, thanks!
Note to self: don't use property names as Directory Id's in the future,
you'll just confuse yourself. ;)
Julie
[EMAIL PROTECTED]
-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 08, 2007 4:11 PM
To: Julie Campbe
Directory/@Ids are Properties:
http://blogs.msdn.com/robmen/archive/2006/10/17/deciphering-the-msi-directory-table-part-7-directories-are-properties.aspx
-Original Message-
From: Julie Campbell [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 08, 2007 1:44 PM
To: Rob Mensching; wix-users@
Hi,
I am trying to use a property in a conditional statement
depending on its value which gets sets by a custom action.
I have a property named PROP with initial value set as null. This property's
value Yes/No is set by a custom action. The custom action is run just after
welcom
I have been banging my head against this all day... I'm trying to get
aspnet_regiis.exe to run and set the ASPNET version to 2.0 for my
virtual directory.
Here is my custom action...
Where FRAMEWORKBASEPATH is the path to Framework under Microsoft.NET in
the WINDOWS folder.
I have a
I'm using Wix 3.0.2420.
By some reason DiskPrompt does not work for me. I define DiskPrompt
property and Media attribute, and laying out my installation files on
two CD disks:
After first CD is installed, instead of a disk prompt I'm getting the
following dialog:
"Source file not fou
Does anyone know the attributes for "ServiceArgument"?
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through
"Divya Abrol (Aditi)" <[EMAIL PROTECTED]> wrote
>Is there any way I can use this property as a conditional statement in wix
>to install a feature something like below?
>
>
>
The preprocessor directives are evaluated when you compile the .wxs file,
while the properties are set w
What's the format of this? Specifying the ID of any icon listed in an Icon
element results in me getting the error "Unresolved reference to symbol
'File:iconid' in section 'Product:myguid". Every variation I've tried has
resulted in this error, or an error about the format of the property.
--
Vie
Why a CustomAction? Would a Condition under the Feature element work just as
well?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sigurd Stenersen
Sent: Thursday, March 08, 2007 5:29 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] proper
AFAIK, whatever you want. Depends on what the service you're configuring does.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bei Liu (Volt)
Sent: Thursday, March 08, 2007 5:29 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] ServiceArgument
Does anyone know the attrib
That sounds like ProgId is referring to a File, not the Icon. Can you share
out a bit more .wxs code?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Johnson
Sent: Thursday, March 08, 2007 6:00 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-us
So should the argument be put in the inner text?
/a /b "[CDE]fgh.ijk"
Thanks,
From: Rob Mensching
Sent: Thursday, March 08, 2007 9:08 PM
To: Bei Liu (Volt); wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] ServiceArgument
AFAIK, whatever you want. De
Yep. But the documentation is really horrible. I'll fix that tonight.
From: Bei Liu (Volt)
Sent: Thursday, March 08, 2007 9:26 PM
To: Rob Mensching; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] ServiceArgument
So should the argument be put in the inner text?
/a /b "[CDE]fgh.ijk"
38 matches
Mail list logo