Thanks Pally,

On the summary info, the platform property is set to x64 and the verbose log 
doesn't show any errors.

Cordialement / Best regards,
Gernot


-----Message d'origine-----
De : Pally Sandher [mailto:pally.sand...@iesve.com] 
Envoyé : Wednesday, July 07, 2010 2:03 PM
À : General discussion for Windows Installer XML toolset.
Objet : Re: [WiX-users] 64 bit app installing in Program Files (x86) folder

Check a verbose log?

Is your MSI built for the x64 platform? Open it in InstEd/Orca & check
the Summary Info. The Platform property should be set to x64 or AMD64
(both are the same thing, latter is deprecated by the former).

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 

-----Original Message-----
From: Gernot Kerger [mailto:gernot.ker...@entropysoft.net] 
Sent: 07 July 2010 12:50
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] 64 bit app installing in Program Files (x86) folder

I modified WixAdvancedSample.wxs to build for 64 bit arch.
Unfortunately, it's installing on the 32 Program files folder:

 

<?xml version="1.0" encoding="utf-8"?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>

    <Product Id="49d75c41-17e3-48ed-9f4f-e65cedd3285e"
UpgradeCode="5b2d91c2-6c8f-4224-87af-71766b037ae4" Name="Acme Sample
Application" Language="1033" Version="1.0.0.0" Manufacturer="Acme
Software Ltd.">

        <Package InstallerVersion="200" Compressed="yes" Platform="x64"
/>

        <Media Id="1" Cabinet="WixAdvancedSample.cab" EmbedCab="yes" />

        <Directory Id="TARGETDIR" Name="SourceDir">

            <Directory Id="ProgramFiles64Folder">

                <!-- must be named APPLICATIONFOLDER -->

                <Directory Id="APPLICATIONFOLDER"
Name="[ApplicationFolderName]" FileSource=".\">

                    <Component Id="ProductComponent"
Guid="70bcba1f-19a8-41b3-bc25-15a2648907e6" Win64="yes" >

                        <File Id="f1" Name="SampleFile.txt" />

                    </Component>

                </Directory>

            </Directory>

        </Directory>

        <Feature Id="ProductFeature" Title="Main Feature" Level="1">

            <ComponentRef Id="ProductComponent" />

        </Feature>

        <Property Id="ApplicationFolderName" Value="Acme Sample
Application" />

        <Property Id="WixAppFolder" Value="WixPerUserFolder" />

        <UIRef Id="WixUI_Advanced" />

        <UI />

    </Product>

</Wix>

 

What is missing?

 

Cordialement / Best regards,

Gernot

 

------------------------------------------------------------------------
------
This SF.net email is sponsored by Sprint What will you do first with
EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to