Re: [WiX-users] unsubscribe

2009-11-18 Thread Christopher Karper
The footer of each message sent has a link to https://lists.sourceforge.net/lists/listinfo/wix-users which has the unsubscribe method. Chris On Wed, Nov 18, 2009 at 10:22 AM, Robert O'Brien robert.obr...@microsoft.com wrote: Been trying various supported subscription configuration options,

Re: [WiX-users] Python for the custom action

2009-07-16 Thread Christopher Karper
Scripting CAs are generally considered more brittle than any other kind of CA, so they are not as preferred, IMO. However, that being said, I don't think that adding a Python script interpreter would be a terrible burden. I wouldn't make it part of the distribution, but you should be able to

Re: [WiX-users] Python for the custom action

2009-07-16 Thread Christopher Karper
it is not a point. 2009/7/16 Christopher Karper christopher.kar...@gmail.com Scripting CAs are generally considered more brittle than any other kind of CA, so they are not as preferred, IMO. However, that being said, I don't think that adding a Python script interpreter would

Re: [WiX-users] Boolean paramaters

2009-07-01 Thread Christopher Karper
You have a boolean operator right in that very example... I'm just winging this, but try: Condition Message=Required prerequisite (PowerShell 1.0) is not found. ![CDATA[Installed OR ((POWERSHELL = 1.0) And (MYFLAG))]] /Condition On Wed, Jul 1, 2009 at 12:21 AM, sandun css sandun...@gmail.com

Re: [WiX-users] registering an MMC snap-in

2009-06-29 Thread Christopher Karper
Here's the code I used: Property Id=MMC3 DirectorySearch Id=MMC3Path Path=[SystemFolder] Depth=3 FileSearch Id=MMC3Installed Name=mmc.exe MinVersion=5.2.3790.3959 / /DirectorySearch /Property If MMC3 has a value, then it's installed.My snap in is optional, so I just make it

Re: [WiX-users] registering an MMC snap-in

2009-06-28 Thread Christopher Karper
You'll need to follow the manual registration process, and build the registry entries yourself. There is no extension to handle this as-is. A search on MSDN should get you the results you need, depending on the platform you used to develop the snap in. Heat may be able to harvest the registry

Re: [WiX-users] Token Replacements in WXS

2009-06-15 Thread Christopher Karper
IMO, you should do this as a build step before packaging with WiX. It's trivial to accomplish with MSBuild and the MSBuild Community Tasks. Chris On Mon, Jun 15, 2009 at 8:26 PM, Pankaj Agrawal (Infosys Technologies Ltd) v-pa...@microsoft.com wrote: Just to correct my query I don't want to

Re: [WiX-users] Codepage error

2009-06-08 Thread Christopher Karper
. :-) Chris On Sat, Jun 6, 2009 at 12:13 AM, Rob Mensching r...@wixtoolset.org wrote: The error message should tell you the source line number. What version of the WiX toolset are you using? Is there more to the error message? Christopher Karper wrote: error LGHT0311: A string was provided

[WiX-users] Codepage error

2009-06-05 Thread Christopher Karper
error LGHT0311: A string was provided which doesn't match the specified database codepage '1252'. Either set your database codepage to match these characters, or change these characters to ones that exist in the database's codepage. How do I find the non compliant string? The error points to the

Re: [WiX-users] Passing Property into MergeModule

2009-05-28 Thread Christopher Karper
I've also never seen any solid instructions or advice on how to use a configurable merge module. No one seems to actually know how. Chris On Wed, May 27, 2009 at 10:21 PM, Rob Mensching r...@wixtoolset.org wrote: The Merge Module would need to have a public Property and you'd have to refer

Re: [WiX-users] Passing Property into MergeModule

2009-05-28 Thread Christopher Karper
Thank you for that. How do you use MyName though, do you use it as if it were a property from within the merge module? Chris On Thu, May 28, 2009 at 10:20 AM, Antony Walmsley antony.sourcefo...@gmail.com wrote: We do this for our merge modules : In the MSI xml, set up PropertyName with the

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-29 Thread Christopher Karper
Very good, I will do. Thank you for your help. On Wed, Apr 29, 2009 at 8:45 PM, Bob Arnson b...@joyofsetup.com wrote: Christopher Karper wrote: I believe I am using version 3.0.4917.0... I know it's a little old now, but I have trouble getting new software on the build server, so it's

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-28 Thread Christopher Karper
fuslogvw says binding was successful. Any ideas? On Sat, Apr 25, 2009 at 11:32 AM, Bob Arnson b...@joyofsetup.com wrote: Christopher Karper wrote: 5.) I build the Installer project using the WixExtension... I get a candle error candle.exe(0,0): error CNDL0144: The extension

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-28 Thread Christopher Karper
of the assembly reference from your extension to wix.dll. If you're building the extension against wix.dll with one key but then trying to run it with wix.dll with a different key, the assembly loading may succeed but the types won't resolve as the same. -Original Message- From: Christopher Karper

Re: [WiX-users] On Team Build and WiX, and why it hates me.

2009-04-28 Thread Christopher Karper
software on the build server, so it's more expedient to keep the older edition. This problem persisted through several different versions. On Tue, Apr 28, 2009 at 8:55 PM, Bob Arnson b...@joyofsetup.com wrote: Christopher Karper wrote: '..\..\..\Install\WixExtension\WixExtension\bin\Release

[WiX-users] On Team Build and WiX, and why it hates me.

2009-04-24 Thread Christopher Karper
I've been struggling with this issue for some weeks now, and I've continued to back burner it, but can't do that anymore. I've built a WixExtension, and use it in several installers. But I keep running into problems with Votive / MSBuild loading the extension I've built. I'm guessing I'm having

Re: [WiX-users] How refer Binary file in CA

2009-04-05 Thread Christopher Karper
You don't have to permanently install it, but you need to extract it from the binary table. It can't be used by anything until it's pulled out and put on the file system. Chris On Sat, Apr 4, 2009 at 6:37 AM, Michael mich...@gnhsoft.com wrote: Thanks Rob Mensching, But, I don't want to

Re: [WiX-users] Using Wix and Visual Studio

2009-04-03 Thread Christopher Karper
I use spaces in my project names and project references, and they're all fine. I suspect his problem is something else. I'm not sure what that is, since this exact scenario, even down to the environment seems to match. Chris On Fri, Apr 3, 2009 at 12:29 PM, Eric Brown (REDMOND)

Re: [WiX-users] Using Wix and Visual Studio

2009-04-03 Thread Christopher Karper
, Eric Brown (REDMOND) eric.br...@microsoft.com wrote: Also, there is that yellow warning icon on the project reference. I don't know what that means, and I can't find a reference in the documentation. -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com

Re: [WiX-users] Using Wix and Visual Studio

2009-04-03 Thread Christopher Karper
.) -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: Friday, April 03, 2009 11:07 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Using Wix and Visual Studio That is VS saying the reference is invalid

Re: [WiX-users] MMC 3.0 SnapIn install

2009-03-31 Thread Christopher Karper
I was under the impression that the WixPSExtension was specifically to register power shell extensions, and wouldn't support generic MMC plugins. I just did my registration manually. I could be wrong though, maybe things have changed since my MMC extension installer was written. Chris On Tue,

Re: [WiX-users] Different msi name for x86 and x64 build

2009-03-31 Thread Christopher Karper
You can use msbuild properties (such as $(Platform)) in the output file name... However, there's an open bug against Votive that it escapes the control characters for now. If you open the project file directly and make your change, it works. I use it like this today. Chris On Tue, Mar 31,

Re: [WiX-users] Build This Project Only from Votive?

2009-03-25 Thread Christopher Karper
This exists now, if not through the menu... right click the project you want to build, and choose Build. It will only build the clicked project. You can Clean and Rebuild this way as well. Chris On Wed, Mar 25, 2009 at 5:54 PM, Rob Mensching r...@wixtoolset.org wrote: Sounds like a

Re: [WiX-users] WIX : window.open() error

2009-03-19 Thread Christopher Karper
window.open() is using the OM from the browser, which isn't available in MSI. These are shell based scripts, and you'll need to look up the reference for that, MSDN probably has all the info you'll want. On Thu, Mar 19, 2009 at 8:39 AM, ron cooper roncooper...@gmail.com wrote: Dear All, I

Re: [WiX-users] Creating x86 and x64 MSIs

2009-03-17 Thread Christopher Karper
If you're using Votive, you can just omit this attribute entirely and just use the x86/x64 configurations to build... On Tue, Mar 17, 2009 at 9:29 AM, troy hostetter troy.hostet...@gmail.comwrote: Getting a type mismatch on this: Win64=$(loc.Win64) Here's the error: Error407The

[WiX-users] DTF CA with pInvoke Interop

2009-03-10 Thread Christopher Karper
I have a CA written in C#, which is pInvoking a native dll that I'm supplying. This doesn't work in an installer when I'm actually installing. I can run a test that calls the function from outside the installer DB, and it works fine, but when running in the context of the actual installer, I'm

Re: [WiX-users] DTF CA with pInvoke Interop

2009-03-10 Thread Christopher Karper
b63998890903101103u266c965fmcd2c6648c85a5...@mail.gmail.com, Christopher Karper christopher.kar...@gmail.com writes: I have a CA written in C#, which is pInvoking a native dll that I'm supplying. This doesn't work in an installer when I'm actually installing. If your CA has a dependency on a file that's installed

Re: [WiX-users] DTF CA with pInvoke Interop

2009-03-10 Thread Christopher Karper
sure why it would work compared to any other method, but there you go. Chris On Tue, Mar 10, 2009 at 3:06 PM, Christopher Karper christopher.kar...@gmail.com wrote: I'm actually carrying around the native file as an embedded resource in my managed .dll. It deploys it during it's static

Re: [WiX-users] Passing data between deferred custom actions

2009-03-05 Thread Christopher Karper
1.) session[PropertyName] will access the property you're looking for. 2.) Call session.DoAction(ActionName, CAData) 3.) I don't know that you can. Can't you just put that in the CAData? Chris On Thu, Mar 5, 2009 at 1:19 PM, mkk markknut...@hotmail.com wrote: I have a few questions. 1.

Re: [WiX-users] DTF Debugging

2009-02-25 Thread Christopher Karper
I've been using the MessageBox / Attach method, and that has been working fine for me. I'm using a release that's 2-3 weeks old, but no issues here. Chris On Wed, Feb 25, 2009 at 4:26 PM, Christopher Painter chr...@deploymentengineering.com wrote: Is anyone having problems having trouble

Re: [WiX-users] Visual Dialog Development

2009-02-12 Thread Christopher Karper
I didn't think there was going to be a guaranteed dependency on the framework. Won't VS2010 still be able to build native code applications? Chris On Thu, Feb 12, 2009 at 9:44 AM, Christopher Painter chr...@deploymentengineering.com wrote: Personally, I'd rather see a full blown extensible

[WiX-users] CA Tools distro

2009-02-10 Thread Christopher Karper
Why aren't the the tools used for CA creation distributed in the binaries release? I always have trouble building from source, and I can't use the signed version, but I need to use the MSBuild tasks, etc. Is there a reason why these can't be added in the SDK folders? Chris

Re: [WiX-users] CA Tools distro

2009-02-10 Thread Christopher Karper
for? -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: Tuesday, February 10, 2009 11:41 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] CA Tools distro Why aren't the the tools used for CA creation distributed in the binaries

Re: [WiX-users] CA Tools distro

2009-02-10 Thread Christopher Karper
for that either. Feel free to open a feature request to have them added, that way it won't be forgotten. -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: Tuesday, February 10, 2009 12:15 To: General discussion for Windows Installer XML toolset. Subject

Re: [WiX-users] platform agnostic file flag?

2009-01-27 Thread Christopher Karper
MSI requires that the installer be marked as 32-bit or 64-bit.I just made one WXS file that will work for both, then I set my target directory to the correct place for that platform. Chris On Tue, Jan 27, 2009 at 3:09 PM, Peter Oehlert poehl...@securityinnovation.com wrote: I'm doing dual

Re: [WiX-users] platform agnostic file flag?

2009-01-27 Thread Christopher Karper
. --Peter -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: Tuesday, January 27, 2009 1:03 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] platform agnostic file flag? MSI requires that the installer

[WiX-users] How to localize with Votive

2009-01-22 Thread Christopher Karper
I've read through the help and my list archive, and I'm a little stuck. It seems to me that there are 2 approaches to building localized installers... 1.) Build an installer for each supported culture-language.. This is what Votive defaults to when you add .wxl files. 2.) Build a language

Re: [WiX-users] How to localize with Votive

2009-01-22 Thread Christopher Karper
: Christopher Karper wrote: I'd like to have Votive build a language neutral (en-US for my company) version, then apply translation transformations to it when needed. Votive doesn't support transforms. But you'll probably have better luck with an actual language-neutral base package, if you have any

Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Christopher Karper
Can you use the uninstall string to run Windows Installer in non basic mode? On Tue, Jan 13, 2009 at 1:32 PM, Richard legal...@xmission.com wrote: In article de33023b477fe44eaa71983f5279f6ce50fc39e...@na-exmsg-c102.redmond.corp.microsoft.com , Rob Mensching rob.mensch...@microsoft.com

Re: [WiX-users] Adv of Wix

2009-01-12 Thread Christopher Karper
Double post and ignore the replies?Stay classy, Rishi... On Mon, Jan 12, 2009 at 2:37 PM, rishikes...@cognizant.com wrote: Hi I am new to Wix and would like to know the advantages it has over visual studio windows installer. Thanks in advance. Rishi This e-mail and any files

Re: [WiX-users] Distinguish between SQL integrated security andnormal authentication

2008-12-18 Thread Christopher Karper
SqlMasterDB, not SqlMasterDBAuth. Hence, I can see my DBs being attached in context of my Windows user, but not SQL sa user. Please, point me on my mistake here. Thank you very much! -- Yan -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: Tuesday

Re: [WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-16 Thread Christopher Karper
This is a little crazy, so I'll try to be as clear as possible... Here's the pertinent section of my DB installer: !-- Database Creation Entities -- util:User Id=SqlCreateUser Name=[SQLCREATEUSER] Password=[SQLCREATEPASSWORD] /

Re: [WiX-users] How to unsubscribe from this mailing list

2008-12-16 Thread Christopher Karper
At the bottom of *ever single message* is this link: https://lists.sourceforge.net/lists/listinfo/wix-users Go there, look at the area under *WiX-users Subscribers* and you can unsubscribe... Chris On Tue, Dec 16, 2008 at 4:27 PM, Sangeetha Haudakari (Excell Data Corporation)

Re: [WiX-users] Problems executing SQL script to insert data

2008-12-16 Thread Christopher Karper
You either need to load them as SqlScript elements from a file, or escape the square brackets according to Formatted String rules. I think it's [\[] and [\]], but you'll want to double check that. Or, you could always wing it, and just run without brackets. You may find it works just fine.

Re: [WiX-users] Problems executing SQL script to insert data

2008-12-16 Thread Christopher Karper
You're not using SqlString items to do these?SqlScript doesn't format. Chris On Tue, Dec 16, 2008 at 6:40 PM, Kevin Fischer kevinfischer...@hotmail.comwrote: I'm already using SqlScript elements to load them as a file. Kevin Date: Tue, 16 Dec 2008 18:23:30 -0500 From:

Re: [WiX-users] C# custom actions in windows 2000 not working

2008-12-04 Thread Christopher Karper
Which version of the .NET runtime are you using? Make sure you're not running under 3.0 or newer for Windows 2000. Chris On Thu, Dec 4, 2008 at 3:22 PM, hegsie [EMAIL PROTECTED] wrote: Hi I have a couple of C# custom actions written in wix v3, they seem to work fine when they are run on

Re: [WiX-users] Modifying the MSI file at runtime using DTF

2008-11-19 Thread Christopher Karper
I will help you. Chris On Wed, Nov 19, 2008 at 2:12 PM, Eitan Behar [EMAIL PROTECTED] wrote: Well, not good, not good, what would u suggest? A bright idea might save my day -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008

Re: [WiX-users] Modifying the MSI file at runtime using DTF

2008-11-19 Thread Christopher Karper
Heya Rob, I asked once before, but I guess I got lost in the crush... I have improvements to submit, where should I send them? I've added some things to heat, and I'd be willing to muck around in there a bit more if there are any serious issues pending. I also would like to make some changes to

Re: [WiX-users] Modifying the MSI file at runtime using DTF

2008-11-19 Thread Christopher Karper
Derr, sorry, this was supposed to be just to Rob. :-D Chris On Wed, Nov 19, 2008 at 2:26 PM, Christopher Karper [EMAIL PROTECTED] wrote: Heya Rob, I asked once before, but I guess I got lost in the crush... I have improvements to submit, where should I send them? I've added some things

Re: [WiX-users] Debugging a DTF Managed Custom Action

2008-11-06 Thread Christopher Karper
and step through the code with the debugger. ## $_='^#(/||/@[EMAIL PROTECTED]@:^[-['^;@@@\\])@.. {)/];)^{;$,+=(++$,);$_.=$,;`$_`; -Original Message- From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 6:51 PM

Re: [WiX-users] Debugging a DTF Managed Custom Action

2008-11-04 Thread Christopher Karper
There is a way using Environment variables to set a breakpoint, but I've found that to be more trouble than it's worth. You can put a call at the beginning of your CA to MessageBox.Show, and then when that pops up, you can attach to the process then. Make sure you attach to the CA managed

Re: [WiX-users] How to create Progress Bar Dialog with Featurewise Summary

2008-11-03 Thread Christopher Karper
I don't think this is possible with MSI. The SQL Server installer does this, but I believe that's a custom rolled deal, not using the standard installer. Chris On Mon, Nov 3, 2008 at 1:07 AM, Mazin Sayid Ali [EMAIL PROTECTED]wrote: Hi I'm new to WIX. I'm trying to create a progress bar

Re: [WiX-users] Question regarding the attribute Win64 in Component

2008-10-28 Thread Christopher Karper
If you need a mixed installer, then you have to make it a 64 bit installer. It doesn't make sense to install 64 bit components on a 32 bit system anyway, so just don't include those components in your 32 bit installer, or alternately, don't offer a 32 bit installer. In some corporate

Re: [WiX-users] Question regarding the attribute Win64 in Component

2008-10-28 Thread Christopher Karper
. Is there some gotcha I'm missing here? Christopher Karper wrote: If you need a mixed installer, then you have to make it a 64 bit installer. It doesn't make sense to install 64 bit components on a 32 bit system anyway, so just don't include those components in your 32 bit installer

Re: [WiX-users] WiX Team Build

2008-10-13 Thread Christopher Karper
I made installer projects using Votive, then just build those as part of my solution build. Simple and easy. Chris On Tue, Oct 14, 2008 at 12:41 AM, Alex Ivanoff [EMAIL PROTECTED]wrote: I wander if anyone can share their experience with building WiX projects with Team Build. What targets to

Re: [WiX-users] Features in different .msi

2008-10-12 Thread Christopher Karper
If you are just looking for the feature to exist on disc, then you can use two separate .wxs files to build two installers. If you want them to live under the same application in ARP, then you're going to need to build one .wxs file, with 2 features in it. You can set up a feature to not be

Re: [WiX-users] Target framework when building WIX v3

2008-10-08 Thread Christopher Karper
The 3.0 and 3.5 framework versions use the 2.0 runtime. They're just library and syntax additions. I would suggest trying to reinstall the v2 of NetFx, then reinstall Wix 3. I don't know for sure what's causing it, or if that will fix it, but it'd be a great first shot since you're apparently

Re: [WiX-users] how to use WIX write registry values to both 32 bit and 64 bit registries in one MSI?

2008-10-04 Thread Christopher Karper
: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 6:25 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] how to use WIX write registry values to both 32 bit and 64 bit registries in one MSI? You shouldn't directly access

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Christopher Karper
If you create a 32 bit installer, it will run in the 32 bit space, which can not access outside the Wow6432Node... If you need to write outside of that area, you'll need to create a seperate installer for a 64-bit version, and mark the component that contains your registry edits as a 64-bit

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Christopher Karper
- From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 12:20 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registey Key Issue If you create a 32 bit installer, it will run in the 32 bit space, which can not access

Re: [WiX-users] Registey Key Issue

2008-09-24 Thread Christopher Karper
attribte as x64 and in Component , added one attribute Win64='yes'. But it is giving error as mentioned below. An unexpected Win32 exception with error code 0x654 occurred: Please help. Regards Sandeep -Original Message- From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent

Re: [WiX-users] Custom Actions from Merge Modules

2008-09-22 Thread Christopher Karper
In all likelihood, your problem is that your CA is being modularized when compiled, but maybe not to the standard you're expecting. If you look at your .msm in Orca, you'll see the actual name it's been given. I believe you can suppress the modularization if that's your wish. Or you can at

Re: [WiX-users] How to create only installer for 32 Bit and 64 bit OS

2008-09-12 Thread Christopher Karper
This will allow you to have one installer definition, but not a single installer. You will still need to build for 32-bit and 64-bit version of the MSI. To the OP... Why not just make a 32 bit installer, and not restrict it if you don't care which platform you're installing to. a 32 bit

Re: [WiX-users] Is there a way to dump all MSI properties?

2008-09-05 Thread Christopher Karper
The way I handled this for my DBScript piece was to load the file into a temporary table in an immediate action, then use the table entries in the deferred CA. By loading the file immediately, you have access to all the properties, and can store it post-process. Then your deferred action can use

Re: [WiX-users] Is there a way to dump all MSI properties?

2008-09-05 Thread Christopher Karper
to accomplish. I need a list of all properties available during an immediate CA. I don't know the property names ahead of time. Thx. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: Friday, September 05, 2008 10:02 AM

Re: [WiX-users] Merge existing MSIs into a single MSI as features

2008-09-02 Thread Christopher Karper
If you are going to use a hybrid approach, then merge modules will get you what you want. If you can implement Wi across the board, then you should use .wixlibs. They're much better for your mental health, and more capable to boot. Give us more information, and there are plenty of people here

Re: [WiX-users] Deleting dialogues from a ui sequence in one installer

2008-08-28 Thread Christopher Karper
You'll need to copy the UI code from the extension and customize it yourself in your project. You don't need to rebuild the extension, just stop using it, and code the UI yourself. Chris On Thu, Aug 28, 2008 at 7:58 AM, Sean Farrow [EMAIL PROTECTED]wrote: Hi: I need to delete the start menu

Re: [WiX-users] Harvesting a visual studio project with Heat.exe

2008-08-26 Thread Christopher Karper
wrong with my machine. Maybe some mixed paths. I'll try to build wix from source and debug heat to get that exception. Will post the results if anything useful shows up. Thanks, Pedro On Tue, Aug 26, 2008 at 2:32 PM, Christopher Karper [EMAIL PROTECTED] wrote: It's implemented, but any

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Christopher Karper
I see this question a lot out here, and this was actually the very first thing that brought me to this group. There is nothing built in to facilitate this, and you will need to use a CA to get it done. However, since so many people have implemented it before, you may be able to find something

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Christopher Karper
to avoid that :P) Sorry if I'm asking obvious questions - I'm new to Wix, and I couldn't find much documentation on v3. Cheers, Adam -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: 18 August 2008 15:13 To: General discussion

Re: [WiX-users] ps:SnapIn

2008-08-11 Thread Christopher Karper
As long as your entire organization is using Wix to build their deployments. Chris On Mon, Aug 11, 2008 at 1:22 AM, Blair Murri [EMAIL PROTECTED] wrote: I don't know if anyone has mentioned this already, but the Windows Installer team has been trying to deprecate Merge Modules almost ever

Re: [WiX-users] Dynamically naming a database during its installation - WiX VERSION 3.0.4318.0

2008-08-11 Thread Christopher Karper
from a .sql file in the Binary table. Thanks in advance, Eitan On Fri, Aug 8, 2008 at 12:40 AM, Christopher Karper [EMAIL PROTECTED] wrote: There is not anything built in to Wix right now that will let you use variables in SqlScripts. You can load them into SqlString elements

Re: [WiX-users] Dynamically naming a database during its installation

2008-08-11 Thread Christopher Karper
time I change it. I prefer the approach, change script, push red button build and deploy. If you think about an easier way to custom action it, I will appreciate it. Thanks, Eitan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Karper

Re: [WiX-users] Dynamic Text in License Dialog

2008-08-09 Thread Christopher Karper
You'll probably want to include both controls on the form, and just show/hide based on the radio box selection. That would be much easier than trying to load new text into the box, IMO. Chris On Fri, Aug 8, 2008 at 8:38 PM, Alireza Keyvani [EMAIL PROTECTED]wrote: Hi everyone, Wix beginner

Re: [WiX-users] Ways to lock text edit boxes beside disabled?

2008-08-08 Thread Christopher Karper
I don't think so. Changing the usual behavior of the UI is generally considered poor practice. If something looks like an editable textbox, it *should* be an editable textbox. Chris On Fri, Aug 8, 2008 at 11:19 AM, Roger Yen [EMAIL PROTECTED] wrote: Hello, I've been wanting to ask this

Re: [WiX-users] Dynamically naming a database during its installation - WiX VERSION 3.0.4318.0

2008-08-07 Thread Christopher Karper
There is not anything built in to Wix right now that will let you use variables in SqlScripts. You can load them into SqlString elements and use the normal [property] syntax. You can build a CA that will do this as well, which is what I did. Good luck! Chris On Thu, Aug 7, 2008 at 5:01 PM,

Re: [WiX-users] Heat - Controling Component Generation

2008-08-06 Thread Christopher Karper
I use the regex search and replace too. Which harvester are you using? I can take a look to see how hard it would be to add support for that, but as far as I know, these things are not currently possible, and no one is working on heat other than myself. Chris On Wed, Aug 6, 2008 at 12:01 PM,

Re: [WiX-users] WindowsFolder variable is not getting picked up

2008-08-06 Thread Christopher Karper
Wix v4? Did I miss something? On Wed, Aug 6, 2008 at 12:07 PM, Neil Sleightholm [EMAIL PROTECTED]wrote: I don't believe the Property element supports formatted strings, if you are using WiX v4 try using the SetProperty element. Otherwise you will need to do it with a custom action. Neil

Re: [WiX-users] ps:SnapIn

2008-08-05 Thread Christopher Karper
You're probably facing the same issue I did.. There's currently a bug that binder variables need the fully modularized id in merge modules. I don't know if there's a way to pass this in to SnapIn extension, but you can try modularizing the file key yourself as a workaround. Chris On Tue, Aug

Re: [WiX-users] ps:SnapIn

2008-08-05 Thread Christopher Karper
=MyModule.MyFolder.MyAssembly.dll On Tue, Aug 5, 2008 at 4:45 PM, Christopher Karper [EMAIL PROTECTED] wrote: You're probably facing the same issue I did.. There's currently a bug that binder variables need the fully modularized id in merge modules. I don't know if there's a way to pass

Re: [WiX-users] Wix and TFS

2008-08-01 Thread Christopher Karper
Yeah, you can do it. You'll have to manually create your tasks and schedule them in each of your project files. That's essentially duplicating what's int he project files for Votive. I would say, even though it's going to be some work, you'd still be better served by building Votive projects

Re: [WiX-users] Binder variables from Votive

2008-08-01 Thread Christopher Karper
] On Behalf Of Christopher Karper Sent: Thursday, July 31, 2008 19:48 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Binder variables from Votive It's in the merge module itself. I would have expected it to get modularized like all of my other file/component

Re: [WiX-users] Searching the Wix mailing list

2008-07-31 Thread Christopher Karper
I just subscribe and use gmail to sort mine. :-) I think a lot of people here use Nabble, maybe you'd have better luck with that? Chris On Thu, Jul 31, 2008 at 11:08 AM, Zane Zeeh [EMAIL PROTECTED] wrote: Is there some secret to searching through the wix-users mail archive? I get no results

Re: [WiX-users] Binder variables from Votive

2008-07-31 Thread Christopher Karper
PROTECTED] wrote: Christopher Karper wrote: I still can't get any of these binder variables to work. Does anyone have some time to take a look at it? Thanks in advance. :-D Two random things to try: 1. Rename the File/@Id so it doesn't have a dot in it. (The RegEx looks right

Re: [WiX-users] Binder variables from Votive

2008-07-31 Thread Christopher Karper
3.0.4325 On Thu, Jul 31, 2008 at 1:51 PM, Rob Mensching [EMAIL PROTECTED]wrote: What version of the WiX toolset? -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: Thursday, July 31, 2008 10:16 To: General discussion

Re: [WiX-users] Binder variables from Votive

2008-07-31 Thread Christopher Karper
=!(bind.FileVersion.foo.exe) Can you verify whether that works for you? -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: Thursday, July 31, 2008 11:02 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Binder

Re: [WiX-users] Binder variables from Votive

2008-07-31 Thread Christopher Karper
It's in the merge module itself. I would have expected it to get modularized like all of my other file/component references, but alas, alack... it was not to be. Chris On Thu, Jul 31, 2008 at 5:40 PM, Bob Arnson [EMAIL PROTECTED] wrote: Christopher Karper wrote: It's a merge module

Re: [WiX-users] Installing multiple windows services with single exe

2008-07-30 Thread Christopher Karper
Other installers won't use the same CustomAction to install the service. I know the ones emitted by the VS deployments use InstallUtil to self register. You'll need to kind of translate the decompiled .wxs into Wix speak. And I wouldn't see why you'd need two different files for the deployment

Re: [WiX-users] Installing multiple windows services with single exe

2008-07-30 Thread Christopher Karper
InstallUtil is a DLL that uses the installer classes compiled into your managed service. So, none of the service deployment information is going to be in the file generated by dark. You will have to look up the ServiceInstall element, and enter the same information you have in the self

Re: [WiX-users] Binder variables from Votive

2008-07-29 Thread Christopher Karper
of it. -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: Thursday, July 24, 2008 14:12 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Binder variables from Votive I copied the FileId from the File's

Re: [WiX-users] Dependency Management

2008-07-28 Thread Christopher Karper
OK, so I fixed the problem with the heat project harvester. How do I submit these changes to you Wix fellows for review and possible inclusion? Chris On Fri, Jul 25, 2008 at 3:37 PM, Christopher Karper [EMAIL PROTECTED] wrote: Actually, I'm looking at it right now. The problem is that my

Re: [WiX-users] Creating entires in Wow6432Node

2008-07-28 Thread Christopher Karper
Use the Win64=no attribute on the containing Component. Chris On Mon, Jul 28, 2008 at 3:29 PM, Nilkund Aseef [EMAIL PROTECTED] wrote: Hello, I have a requirement that my 64 bit msi should create registry entries on the Wow6432Node. In my wix file, I have the following logic ?ifdef

Re: [WiX-users] Dependency Management

2008-07-25 Thread Christopher Karper
This is a source of lots of hot discussion on the list right now. There is nothing that can automatically manage things for you the way you would be used to with Visual Studio. The Windows Installer is a mighty finicky beasty, and adhering to all of it's rules makes development such a thing a

Re: [WiX-users] Dependency Management

2008-07-25 Thread Christopher Karper
to the weight of the VS project system. Anyway, the answer is it isn't automagic for you today but there is hope for the future inside Votive... but that doesn't help you much right now. -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Christopher Karper Sent

Re: [WiX-users] Dependency Management

2008-07-25 Thread Christopher Karper
: [EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: Friday, July 25, 2008 10:06 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Dependency Management Yeah, the heat project harvester was non-functional the last time I tried it (about 3-4 drops ago)/ It just

[WiX-users] Binder variables from Votive

2008-07-24 Thread Christopher Karper
I'm trying to update my MMC Snap In installer to automatically pull version info from the managed snap-in dll. I've used the variable !(bind.assemblyFullName.SampleSnapIn.dll) to get the fullname, but in Orca, it has the actual binder variable text in the registry table, instead of the replaced

Re: [WiX-users] Binder variables from Votive

2008-07-24 Thread Christopher Karper
when it hits an unknown binder variable. -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: Thursday, July 24, 2008 10:50 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Binder variables from Votive

Re: [WiX-users] Register DLL for use with Microsoft Management Console

2008-07-23 Thread Christopher Karper
There's a snap-in CA that Wix offers, but I believe it's for powershell, not MMC. I couldn't get it to work for me in any evet for the MMC stuff. I have a managed code MMC 3.0 snap in that I install. You have to make the registry entries yourself using the snap-in's COM guid. You will also

Re: [WiX-users] Merge Module Help

2008-07-23 Thread Christopher Karper
FWIW, I personally would rather manage the process by exception, instead of *always*. Chris On Wed, Jul 23, 2008 at 11:33 AM, Bob Arnson [EMAIL PROTECTED] wrote: Christopher Painter wrote: This would be a pretty easy scenario to handle. Check the WXS against the XML and if a component is

Re: [WiX-users] Merge Module Help

2008-07-19 Thread Christopher Karper
exist somewhere? -Jamey -Original Message- From: [EMAIL PROTECTED] [mailto:wix-users- [EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: Friday, July 18, 2008 5:52 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Merge Module Help I

  1   2   >