Re: [WiX-users] VBScript and ComboBox

2006-10-25 Thread Lerudjordet, Morten Minge
Title: RE: VBScript and ComboBox No the custom action is not deferred, as I understand deferred it would run the code outside the installer sandbox and would not be able to access it's properties.   I linked the CA to a button that calls a function that does a lookup (SQL query) into the pro

[WiX-users] retread ingrained

2006-10-25 Thread Christie Katz
They handed the boy a screwdriver and he was able to free himself. I mistook it for making fun of Kazakhs, like so many other people do. Ballots are still machine processed, but there's a paper, hand-marked backup. We will also try to answer the question for other states as time permits. The K

Re: [WiX-users] Crystal Reports

2006-10-25 Thread Anthony Valente
Certainly can. Here's the http://support.businessobjects.com/communityCS/FilesAndUpdates/cr10_rdc_merge_modules.zip Crystal merge modules I'm trying to include. I've attached a http://www.nabble.com/file/3855/CR10.wxs test file which produces the error. I was using Visual Studio 2005 which

Re: [WiX-users] CLR 2.0 assembly and the gac

2006-10-25 Thread Don Tasanasanta
Where did you add this code? __ Don Tasanasanta VIACK Corporation 425-605-7423 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jyothi Gummadi Sent: Thursday, October 19, 2006 1:57 PM To: wix-users@lists.sourceforge.net Subject: Re:

Re: [WiX-users] New votive... rocks

2006-10-25 Thread Jarl Friis
"Rob MacFadyen" <[EMAIL PROTECTED]> writes: > 1. (*) text/plain ( ) text/html > > Hey all, > > So I've been busily hacking away at my installer with Votive... and it > really rocks. > > The whole "dark -> notepad -> visual studio -> hack and slash -> compile -> > goto hac

[WiX-users] Picking file with version info embedded in name

2006-10-25 Thread John Calcote
Hi - I've had a running WIX3 project going (thanks WIX developers for making it simple!), and I've recently added a Java client library (jar file) to my project. Well, as you may or may not know, jar files usually have version information embedded in the file name. Up to this point, I've not h

Re: [WiX-users] Crystal Reports

2006-10-25 Thread Mike Dimmick
LGHT0001 indicates an UnexpectedException, which basically means any error that the WiX developers haven't explicitly handled. Is there any stack trace at all? Can you provide a repro case? -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WiX-users] Custom Action in Merge Module

2006-10-25 Thread Mike Dimmick
Title: Custom Action in Merge Module The InstallUtilLib.dll file is used to run ComponentInstaller-derived classes written in .NET languages. The Windows Installer team does not recommend using managed code in an installer, mainly due to the dependency problem. If you have any managed code CA

Re: [WiX-users] install .hxs into VS2005 help system with wix

2006-10-25 Thread Jimmy Do
I included 'VSIPCC_Collection_Files_RTL_---_---.msm', but now I get a bunch of warnings and errors: ==> warning LGHT1076 : ICE03: String overflow (greater than length permitted in column); Table: File, Column: File, Key(s): FL_vsipccNamedURLs_hxk_86888.3643236F_FC70_11D3_A536_0090278A1

[WiX-users] Resending : How to give permissions to subfolders?

2006-10-25 Thread Balaji A.K.
Any thoughts?  During deployment of my msi, I need to give network service account all rights on a particular folder and all subfolders and files (read, write, delete). The permission element that I have defined for the root folder is like this.    What I am finding is that the Network s

Re: [WiX-users] Merging the ATL 7.1 Merge Module

2006-10-25 Thread Rob Mensching
Do you get any more information on that error?  It should tell you what foreign keys are out of alignment.  The easiest way to solve the problem after that is to use EnsureTable element in your .wxs files so that the correct schema for the poorly aligned tables is always used.  The VS Merge

Re: [WiX-users] VBScript and ComboBox

2006-10-25 Thread Bob Arnson
Title: RE: VBScript and ComboBox Lerudjordet, Morten Minge wrote: I already use this in my wix code, but trying to access the installer database from external code I don't seem to find this property. Are you trying to access the property from a deferred custom action? That

Re: [WiX-users] Installing .NET Services

2006-10-25 Thread Rob Mensching
ServiceInstall should just work.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BULL, Dave, GBM Sent: Wednesday, October 25, 2006 5:52 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing .NET Services   Hi Wix people   I am having

Re: [WiX-users] Check user credentials

2006-10-25 Thread John Ludlow
Never mind.  Got it sorted.   Thanks anyway.  On 10/21/06, John Ludlow <[EMAIL PROTECTED]> wrote: Hi guys,   This is not specifically a WiX question, but a general MSI CA question.  I need to validate a username and password for a Windows Account (actually for the service I'm installing to log in

[WiX-users] Installing .NET Services

2006-10-25 Thread BULL, Dave, GBM
Hi Wix people   I am having problems installing a windows service written in .NET. I am using wix 3.0.2128.0.   I have successfully managed to install services written in unmanaged C++ using the ServiceInstall tag, but this doesn't seem to work for my .NET component.   Do I have to use the

[WiX-users] closely

2006-10-25 Thread Edge
Books is shadi Bartsch Thomas Erotikon is Essays Eros Modern am Chicago Chicago Press helen a Fisher why. Books is shadi Bartsch Thomas Erotikon is Essays Eros Modern am Chicago Chicago Press helen a Fisher why. Erotikon Essays in Eros Modern Chicago Chicago Press helen Fisher why or Love o

[WiX-users] Merging the ATL 7.1 Merge Module

2006-10-25 Thread BULL, Dave, GBM
Hi Wix people.   I'm having a problem using Wix 3.0.2128.0   I'm trying to merge the ATL 7.1 merge module into my package, but when I do so, I get the following error:   error LGHT0204 : ICE32: Possible Mis-Aligned Foreign Keys   Is this a problem with mismatched database formats between t

Re: [WiX-users] New votive... rocks

2006-10-25 Thread Justin Rockwood
Title: Custom Action in Merge Module Glad to hear it! I put a lot of work into getting Votive v3 to be much improved over v2, so I’m glad that it’s getting there. There’s still a long way to go to make it really, really nice, but it’ll get there eventually. J   Thanks, Justin   Fro

Re: [WiX-users] setting a local security policy

2006-10-25 Thread Rob Hamflett
You've got to add the permission with a Custom Action. Sorry, but I don't remember the details. Rob Simon Burgess wrote: > Hi > > Ive seen a post in the archives talking about needing to add a user into > the ‘Logon as a service’ policy in order to start a windows service with > a local non

Re: [WiX-users] VBScript and ComboBox

2006-10-25 Thread Lerudjordet, Morten Minge
Title: RE: VBScript and ComboBox I already use this in my wix code, but trying to access the installer database from external code I don't seem to find this property.   That is why I was wondering if this property was added to another table than Propery. If the combobox property was in the p

[WiX-users] New votive... rocks

2006-10-25 Thread Rob MacFadyen
Title: Custom Action in Merge Module Hey all,   So I've been busily hacking away at my installer with Votive... and it really rocks.   The whole "dark -> notepad -> visual studio -> hack and slash -> compile -> goto hack and slash" process is greatly improved. The VS error list is populated,

[WiX-users] Custom Action in Merge Module

2006-10-25 Thread Hubert . Ryba
Title: Custom Action in Merge Module Hello world, I've written a CA that works in a MSI created by an VS Setup Projekt. It also works if I have the CA in a Merge Modul and this Merge Modul is part of the VS Setup Projekt. When I try  to use this Merge Module in an votive (WIX) Project it is b