Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-06 Thread Simon Topley
Hi Rob (Hamflett), I've not come across "allusers", where would I find it? ..I'm on WIX 2.0.3719.0 (this in itself could be a problem) Simon Message: 1 Date: Wed, 05 Jul 2006 15:07:06 +0100 From: Rob Hamflett [EMAIL PROTECTED] Subject: Re: [WiX-users] Installing/Starting a service, the

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-06 Thread Rob Hamflett
It's just a property. Create it like you would any other. What it will do is enforce you to have administrative rights in order to run the installer. I suggested it because if that worked then it would definitely be just a rights issue, instead of some setting being wrong. Rob Simon

[WiX-users] (no subject)

2006-07-06 Thread dave
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

[WiX-users] HTTP Shortcut Woes

2006-07-06 Thread dave
Hello all, Apologies for the vague subject, but I couldn't think of anything which better described the problems I'm having :) I have the following [0] wxs file, which builds fine (is that even the term for candle light?) the intention being to create a desktop shortcut for deployment via

Re: [WiX-users] HTTP Shortcut Woes

2006-07-06 Thread dave
Quoting Rob Hamflett [EMAIL PROTECTED]: According to the docs the errors means The directory entry '[2]' does not exist in the Directory table. As for what '[2]' is, you'd have to look in the Windows event log or log the install. Hi Rob, Thanks for the information - I was expecting an

[WiX-users] (no subject)

2006-07-06 Thread Hanison, Jack
Hi all, Is it possible to have wix add an existing user to a local NT group, only if the local NT group exists? (I dont want to create the group if it doesnt exist) I suspect that I need to do this in its own component using a condition node. What condition can I check for? There

Re: [WiX-users] Installing/Starting a service, the simple way.

2006-07-06 Thread Simon Topley
//sourceforge.net/mailarchive/forum.php?forum=wix-users/attachments/20060706/bbe40653/attachment.html -- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download I

Re: [WiX-users] Registry Issue

2006-07-06 Thread jdrake
Rob Mensching wrote: 3. I agree, if the CustomAction calls SelfReg on the DLL that sounds bad. Unfortunately, I know of no teams inside Microsoft using the COM+ CustomActions. The only person I know that knows anything about COM+ is fregro. My apologies for not stating things more

Re: [WiX-users] XmlFile - specification misimplementation

2006-07-06 Thread Darren Kulp
Michaels answer has of course cleared this up. Im glad to hear it! Sorry for the whinging. You guys do a good job, and I incorrectly and unfairly assumed the error was in WiX. If I ever get things compiling, I may well try my hand at this, though I can

Re: [WiX-users] HTTP Shortcut Woes

2006-07-06 Thread dave
Quoting Rob Mensching [EMAIL PROTECTED]: Is your Directory tree rooted in TARGETDIR/SourceDir? That's the quickest way I know to hit this problem. Not quite sure what you mean (It's my first attempt at using WiX), but I don't think so. Just in case I'm wrong though, my wxs file can be

Re: [WiX-users] Registry Issue

2006-07-06 Thread Rob Mensching
Ahh, the COM+ MSI Creation Wizard... you know, I've spent years (on and off) trying to track down who owns that silly thing. I was hoping to get them to help do the right thing with COM+ in MSI. I never found them and nobody seems to understand what that Wizard thing does or how it works. I've

[WiX-users] building wix (was RE: XmlFile - specification misimplementation)

2006-07-06 Thread Rob Mensching
To answer your question about building the WiX toolset. You cant do it by just downloading VS. We designed the build process to work from freely available tools. There was some early criticism of the WiX project being a way to force people to buy Visual Studio. So, now you just need to

Re: [WiX-users] HTTP Shortcut Woes

2006-07-06 Thread Darren Kulp
Rob was right; what he means is that your top-level Directory / element needs to be Directory Id=TARGETDIR Name=SourceDir, wrapping your other Directory / elements. Something like (sorry about the formatting changes): http://rafb.net/paste/results/lbOMDY30.nln.html That doesn't throw errors on

Re: [WiX-users] (no subject)

2006-07-06 Thread Rob Mensching
Yeah, I dont think enough functionality is provided currently to make this work. You do need something like a GroupSearch element. If youd like you could take a look at the code (start in wix\src\ca\serverca\scasched\scauser.cpp) and help extend it. I would also encourage you to open a

Re: [WiX-users] HTTP Shortcut Woes

2006-07-06 Thread dave
Quoting Darren Kulp [EMAIL PROTECTED]: Rob was right; what he means is that your top-level Directory / element needs to be Directory Id=TARGETDIR Name=SourceDir, wrapping your other Directory / elements. Something like (sorry about the formatting changes): Ahh, I see.

[WiX-users] rfc: long names in WiX 3.0 COM registration

2006-07-06 Thread Derek Cicerone
This is another simple rfc. Wed like to change the COM registration written by the Class / element to be long file names (versus the current short file names). In terms of how this will affect MSI files, it basically means that instead of writing registry keys with [!FileId], wed begin to

[WiX-users] outlook settings not working with the mailing list

2006-07-06 Thread steve baker
i keep getting responses from [EMAIL PROTECTED] when i try to send mail from outlook. it is set to send as plain text. what causes this? TIA, Steve Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

Re: [WiX-users] Registry Issue

2006-07-06 Thread Fredrik Grohn
The built in COM+ actions stores all it's data in a big blob in the Binary table of an MSI, and the .dll files in a separate cabinet as to my memory. The fact that it uses a binary file makes it impossible to alter any settings during install. Actually you can't even specify the install

Re: [WiX-users] rfc: long names in WiX 3.0 COM registration

2006-07-06 Thread Dave Williamson
You have my vote on anything that replaces short file name limitations including this specific bug. It may take some time to make the edits but the good thing about this type of edit is the information is right there anyway in some form or fashion. Dave WilliamsonClear Sky

Re: [WiX-users] outlook settings not working with the mailing list

2006-07-06 Thread Dave Williamson
I'm not sure. But I can tell you that I have seen it as well over the past couple of weeks and therefore it isn't specific to your Outlook. Dave Williamson Clear Sky Software www.clearskysoftware.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [WiX-users] rfc: change wix 3.0 schema namespace

2006-07-06 Thread Rob Mensching
I like dropping the month out of there. It isnt likely were going to change the schema multiple times in a year and not like well release a WiX v4 in 2006. smile/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Cicerone Sent: Thursday, July 06, 2006 11:57 AM

[WiX-users] change the ARP product name at install time?

2006-07-06 Thread Don Tasanasanta
Is it possible to change the name of the ARP name at runtime? __ Don Tasanasanta VIACK Corporation 425-605-7423 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your

[WiX-users] Suggestion

2006-07-06 Thread Shmarya Rubenstein
Hi all,I had a thought and wanted to share it.The wix-users community is vibrant and responsive, one of the things that makes wix so special!I'd like to recommend that we open a chat-room on freenode irc for wix, so that people can discuss issues 'live'... Comments?--