Jeb Remus wrote:
> NAnt.Core.BuildException: C:\Users\jebremus\Documents\Visual Studio 
> 2008\Projects\WIX\global.include(232,10):
> 'rc' failed to start. ---> System.ComponentModel.Win32Exception: The system 
> cannot find the file specified
>    at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo 
> startInfo)
>    at System.Diagnostics.Process.Start()
>    at NAnt.Core.Tasks.ExternalProgramBase.StartProcess() in 
> d:\Source\nant-20080818T124133Z\src\NAnt.Core\Tasks\ExternalProgramBase.cs:line
>  530
>    --- End of inner exception stack trace ---
>
>
>
> On my machine, the file \WIX\build\obj\debug\x86\winterop\winterop.res does 
> NOT exist afterwards.  I assume this is the file that cannot be found.  Does 
> anyone know how to resolve this issue?  

The resource compiler rc.exe has to be on the path. Run the build from a 
VS2008 command prompt and make sure you have Visual C++ installed.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to