Re: [WiX-users] Install to C:\Whatever

2007-04-26 Thread LEMIRE, JOHN
Try this: 
Directory Id=TARGETDIR Name=SourceDir
  Directory Id=MyWhateverDir Name=Whatever

MSI nazi says no logo compliance for you! :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nick
Sent: Thursday, April 26, 2007 1:29 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Install to C:\Whatever

I realize the hip new thing to do is install into C:\Program
Files\Whatever.
But I have a legacy app that absolutely must be installed into
C:\Whatever.  I
tried this:

Directory Id=TARGETDIR Name=SourceDir
  Directory Id=INSTALLDIR Name=Whatever

But then it wants to install my application into R:\Whatever.  Any idea
how to
make it install into C:\Whatever?  Thanks!


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Install to C:\Whatever

2007-04-26 Thread Scott Parker



Try this:
Directory Id=TARGETDIR Name=SourceDir
  Directory Id=MyWhateverDir Name=Whatever

MSI nazi says no logo compliance for you! :)



This may be splitting hairs, but would you need to specify a base volume
here? Something like

Directory Id='TARGETDIR' Name='SourceDir'
  Directory Id=WindowsVolume Name=WVolume
Directory Id=MyWhateverDir Name=Whatever

Can you rely on the installer to default that for you in all circumstances?

-Scott
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users