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 in

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

2009-06-29 Thread Christopher Karper
was installed. > Are there ways to see if MMC 3.0 is installed on the operating systems > that don't come with it? > > Brant Gurganus > http://gurganus.name/brant > > > > On Sun, Jun 28, 2009 at 10:43 PM, Christopher > Karper wrote: > > You'll need to fol

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: On Wed, Jul 1, 2009 at 12:21 AM, sandun css wrote: > Hi, > > I have some conditions in my msi, like the following, > > > > > > > > > But I need to run these conditions only if a certain parameter

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 easi

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

2009-07-16 Thread Christopher Karper
t) as all other code :) > So I think it is not a point. > > 2009/7/16 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&#x

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] 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, 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 transmitted wi

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 wrote: > > In article < > de33023b477fe44eaa71983f5279f6ce50fc39e...@na-exmsg-c102.redmond.corp.microsoft.com > >, > Rob Mensching writes: > > > Nope, ARP runs the Windows

[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 neutra

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

2009-01-22 Thread Christopher Karper
I'm just starting the localization stuff, so I'll take whatever reccomendation you have. Is the MUI pack stuff supported by WiX in any way, or do I just need to go google up info on that as a seperate tech? Chris On Thu, Jan 22, 2009 at 8:55 PM, Bob Arnson wrote: > Christopher

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 du

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

2009-01-27 Thread Christopher Karper
x64 or x86 appropriately and map it to the *SAME* > binary file. I can do this because my binaries are platform agnostic. > > I was hoping there was something easier however. > > > --Peter > > -Original Message- > From: Christopher Karper [mailto:christopher.kar...@g

[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
l 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

Re: [WiX-users] CA Tools distro

2009-02-10 Thread Christopher Karper
her. > > 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 Window

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

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] Help needed

2009-02-27 Thread Christopher Karper
You can't do this from within the installer, as MSI won't allow multiple simultaneous installations. Read up on Bootstrappers, that will get you what you need. Chris On Fri, Feb 27, 2009 at 6:36 AM, Prabhakaran Paulraj < prabhakaran_paul...@dynamicbi.com> wrote: > Hi Everyone, > > I am a newbie

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 wrote: > > I have a few questions. > > 1. In my immediate

[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 g

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

2009-03-10 Thread Christopher Karper
d executes... Then, somewhere between the end of the native function, and the return to managed code, it blows up rundll32.exe Not really even sure where to go next to gather more info. Chris On Tue, Mar 10, 2009 at 2:41 PM, Richard wrote: > > In article , > Christopher Karper writes

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 d

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 wrote: > Getting a type mismatch on this: > > Win64="$(loc.Win64)" > > Here's the error: > > Error407The Component/@Win64 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 wrote: > Dear All, > > I have in .wxs file : >

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 wrote: > Sounds like a reasonable feature reques

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, M

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, 2009

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) < eric.br...@micr

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

2009-04-03 Thread Christopher Karper
r 3, 2009 at 1:24 PM, 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- &g

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

2009-04-03 Thread Christopher Karper
> > > > On Fri, Apr 3, 2009 at 9:13 PM, Eric Brown (REDMOND) > > wrote: > >> Multiple times. It always comes back yellow. There's no tooltip to > provide any further feedback. (Also, I've tried this with a separate dummy > project - I get the same pr

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 wrote: > Thanks Rob Mensching, > But, I don't want to copy this file to com

[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] 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 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 extensio

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

2009-04-28 Thread Christopher Karper
c-key-token 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 sa

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

2009-04-28 Thread Christopher Karper
trouble getting new 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 wrote: > Christopher Karper wrote: > >> > '..\..\..\

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 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 bui

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 wrote: > The Merge Module would need to have a public Property and you'd have to > refer to it with its modu

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 wi

[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] Codepage error

2009-06-08 Thread Christopher Karper
no help. Thanks for your time. :-) Chris On Sat, Jun 6, 2009 at 12:13 AM, Rob Mensching 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: > > err

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] WiX C++ Custom Action not Invoked after upgrading to VS 2008

2008-07-11 Thread Christopher Karper
I'd also consider using DTF if you can, instead of your own custom wrappers. It handles all the grunt work for you. Chris On Fri, Jul 11, 2008 at 4:46 AM, Markus Ewald <[EMAIL PROTECTED]> wrote: > Ryan O'Neill wrote: > > The thing that seems obvious is that it is probably using .Net 3.0 or 3.5

[WiX-users] Wix Extension Problem

2008-07-11 Thread Christopher Karper
OK, I'm trying to build a Wix extension to handle some tasks for me. First I tried basing mine off of the code in SqlExtension from the Wix source, but that did not work at all. Then I tried the dumbest simple sample: http://blogs.msdn.com/pmarcu/archive/2007/11/02/wix-writing-your-own-wix-exten

Re: [WiX-users] Wix Extension Problem

2008-07-11 Thread Christopher Karper
nal information. Have you also > specified an XSD? Are you adding the project to the CVS checkout or are you > building as a stand-alone? > -- > Brian Rogers > "Intelligence removes complexity." - Me > http://www.codeplex.com/wixml/ > > On Fri, Jul 11, 2008 at 10:09 AM

Re: [WiX-users] Wix Extension Problem

2008-07-11 Thread Christopher Karper
; troubleshoot this without some additional information. Have you also > specified an XSD? Are you adding the project to the CVS checkout or are you > building as a stand-alone? > -- > Brian Rogers > "Intelligence removes complexity." - Me > http://www.codeplex.com/wixml/ &g

Re: [WiX-users] Wix Extension Problem

2008-07-11 Thread Christopher Karper
ssage- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Christopher Karper > Sent: Friday, July 11, 2008 10:22 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Wix Extension Problem > > That would be excellent. I can&#x

Re: [WiX-users] Wix Extension Problem

2008-07-11 Thread Christopher Karper
ng <[EMAIL PROTECTED]> wrote: > The problem might be that there's no entry point for candle to attach to... > assuming you have a completely empty Extension. > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Christopher Karper &

Re: [WiX-users] Wix Extension Problem

2008-07-11 Thread Christopher Karper
Apparently, I was having a version issue. It's not reported nicely, but something, somewhere was mismatched. I downloaded the new source and binary drop, and bango, everything starts working. Sheesh. Thanks everyone for the help! Chris On Fri, Jul 11, 2008 at 3:11 PM, Christopher K

Re: [WiX-users] Wix Extension Problem

2008-07-14 Thread Christopher Karper
at 2:27 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Christopher Karper wrote: > > Apparently, I was having a version issue. It's not reported nicely, but > > something, somewhere was mismatched. > > Check out fuslogvw -- > http://msdn.microsoft.com/en-us/

Re: [WiX-users] Wix Extension Problem

2008-07-14 Thread Christopher Karper
candle.exe is x86-only for now, all extensions must be x86 (or > neutral). > > Why would you need to compile the extension DLL as x64? > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Christopher Karper > Sent: Monday, July 14,

Re: [WiX-users] Wix Extension Problem

2008-07-14 Thread Christopher Karper
That got me set up right. For public reference... In order to get my extension to build using all the work put into the WixBuild.Common.targets file, I had to move a bunch of stuff around. IMHO, It looks like that file was originally used for the additional build tasks and new task types (XsdGe

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Christopher Karper
Do you have a log? On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]> wrote: > Hi, > I am new to wix and am posting here for the first time. I've creating a > database and running a script to add Tables to it, which is happening > perfectly. Then i am running a script to create a Sto

Re: [WiX-users] Wix Extension Problem

2008-07-15 Thread Christopher Karper
to get things included into the project.. Paperwork, approval process, etc. So, if you want me to send attachments or whatever, then let me know. :-D Chris On Tue, Jul 15, 2008 at 11:24 AM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Christopher Karper wrote: > > has a bunch of it

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-15 Thread Christopher Karper
> > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of sai > rahul > > Sent: Tuesday, July 15, 2008 8:12 AM > > To: General discussion for Windows Installer XML toolset. > > Subject: Re: [WiX-users] Execu

Re: [WiX-users] Cannot able to Create New Website. Please Help

2008-07-16 Thread Christopher Karper
Is your element inside of a component? It won't create a site outside of a component, it'll just reference it. Chris On Wed, Jul 16, 2008 at 3:51 AM, Natarajan, Thangaraj (MLITS) < [EMAIL PROTECTED]> wrote: > Please find the Log File details for the Error. > > ConfigureIIs: Error 0x80070490:

Re: [WiX-users] Executing Sql Stored Procedure from SqlString

2008-07-16 Thread Christopher Karper
Did you add the 'GO' statement? It's being passed as a parameter. Chris P.S. If you have profiler on another system, you can run it while the installer runs on the original system. It watches the SQL server, so as long as it can connect, it can profile for you. :-) Good luck! On Wed, Jul 1

Re: [WiX-users] Version 3.0.4309.0 localization error & WixLib/dll with imbedded files

2008-07-16 Thread Christopher Karper
Check out the "ext" project in the WiX source distro for how they embed the wixlib in extensions. I used the WixSqlExtension as that one is pretty simple. You need to make a solution with your .wixlib project in it, and your C# Application Library extension project. You put a link in the exten

Re: [WiX-users] Wix and MSBuild

2008-07-17 Thread Christopher Karper
I just use Votive to set my projects up, then use MSBuild on a CI Build machine to actually accomplish the builds. I also need to split mine up into x86 and x64 builds, so I have all that run within there. I just create the projects I need, then the installer projects for each component within t

Re: [WiX-users] The Tooltip string is overflowed!

2008-07-18 Thread Christopher Karper
Is the property formattable? If so, you could assign a property value to it. But, the fact is, that is a valid warning. Wix just puts the string into a table in the resulting .msi/.msm and that technology imposes limits on it's content. If you want to use the installer, you have to play by t

Re: [WiX-users] Automatically setting version number

2008-07-18 Thread Christopher Karper
I write an msbuild action, but I have lot's of custom activity, so I have a .targets file of my own that I include in my new projects. That makes it easier to remember, and quick to fix once I find it missing. I like your $(var) method though. Chris On Fri, Jul 18, 2008 at 6:48 AM, Neil Sleigh

Re: [WiX-users] Help customizing FilesInUse Dialog

2008-07-18 Thread Christopher Karper
Are you using votive? And are you using the WixUIExtension? If so, I would imagine you can skip the extension, and just fully replace the FilesInUse name. Copy down all the rest of the UI wxs and just go to town. Chris On Fri, Jul 18, 2008 at 4:42 PM, Dan Giambalvo < [EMAIL PROTECTED]> wrote

Re: [WiX-users] Merge Module Help

2008-07-18 Thread Christopher Karper
I can't really answer intelligently to question #1, as to question #2, I'll do my best. Heat is really built for initial import functionality, not continual maintenance. You do not want your GUIDs changing on your components with each build, it will turn upgrades into a nightmare, and will make p

Re: [WiX-users] Merge Module Help

2008-07-19 Thread Christopher Karper
w to > include > a wixlib in a primary project. A sample project featuring a wixlib would > be > even better. Do either documentation or a sample project exist somewhere? > > -Jamey > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:wix-users- > > [EM

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 nee

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

[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
ng <[EMAIL PROTECTED]> wrote: > More likely than not, your "FileId" is wrong. A bug is open on the fact > that the binder doesn't fail when it hits an unknown binder variable. > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED]

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 ver

Re: [WiX-users] Dependency Management

2008-07-25 Thread Christopher Karper
. > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Christopher Karper > Sent: Friday, July 25, 2008 08:56 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Dependency Management > > This is

Re: [WiX-users] Dependency Management

2008-07-25 Thread Christopher Karper
something ) for quite a while now. > > > -----Original Message- > From: [EMAIL PROTECTED] [mailto: > [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] De

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 p

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 > >

Re: [WiX-users] Binder variables from Votive

2008-07-29 Thread Christopher Karper
to the root > 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 va

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 deploymen

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 installer.

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 resu

Re: [WiX-users] Binder variables from Votive

2008-07-31 Thread Christopher Karper
Bob Arnson <[EMAIL 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

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,

Re: [WiX-users] Binder variables from Votive

2008-07-31 Thread Christopher Karper
uot;$(var.UPGRADE_CODE)" > Version="!(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: Thursda

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: > >

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 and

Re: [WiX-users] Binder variables from Votive

2008-08-01 Thread Christopher Karper
L PROTECTED] [mailto: > [EMAIL PROTECTED] 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

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 5,

Re: [WiX-users] ps:SnapIn

2008-08-05 Thread Christopher Karper
modularization. Do you mean > something like this?: > > > > 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 t

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 element supports formatted strings, if > you are using WiX v4 try using the element. Otherwise you > will need to do it with a custom action. > > Neil > > -Origin

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, Nic

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

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 be

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
how to assign SqlString explicit scripts, and not reading the > scripts 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 any

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

2008-08-11 Thread Christopher Karper
n > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Christopher > Karper > Sent: Monday, August 11, 2008 8:10 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Dynamically naming a

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 ou

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Christopher Karper
m > pissing about with C++ (although I'd prefer 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]

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

2008-08-26 Thread Christopher Karper
It's implemented, but any error in building your solution will make the project harvester fail and pretty well hide the info. Try just running msbuild from the command line on the file you're trying to harvest, and make sure you clear out any errors from there. If your projects require variable

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

2008-08-26 Thread Christopher Karper
> I think there may be something 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 a

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 me

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 wh

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
e: > That's not what I am trying 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 >

  1   2   >