Re: [WiX-users] how to use WIX write registry values to both 32 bit and 64 bit registries in one MSI?

2008-10-04 Thread Ravit Shapira
, then mark the component containing those registry items as Is64Bit="No"... That should set you up. Chris On Thu, Sep 25, 2008 at 5:13 AM, Ravit Shapira < [EMAIL PROTECTED]> wrote: > Adding wix-users. > > From: Jian Yu > Sent: Thursday, September 25, 2008 1:45 AM &g

Re: [WiX-users] how to use WIX write registry values to both 32 bit and 64 bit registries in one MSI?

2008-09-25 Thread Ravit Shapira
Adding wix-users. From: Jian Yu Sent: Thursday, September 25, 2008 1:45 AM To: WiX Working Group Cc: Sheng Zhao; Ravit Shapira; Binggong Ding; Jian-Chao Wang Subject: how to use WIX write registry values to both 32 bit and 64 bit registries in one MSI? Hi, everyone. Recently, I met some

Re: [WiX-users] How to detect if .NET framework 2.0 or higher is installed

2008-06-08 Thread Ravit Shapira
EMAIL PROTECTED] On Behalf Of Ravit Shapira Sent: 08 June 2008 10:01 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to detect if .NET framework 2.0 or higher is installed Hi, I want to be able to detect if .NET framework 2.0 or higher is installed. I've found how I can look for the .NET

[WiX-users] How to detect if .NET framework 2.0 or higher is installed

2008-06-08 Thread Ravit Shapira
Hi, I want to be able to detect if .NET framework 2.0 or higher is installed. I've found how I can look for the .NET framework 2.0 in wix: Installed or NETFRAMEWORK20 The problem with my current implementation is that it looks for the registry key of v2.0, while the setup that I crea

Re: [WiX-users] Error 1303

2008-03-07 Thread Ravit Shapira
as a Trusted Installer. Thanks for your feedback, Ravit From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 12:11 PM To: Ravit Shapira; wix-users@lists.sourceforge.net Cc: Rob Mensching Subject: RE: [WiX-users] Error 1303 Simple answer? Don&#

[WiX-users] Error 1303

2008-03-05 Thread Ravit Shapira
Hi, Our msi overwrite OS components (in c:\Program Files\Common Files). When we run the same msi on XP there is no problem, however, on Vista we get error 1303 - "The installer has insufficient privileges to access this directory". The workaround we have is to remove windows protection from sev

[WiX-users] Checking if a folder exists before setting its permission

2007-08-09 Thread Ravit Shapira
Hi, I'm trying to check if a directory exists before I set its permission. The following is a snippet from my code: NOT LOGS.DIR.EXISTS >From the log files I see that when logs dir does not exist it exexcutes the >folder create op.

Re: [WiX-users] Error 1625

2007-08-09 Thread Ravit Shapira
that the error that I'm getting it is connected to Error 1718 and I'm going to run the Windows Server 2003 update (http://support.microsoft.com/kb/925336) and see if it fixes my problem. Thanks, Ravit ________ From: Ravit Shapira Sent: Thursday, August 09, 2007

Re: [WiX-users] Error 1625

2007-08-09 Thread Ravit Shapira
Thanks Bub! How can I verify that .msi package is digitally signed? Ravit From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 7:41 AM To: Ravit Shapira Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error 1625 Ravit Shapira

Re: [WiX-users] Error 1625

2007-08-08 Thread Ravit Shapira
I want to add to my previous email that I searched for the value "DisableMSI" and it doesn't exist in the registry, which means that the Installer is always enabled. So, I think that "DisableMSI" is not the cause of my problem. Thanks, Ravit _______

[WiX-users] Error 1625

2007-08-08 Thread Ravit Shapira
Hi, I'm trying to run a setup on a Win2k3 server and I get error no' 1625: "The system administrator has set the policies to prevent this installation". When I run the same setup on Vista it works. Currently the msi size is: 1.55 Giga Byte (I configured 5 cabs). Before that when it was 441MByte

[WiX-users] looking for a tag

2007-08-06 Thread Ravit Shapira
Hi, Does the latest wix version have a tag that says: "look here and get all the files recursively?" Thanks, Ravit - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. N

[WiX-users] keeping files outside the CAB

2007-08-06 Thread Ravit Shapira
Hi, As far as I remember I can save up to 5 giga of data inside one cab, but since I have 12 giga I thought that if I use several msm files, let's say 12 msm's when each one will keep 1 giga of data then eventually I will be able to create one msi that keeps all the 12 giga of data. Is that c

Re: [WiX-users] How to change TARGETDIR to e drive

2007-07-30 Thread Ravit Shapira
is it okay to change the property TARGETDIR twice in the same msi? Ravit From: Pierson Lee (Volt) Sent: Thursday, July 26, 2007 11:35 AM To: Ravit Shapira; wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] How to change TARGETDIR to e drive You don'

Re: [WiX-users] How to change TARGETDIR to e drive

2007-07-24 Thread Ravit Shapira
Thanks, Ravit ____ From: Ravit Shapira Sent: Tuesday, July 24, 2007 11:38 PM To: 'wix-users@lists.sourceforge.net' Subject: How to change TARGETDIR to e drive Hi, I'm trying to change TARGETDIR to e drive. I tried to do the following but it installs under c

[WiX-users] How to change TARGETDIR to e drive

2007-07-24 Thread Ravit Shapira
Hi, I'm trying to change TARGETDIR to e drive. I tried to do the following but it installs under c drive. TARGETDIR="E:\" I ran the installation using msiexec and created a log file. I looked for the action: AssignEDir2INSTALLDIR and it says that it is skipped due to false conditio

[WiX-users] debugging options in IIS 6.0

2007-06-26 Thread Ravit Shapira
Hi, I'm using IIS 6.0 and in the Debugging Tab of application configuration I see two options: "Enable ASP server-side script debugging" & "Enable ASP client-side script debugging". I know how to configure both in WIX (ClientDebugging = "no" ServerDebugging = "no"), however, I haven't found how

Re: [WiX-users] link error

2007-05-30 Thread Ravit Shapira
name and I cannot put them all together in one folder. Thanks a lot for your feedback! Ravit From: Rob Mensching Sent: Wednesday, May 30, 2007 10:44 AM To: Ravit Shapira; wix-users@lists.sourceforge.net Cc: Rob Chambers Subject: RE: link error What version of the W

Re: [WiX-users] adding NEWORK SERVICE group with full control permission

2007-05-24 Thread Ravit Shapira
Thank you very much!!! I tested it works. Ravit From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 12:56 PM To: Ravit Shapira; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] adding NEWORK SERVICE group with full control permission

[WiX-users] adding NEWORK SERVICE group with full control permission

2007-05-23 Thread Ravit Shapira
Hi, I'm facing problems with adding a NETWORK SERVICE group to a folder in win2k3 machine with full control permissions. I get a run time error when I configure the following: The run time error says that Netwrok Service is not a valid user or

[WiX-users] looking up for files inside folders

2007-05-23 Thread Ravit Shapira
Hi, I'm trying to figure out how to configure my setup to look for files inside a folder. The files are very big (~70GByte), therefore, I thought that it would be better not to include them as part on the cab. I know how to configure the setup to look up for a file that is located in the same

[WiX-users] combining NETWORK SERVICE with UI

2007-05-22 Thread Ravit Shapira
Hi, My setup uses WixUI_InstallDir and in addition I need to enable NETWORK SERVICE full control permision for to a folder that the setup creates. I read that for Netwrok Service I should do the following: 1. Is the above the right solution for adding a group of network service with

Re: [WiX-users] using WixUI_InstallDir

2007-05-18 Thread Ravit Shapira
I already found the solution for my link error. I added a property named WIXUI_INSTALLDIR with a value of the ID of the directory the user will specify and it solved my link error. Thanks anyway, Ravit From: Ravit Shapira Sent: Friday, May 18, 2007 3:47 PM To

[WiX-users] using WixUI_InstallDir

2007-05-18 Thread Ravit Shapira
Hi, I'm trying to use and I'm getting the follwing link error: error LGHT0112 : Unresolved reference to symbol 'Property:WIXUI_INSTALLDIR' in section 'Fragment:'. When I switch to instead of I don't get any link error and I succeed to create a setup. Do you have any idea why I get this err

[WiX-users] how to save the uder direcroty selection

2007-05-17 Thread Ravit Shapira
Hi, I know that by using the attribute: ConfigurableDirectory of Feature element we allow the user to change our originally intended target directory. I'm interesting in saving the user selection in a xml file since our application should know what is the selected path that the user chose. I'm

[WiX-users] How can I configure MD_UPLOAD_READAHEAD_SIZE that applies to a virtual folder using wix

2007-05-10 Thread Ravit Shapira
Hi, I'm looking for information about configuring IIS custom property using WIX such as MD_UPLOAD_READAHEAD_SIZE that will apply to a virtual folder. Currently I'm using the IIS Metabase Explorer for creating a new Identifier, set the data to 0 with Inherit attribute and I've been looking for in