A client is getting this error when installing an updated version of our
installer:

"Installation directory must be on a local hard drive."

They're getting this message even though they're installing onto their C
drive.  Here's my setup - I'm using Wix 3.0.5419.0:

<!-- setup interface -->
                <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
                <UIRef Id="WixUI_InstallDir" />
                <WixVariable Id='WixUIBannerBmp'        Value='bannrbmp.bmp' />
                <WixVariable Id='WixUIDialogBmp'        Value='dlgbmp.bmp' />
                <WixVariable Id='WixUILicenseRtf'       Value='License.rtf' />

                <!-- set Add/Remove Program Icon -->
                <Property Id='ARPPRODUCTICON' Value='AppIcon1.exe'/>

                <!-- run CPU check -->
                <InstallExecuteSequence>
                        <Custom Action='CheckCpuAction' 
Before='LaunchConditions'/>
                </InstallExecuteSequence>
                <InstallUISequence>
                        <Custom Action='CheckCpuAction' 
Before='LaunchConditions'/>
                </InstallUISequence>
-- 
View this message in context: 
http://n2.nabble.com/Installation-directory-must-be-on-a-local-hard-drive-error-tp3700846p3700846.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to