Re: [WiX-users] Silent Custom Installation

2007-10-26 Thread Albert Tuulas
you tell me how to do it. with lotmany thanks, Guna S On 10/25/07, Albert Tuulas [EMAIL PROTECTED] wrote: Rough idea is in my previous email :-) _ From: Guna S [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 7:53 AM To: Albert Tuulas Subject: Re: Silent Custom

Re: [WiX-users] Reading from/Writing to configuration file

2007-07-10 Thread Albert Tuulas
I don't think that it is possible to read an XML file from Binary stream directly, but you can use a custom action (C++ DLL) that extracts data from binary stream to a temp folder, reads it, and sets MSI properties accordingly. It's not directly related to WiX though, but could be handy for some

Re: [WiX-users] Silent Custom Installation

2007-07-10 Thread Albert Tuulas
Did you try to play with Condition Level=1 statement inside feature tag? I've got no other ideas :-) _ From: Srinivas Tirupati [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 1:45 PM To: Albert Tuulas; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Silent Custom

Re: [WiX-users] Problem writing registry on Vista

2007-06-21 Thread Albert Tuulas
Sweet. Running the regedit from System32 showed my registry entries, however in not very much expected location: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ It's pretty confusing for me, why does first found in path regedit doesn't show the whole registry? And why SysWow64-regedit shows only 32bit?

Re: [WiX-users] Problem writing registry on Vista

2007-06-20 Thread Albert Tuulas
. If you're missing some registry entries from HKLM maybe they're actually in HKCU. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Albert Tuulas Sent: Monday, June 18, 2007 11:52 PM To: 'Bob Arnson' Cc: wix-users@lists.sourceforge.net

Re: [WiX-users] Problem writing registry on Vista

2007-06-20 Thread Albert Tuulas
[mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 5:28 PM To: Albert Tuulas Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem writing registry on Vista Albert Tuulas wrote: Not likely to be true. I tried searching through whole registry for keywords, but nothing was found

Re: [WiX-users] Problem writing registry on Vista

2007-06-19 Thread Albert Tuulas
PM To: Albert Tuulas Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem writing registry on Vista Albert Tuulas wrote: correctly working on WinXP SP2 (writing registry entries), but on Vista - nothing. No errors in MSI log files regarding registry, component gets installed

[WiX-users] Problem writing registry on Vista

2007-06-15 Thread Albert Tuulas
Hello, UAC turned off, running everything as administrator on Vista Business (64 bit). WiX installer has this component Component Id=MyReg DiskId=1 Guid=659AE83D-91ED-4FFF-AC55-B4C04251931F Registry Id='MyReg' Root='HKLM' Key='SOFTWARE\ACME Inc\OS\Vision\SI\Acquisition'

[WiX-users] XmlFile in WiX 3

2006-12-22 Thread Albert Tuulas
Hello, I just downloaded binaries for Wix-3.0.2211.0, and it seems that XmlFile is not there. When compiling sources that have XmlFile, candle says: error CNDL0005 : The Component element contains an unexpected child element 'XmlFile'. Am I missing something obvious? Best regards, Albert

Re: [WiX-users] Install service using unprivileged user

2006-10-13 Thread Albert Tuulas
Drotenko Sent: Friday, September 29, 2006 7:37 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] RE: Install service using unprivileged user Dear Albert Tuulas, Look at LsaAddAccountRights/LsaRemoveAccountRights WinAPI functions. -- Best regards, Valery mailto

[WiX-users] Install service using unprivileged user

2006-09-19 Thread Albert Tuulas
On As a Service right. Everything goes smoothly after I set this using Local Policies. Is it possible to assign Log On As a Service right to an account using WiX? If no, what are possible solutions? I guess that lots of setup engineers suffered with that problem. Thank you in advance, Albert Tuulas