Geoff Finger wrote:
> How do you avoid getting the "error LGHT0109 : Duplicate symbol
> 'Directory:INSTALLDIR' found." errors in that case?
You can't have two directories with the same id. If you're letting the
user pick an install directory, you're going to need two they can pick
if you want t
On Oct 24, 2007 7:59 AM, Bob Arnson <[EMAIL PROTECTED]> wrote:
> Geoff Finger wrote:
> > Instead what I found was a post claiming "I don't think you want to
> > reference ProgramFiles64Folder either. Use ProgramFilesFolder and
> > Windows Installer will put things in the correct directory based upo
Geoff Finger wrote:
> Instead what I found was a post claiming "I don't think you want to
> reference ProgramFiles64Folder either. Use ProgramFilesFolder and
> Windows Installer will put things in the correct directory based upon
> the Component's Win64 setting."
>
That's not how it works. A 64
Geoff Finger-2 wrote:
>
> The specific problem in this case is the x64 installer was working
> just fine but someone pointed out that one of the files was 32 bit and
> thus should be installed to "Program Files (x86)" instead of the
> normal Program Files folder.
>
On 64-bit Windows, ProgramFil
After poking around a little more I've found something in the logs
that might be related. There are a lot of messages about:
"WIN64DUALFOLDERS: Substitution in 'C:\Program Files
(x86)\InstallDir\File.exe' folder had been blocked by the 1 mask
argument (the folder pair's iSwapAttrib member = 0)."
S
I have two installers for our project, one for 32 bit and one for 64
bit and I'm running into some problems with the x64 version.
My first question, is there a tutorial for how to build x64 installers
with wix 2.0 somewhere? I could have sworn I saw a link to one at some
point, but I can't find an
6 matches
Mail list logo