, 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
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
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
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
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
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
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.
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
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
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
_______
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
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
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
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'
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
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
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
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo