Question

I am simply trying to run NANT with resgen, but I can't seem to find what I need to download to have it available in 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\resgen.exe' on my server.

Thank you.

Was it helpful?

Solution

On the server running your NANT script, you can either install Visual Studio 2005 to get "resgen.exe" available at the location described in your question or you can install the Windows SDK.

Once installed, "resgen.exe" will be available at a location similar to:

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin

OTHER TIPS

With Visual Studio developer installation "resgen" can be found at

Visual Studio 2012

%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\resgen.exe

Visual Studio 2017

%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.2 Tools\resgen.exe

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top