Can I do something like this to hardcode the installation directory?
Or is there another way to do this?

(Of course, I'm choosing a UI without the ability to select directories.
 It has to be in a directory without spaces at the moment [I didn't
write said application], so it can't go in Program Files.)

<Directory Id="TARGETDIR" Name="SourceDir">
  <!-- Yes, this is a hardcoded directory name. -->
  <Directory Id='App_Root_Directory' Name='d:\app'>
....
  </Directory>
          
  <Directory Id="ProgramMenuFolder">
    <Directory Id="App_Menu_Folder" Name="App" />
  </Directory>
</Directory>

--Curtis
--
Curtis Jewell
swords...@csjewell.fastmail.us

%DCL-E-MEM-BAD, bad memory
-VMS-F-PDGERS, pudding between the ears

[I use PC-Alpine, which deliberately does not display colors and pictures in 
HTML mail]


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to