Problem is probably that the CustomActions are 32-bit and that is causing the 
paths to get switched over.  If so, it's a bug in the CustomAction.

-----Original Message-----
From: Nic Barden [mailto:[EMAIL PROTECTED]
Sent: Friday, October 31, 2008 06:59
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] URGENT - Path to "Program Files" somehow wrongly "updated" 
to "Program Files (x86)"



Hi all,



I have an urgent requirement to fix an issue to do with the path to the
program files directory.

I am testing an app that performs a database install using the SqlDatabase
element.  I am passing the paths to the data an log files as properties.
However, even when the path has been CORRECTLY set in the UI to "C:\Program
Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA" (and verified
that the property was definitely updated to this value via the installer
log), the CREATE DATABASE command fails.



If I run a trace, I can see that it is specifying a FILENAME='C:\Program
Files (x86)\Microsoft SQL
Server\MSSQL10.MSSQLSERVER\MSSQL\Data\ThermoAnalytics.mdf'.



WHERE/WHAT/WHY is my correct ""C:\Program Files" file path updated to the
INCORRECT "'C:\Program Files (x86)" path??

I am running Vista 64 bit SP1.



Thankyou!



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to