Hi-
Is there a way to assign the value of a property to the value of another? I want to do something like this
Thanks for your time…
Thanks
Saranath
-
Take Surveys. Earn Cash. Influence the Future of IT
Joi
The cultures switch is required, but why do you have to suppress
validation?
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matthew
Janulewicz
Sent: Friday, September 22, 2006 17:29
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WIX 3.0: Creating IIS
Are you building on Win2k3? If so, make sure you have the latest Windows
Installer installed. There was a bug in the SAFER policy that prevented
validation from working correction on Win2k3 with just this sort of error.
If you're not on Win2k3, umm, I'll have to think some more.
-Original M
So we have an upgrade table entry that will upgrade versions from 1.0.0
(including 1.0.0) up to (but not including) 2.0.0.0, and it won't
detect all languages in case that's an issue. Is that what you're
looking for?
Phil Wilson
-Original Message-
From: Jeff MacDuff [mailto:[EMAIL PR
I found that if you set your culture to
en-US and suppress schema validation for light these errors will go away. Of
course you lose schema validation, etc., but at least my old Wix2 stuff I just
converted to Wix3 will build.
-Matt
Brad Davis
Fri, 18 Aug 2006 14:2
Yes, it's installed for all users.
-Original Message-
From: Wilson, Phil [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 2:23 PM
To: Jeff MacDuff; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Quick question on upgrade checking
Both old and new are installed for the
Ted Berg wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I have a performance counter DLL I need to deploy and register.
> Internally this is handled with regsvr32. This dll is, as far as I can
> determine, /not/ self registering.
>
> How do I register the performance counters in th
It's Wix3. I've have tried the properties suppression in the compiler and
I have even gone so far as trying to add the tfsservice account to the local
admin group and the error is still thrown.
This is starting to confuse me a bit *chuckles*
-Ed
>From: "Matthew Janulewicz" <[EMAIL PROTECTED
Are you using Wix2 or Wix3? I can only speak for Wix3.
If you open the project in the IDE, right click and get the properties,
you will see an 'advanced' button on the linker tab. Once that opens
there is a 'suppressions' tab where you can check that one (or any one)
off. I would imagine that if y
Both old and new are installed for the same users? (Both per-system or
both per-user).
Phil Wilson
-Original Message-
From: Jeff MacDuff [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 1:31 PM
To: Jeff MacDuff; Wilson, Phil; wix-users@lists.sourceforge.net
Subject: RE: [WiX
Greetings, I am still fairly novice to WiX and have a question about the
latest 20 Sept build and using the wix.targets file with MSBuild.
I am getting the Light 0216 error, which is of course the following: error
LGHT0216 : An unexpected Win32 exception with error code0x659 occurred: This
inst
Well that didn't work either.
Here is the "old" MSI that's installed on the machine (from property
table):
ProductVersion 1.0.0
UpgradeCode {C9BD4428-98AC-4AD0-9646-4E212B1BB770}
And here is the new MSI upgrade table
{C9BD4428-98AC-4AD0-9646-4E212B1BB770} 1
Ok I just looked and both of the version fields are null ... I will set
them to the correct values / rebuild and try it again.
-Jeff
-Original Message-
From: Wilson, Phil [mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006 12:27 PM
To: Jeff MacDuff; wix-users@lists.sourceforge.net
That needs the FileVersion Name-Value pair to be in the
MsiAssemblyName data, and to state the obvious the file version must be higher
than the existing version in the GAC.
Phil Wilson
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Frank
TseSent: Friday, September 22, 200
UpgradeVersion has Minimum and Maximum strings that specify the range of
product versions that you want to look for and upgrade (IncludeMaximum
and IncludeMinimum are involved too). If you don't specify these values
I don't know what Wix puts in the VersionMin and VersionMax fields in
the MSI's up
Hi,
I am using the File element to put assembly in GAC and using
Netfx extension to put the assembly in GAC . A scenario is that an older
version of assembly might already be in GAC (done manually by user).
Right now when it is the case, the setup does not put the assembly within the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have a performance counter DLL I need to deploy and register.
Internally this is handled with regsvr32. This dll is, as far as I can
determine, /not/ self registering.
How do I register the performance counters in this DLL? If it were
self-reg I c
What version specs do you refer too?
Here is the WXS:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wilson,
Phil
Sent: Thursday, September 21, 2006 9:52 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Quick question on upgrad
Definitely! Make my life a LOT easier.
Cullen Waters wrote:
>
> Is there any demand for a built-in Wix custom action to
> install/upgrade/repair /remove Sql Reporting Services reports? Please
> let me know if this is something you’d be interested in.
>
> Cullen Waters
>
> SDET
>
> Office Live
>
Thanks, I’ll open a bug on it. The
verbose logs haven’t helped at all in this case. There isn’t any hint of a
problem until the actual shell out to ngen.
We have some beta pressure on
this, so if there’s anything I can do to push this along please let me know.
Thanks again,
-Jere
Here is a list the wix devs sent me a while back, when I asked the same
question:
• Improved standard UI library with much strong customization story
• Wixlibs, binary wixlibs
• Overridable sequencing
• Standard UI support
• Support for arbitrary binary columns
•
Is there any demand for a built-in Wix custom action to
install/upgrade/repair /remove Sql Reporting Services reports? Please let me
know if this is something you’d be interested in.
Cullen Waters
SDET
Office Live
+1 425 706 6809
x 66809
---
Linking in the DifXApp.wixlib got me
beyond that point. The caps on the MSI was just me.
I can build it with no warnings or errors
with version 3.0.1319.0. If I change the sources to use the newer version
with the Driver element schema I get the following issues.
Version 3.0.182
I think we might be interested in seeing some functionality like that as well.DanaOn 9/22/06, Ryan O'Neill <
[EMAIL PROTECTED]> wrote:Definitely! Make my life a LOT easier.
Cullen Waters wrote:>> Is there any demand for a built-in Wix custom action to> install/upgrade/repair /remove Sql Reporting S
If you're writing regular COM components in C++, you should manually
edit the .wxs to maintain it. You know what is being created, you should
replicate it. Reverse-engineering is fragile. Heat is intended for
one-off use to generate an initial template .wxs file.
You can use the Class table to tak
Douglas:
In this case, you would expect to see a checkbox & textbox on the dialog.
While checkbox is unchecked, I would expect for the textbox to be disabled
with a value of "defaultValue". When checkbox checked, I would expect for
the textbox to be enabled allowing you to change its value an
In my install the user can set a cache size which is stored in the registry.
I can not get the registry value to change in the maintenace-menu/change
I have the dialog.
I can retrieve the current value.
change the onscreen value but can not get it written back to the registry.
I have read descript
That’s what I did but it wasn’t
working. Turns out I had a typo that didn’t result in an error but also
didn’t allow my edit control to work right.
At least you confirmed that I was trying
to do it the right way.
Thanks Dana.
___
Doug Watts
From:
[EMAIL PROTE
Doug:In the following control, all you need to do is set an initial value for USERNAME ( Whatever ) and it will show in the dialog when the dialog is first displayed. When the user types something different, after they click next or back on the dialog, the new property value is saved.
Dana
Bueller? Bueller?
Bueller?
__
Doug Watts
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts
Sent: Thursday, September 21, 2006
5:01 PM
To:
wix-users@lists.sourceforge.net
Subject: [WiX-users] Binding of
Propert
Hi,
I'm looking at using wix to create an installer for an application
that consists of both .NET assemblies and COM. As far as I can tell if
I want to try wix3 I'm supposed to use heat to generate wxs files for
the COM components and their primary interop assemblies.
During the development there
Am I right in thinking that only rollback action can be performed for a given
action?
I want to use the CAQuietExecCustomAction to do something during the install.
If a rollback occurs,
I'd want to use CAQuietExecto run the rollback command. The problem is that I
have to change the
QtExecCmd
Wilson, Phil wrote:
> The standard way to persist that ("the main application directory") is
> to use a type 51 custom action and set the ARPINSTALLLOCATION property,
> then it will get persisted in the MSI way (meaning that
> MsiGetProductInfo with INSTALLPROPERTY_INSTALLLOCATION and other
> stand
33 matches
Mail list logo