Re: [WiX-users] LGHT0103 Error

2013-01-09 Thread Brad DuBois
morrow and hopefully will come to a better understanding of how WiX works. On Wed, Jan 9, 2013 at 5:55 PM, Brad DuBois wrote: > From VS output window: > > -- Build started: Project: VideoToolBootstrapper, Configuration: Debug > x86 -- > C:\Program Files (x86)\WiX Toolset v3.6\bi

Re: [WiX-users] LGHT0103 Error

2013-01-09 Thread Brad DuBois
m cannot find the file '' with type ''. Done building project "VideoToolBootstrapper.wixproj" -- FAILED. On Wed, Jan 9, 2013 at 4:56 PM, Rob Mensching wrote: > Uhh, that is a really bad error message. What is the command-line you are > using to link? > > >

Re: [WiX-users] LGHT0103 Error

2013-01-09 Thread Brad DuBois
\Prerequisites\directx_aug2009_redist.exe" DetectCondition="DirectXInstanceFound" InstallCondition="NOT DirectXInstanceFound OR DirectXInstanceFound AND DirectXInstanceVersion != $(var.RequiredDirectXVersion)" InstallCommand="

[WiX-users] LGHT0103 Error

2013-01-09 Thread Brad DuBois
I'm currently riding the WiX learning curve and I have made some progress. I have made a couple of .msi files that I have wrapped in a bootstrapper application. The basic bootstrapper is working just fine so I am now working on adding on some prerequisite installations where I have ran into this