I'm very new to wix (just discovered it yesterday) and was wondering if
anyone could recommend a build layout. What I'm currently doing is
creating a starting msi package with Visual Studio 6.0 installer. My
source files that I'm putting into the build are in a folder tree on
drive d.  WiX is in a folder in the root of drive d. and I'm
decompiling, editing, recompiling my msi file in the output folder
(d:\buildproject\_output) which VSI creates when you do a build.  

That being said, I just attempted to rebuild my test.wsx file using WiX.
So far the candle processed it fine. When I ran light.exe I started
getting a bunch of errors that the files I'm putting on the target
machine could not be found.

Snippet:

D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(38) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\transactionur.asp' could not be found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(41) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\accessioncontrollower.asp' could not be
found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(44) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\accessioncontrolupper.asp' could not be
found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(47) : error LGHT0100 :
File of type 'File' with name 'SourceDir\web\apps\root\nfts\admin.asp'
could not be found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(50) : error LGHT0100 :
File of type 'File' with name 'SourceDir\web\apps\root\nfts\banner.asp'
could not be found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(53) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\barcodeprinterconfig.asp' could not be
found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(56) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\barcodes.asp' could not be found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(59) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\controlfileframes.asp' could not be found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(62) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\dispositioncontrollower.asp' could not be
found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(65) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\dispositioncontrolupper.asp' could not be
found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(68) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\downloadmessage.asp' could not be found.
D:\NFTS v4.1 Build\NFTS\Output\DISK_1\nfts.wxs(71) : error LGHT0100 :
File of type 'File' with name
'SourceDir\web\apps\root\nfts\frameset.asp' could not be found.


Thanks,
Jim

------------------------------------------------------------------------------
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