Re: [WiX-users] permanent components...

2006-10-25 Thread Peter G. Sakhno
Yes, You are right. These keys store user data. We will modify our setup and application. Thank You Best regards, Peter G. Sakhno C-MAP RUSSIA Ltd http://www.c-map.ru/ Rob Mensching wrote: Are you saying that during uninstall, the user may be allowed to leave some registry keys behind? What

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

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

[WiX-users] Merging the ATL 7.1 Merge Module

2006-10-25 Thread BULL, Dave, GBM
Hi Wix people. I'm havinga 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 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

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] 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 tofind this property. Are you trying to access the property from a deferred custom action? That

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

[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.Permission User="NetworkService"

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

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

[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

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