[WiX-users] Setting Property values

2006-09-22 Thread Saranath Aravamudhan
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

Re: [WiX-users] WIX 3.0: Creating IIS virtual directories

2006-09-22 Thread Rob Mensching
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

Re: [WiX-users] Light 0216 Error and TFS

2006-09-22 Thread Rob Mensching
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

Re: [WiX-users] Quick question on upgrade checking

2006-09-22 Thread Wilson, Phil
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

Re: [WiX-users] WIX 3.0: Creating IIS virtual directories

2006-09-22 Thread Matthew Janulewicz
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

Re: [WiX-users] Quick question on upgrade checking

2006-09-22 Thread Jeff MacDuff
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

Re: [WiX-users] Registering performance counters

2006-09-22 Thread Mark Weaver
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

Re: [WiX-users] Light 0216 Error and TFS

2006-09-22 Thread Edward Abshire
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

Re: [WiX-users] Light 0216 Error and TFS

2006-09-22 Thread Matthew Janulewicz
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

Re: [WiX-users] Quick question on upgrade checking

2006-09-22 Thread Wilson, Phil
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

[WiX-users] Light 0216 Error and TFS

2006-09-22 Thread Edward Abshire
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

Re: [WiX-users] Quick question on upgrade checking

2006-09-22 Thread Jeff MacDuff
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

Re: [WiX-users] Quick question on upgrade checking

2006-09-22 Thread Jeff MacDuff
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

Re: [WiX-users] how to enforce assembly to be gac'd even when there isalready a copy in the gac

2006-09-22 Thread Wilson, Phil
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

Re: [WiX-users] Quick question on upgrade checking

2006-09-22 Thread Wilson, Phil
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

[WiX-users] how to enforce assembly to be gac'd even when there is already a copy in the gac

2006-09-22 Thread Frank Tse
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

[WiX-users] Registering performance counters

2006-09-22 Thread Ted Berg
-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

Re: [WiX-users] Quick question on upgrade checking

2006-09-22 Thread Jeff MacDuff
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

Re: [WiX-users] Reporting Services CA

2006-09-22 Thread Ryan O'Neill
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 >

Re: [WiX-users] NativeImage element in NetFx

2006-09-22 Thread Jeremy Kuhne
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

Re: [WiX-users] New features in 3.0 vs. 2.0?

2006-09-22 Thread Cullen Waters
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 •

[WiX-users] Reporting Services CA

2006-09-22 Thread Cullen Waters
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   ---

Re: [WiX-users] DifxApp

2006-09-22 Thread Dennis Roy
  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

Re: [WiX-users] Reporting Services CA

2006-09-22 Thread Dana Gutride
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

Re: [WiX-users] Installing COM components

2006-09-22 Thread Mike Dimmick
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

Re: [WiX-users] Binding of Properties to Dialog Controls

2006-09-22 Thread david adams
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

[WiX-users] persistent properties sample

2006-09-22 Thread HvPutten
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

Re: [WiX-users] Binding of Properties to Dialog Controls

2006-09-22 Thread Douglas Watts
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

Re: [WiX-users] Binding of Properties to Dialog Controls

2006-09-22 Thread Dana Gutride
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   

Re: [WiX-users] Binding of Properties to Dialog Controls

2006-09-22 Thread Douglas Watts
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

[WiX-users] Installing COM components

2006-09-22 Thread Johan Appelgren
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

[WiX-users] Rollback limited to one action

2006-09-22 Thread Rob Hamflett
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

Re: [WiX-users] properties form previous versions

2006-09-22 Thread Alexander Gnauck
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