Re: [WiX-users] How to define reference path

2009-06-09 Thread Bob Arnson
Jiang, Chunyan (GE Healthcare) wrote: > In src I must set the path for the file. However, I must have the > "MyApp.exe" at the same location as project.wxs, otherwise I have set > the absolute path, like "d:\project\my project\MyApp.exe". See http://www.joyofsetup.com/2009/01/01/choosing-your-pay

Re: [WiX-users] How to define reference path

2009-06-08 Thread gulfam murad
Look for 'Preprocessor' in wix documentation. On Mon, Jun 8, 2009 at 9:24 AM, Jiang, Chunyan (GE Healthcare) wrote: > Hi, > > I am new to Wix. And I am trying to build my Wix Project. If I want to > define: > > > src="MyApp.exe" DiskId="1"> > > In src I must set the path for the file. However, I

[WiX-users] How to define reference path

2009-06-08 Thread Jiang, Chunyan (GE Healthcare)
Hi, I am new to Wix. And I am trying to build my Wix Project. If I want to define: In src I must set the path for the file. However, I must have the "MyApp.exe" at the same location as project.wxs, otherwise I have set the absolute path, like "d:\project\my project\MyApp.exe". I would like to