Re: [WiX-users] Setting attribute based on Condition

2006-06-20 Thread Bob Arnson
rchiodo wrote: > Is it possible to set a generic attribute based on a condition? > Only if the attribute accepts formatted text. Most don't. Permanent, for example, turns into a bit in the Component table and therefore has to be set at compile time, not install time. -- sig://boB http://bobs

[WiX-users] breaking change: TypeLib entries no longer default to advertised in WiX 3.0

2006-06-20 Thread Derek Cicerone
In order to make the WiX schema more uniform in its handling of advertised versus non-advertised COM registration and also dissuade people from using the built-in MSI TypeLib functionality (which has some issues with rollback and uninstall), we’ve changed the default for the TypeLib element

Re: [WiX-users] RFC: Moving Wix 3.0 to use the .NET Framework 2.0

2006-06-20 Thread Shmarya Rubenstein
I'd actually prefer this, as it would make writing plugins and extensions that much simpler for me.In fact, at this stage I am compiling the WiX cvs sources in .NET 2.0 locally in any case, in order to take advantage of some extensions and tweaks I added... On 6/19/06, Thomas Hecker <[EMAIL PROTECT

Re: [WiX-users] job postings...

2006-06-20 Thread Rob Mensching
Okay, I thought about that but figured people would think it was overkill. This is why I ask questions... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: Tuesday, June 20, 2006 4:48 PM To: WiX-users@lists.sourceforge.net Subject: Re: [

Re: [WiX-users] job postings...

2006-06-20 Thread Derek Cicerone
I agree - separate mailing list :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: Tuesday, June 20, 2006 4:48 PM To: WiX-users@lists.sourceforge.net Subject: Re: [WiX-users] job postings... That was so simple that I was going to suggest

Re: [WiX-users] job postings...

2006-06-20 Thread Dave Williamson
I concur. By having a separate mailing list those interested can opt themselves in. Dave Williamson Clear Sky Software -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: Tuesday, June 20, 2006 7:48 PM To: WiX-users@lists.sourceforge.

Re: [WiX-users] job postings...

2006-06-20 Thread david adams
That was so simple that I was going to suggest the same thing. David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "James Carter" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >CC: WiX-users@lists.sourceforge.net >Subject: Re: [WiX-users] job postings... >Date: Tue, 20 Jun 2006 16:40:09 -0700

Re: [WiX-users] job postings...

2006-06-20 Thread James Carter
Why not just start another mailing list ([EMAIL PROTECTED])? Then those of us interested could subscribe to it. Maybe I'm oversimplifying the situation. -JamesOn 6/20/06, Rob Mensching <[EMAIL PROTECTED]> wrote: I recently had some people ask me if it would be okay for them to send outjob requests

[WiX-users] job postings...

2006-06-20 Thread Rob Mensching
I recently had some people ask me if it would be okay for them to send out job requests to this mailing list. I thought about it and I was conflicted. On one hand, this is place to talk about the WiX toolset, how to use it, and how to improve it. Job postings don't belong here. On the other hand

[WiX-users] Setting attribute based on Condition

2006-06-20 Thread rchiodo
Is it possible to set a generic attribute based on a condition? For example, I'd like to set the Permanent attribute for a Component to "yes" if running under x86, and "no" if running under IA64,AMD64. I've tried creating two components with separate conditions, but this keeps giving me duplicat

Re: [WiX-users] Referencing merge modules

2006-06-20 Thread Francis Kam
Ah...  thanks for the clarification.   -Francis     On 6/19/06, Derek Cicerone <[EMAIL PROTECTED]> wrote: The Id used in Merge and MergeRef is completely arbitrary.  It's used by wix to match up the Merge and MergeRef elements.  It can be whatever you want it to be.   The Id used in the Module

Re: [WiX-users] Wix Fragment Template That Invokes InstallUtil.exe

2006-06-20 Thread Simon Burgess
Hi All I have tried taking the approach below for installing Performance Counters (I’m working with Microsofts Enterprise Library code), however in our organization we want to run InstallUtil against a dll to install the performance counters as well as register the same dll in the GAC. The

Re: [WiX-users] regsiter COM server for all users

2006-06-20 Thread Bill Arnette
What are the permissions on HKLM\Software\Classes? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Nikolay Belyh > Sent: Tuesday, June 20, 2006 11:19 AM > To: Nicholas Muguira > Cc: WiX-users@lists.sourceforge.net > Subject: Re: [WiX-users] reg

Re: [WiX-users] regsiter COM server for all users

2006-06-20 Thread Rob Mensching
How are you definining the COM Registry keys? Using a Class element? Just Registry elements? Can you share out a few example elements? ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users

Re: [WiX-users] regsiter COM server for all users

2006-06-20 Thread Nikolay Belyh
Thank you for reply, Nicholas. > Just out of curiosity, can you create the object with an Administrator > account? Yes, I can. This works like a charm :) The only problematic case is, when a product was installed under Administrator account, and then used under a "restricted user" account. Rega

Re: [WiX-users] Printing Eula Page.

2006-06-20 Thread Bob Arnson
Kalappa Pattar wrote: The content in French is not being printed properly. The problem the each line is getting printed in separate page. So when I print it’s 120 pages. That’s why I thought of printing only the first page. I do not know what the reason is. .(

Re: [WiX-users] Printing Eula Page.

2006-06-20 Thread Kalappa Pattar
Hi Bob,     Here is the reason. The Eula page has got the contents in English as well as French.   The content in French is not being printed properly. The problem the each line is getting printed in separate page. So when I print it’s 120 pages. That’s why I thought of print

Re: [WiX-users] Printing Eula Page.

2006-06-20 Thread Bob Arnson
Kalappa Pattar wrote: It prints my eula page. EULA page  has got 7 pages. Here all the 7 pages are being print. I want only the first page to be printed not all the 7 pages. Could anyone tell me how to handle this in WIX code? There's no support for that

Re: [WiX-users] regsiter COM server for all users

2006-06-20 Thread Nicholas Muguira
Just out of curiosity, can you create the object with an Administrator account? On 6/20/06, Nikolay Belyh <[EMAIL PROTECTED]> wrote: > Hello. > Have got the following question... > > How do I register a COM server for ALL USERS? > > The problem is that, after installation, when a "restricted user

[WiX-users] In motion for H-Y-W-I For Jun19 Tue

2006-06-20 Thread dkfzfi umtdqti
Hollywood Intermediate Inc. (SYM : H Y W I) Current Sh Price : $ 0.75 This price will be history coming next week Follow the performance of this company, it is a real gold mine here's a winer HYWI has performed like clockwork every time CO OverView H o l l y w o o d I n t e r m e d i a t e

[WiX-users] regsiter COM server for all users

2006-06-20 Thread Nikolay Belyh
Hello. Have got the following question... How do I register a COM server for ALL USERS? The problem is that, after installation, when a "restricted user" tries to do CreateObject("MyObject"), this just fails. I'm installing the setup with ALLUSERS=1 from Admin account. COM components being inst

[WiX-users] Printing Eula Page.

2006-06-20 Thread Kalappa Pattar
Hi,     I have written following code to print the Eula.           Control>  

22 matches