Create ISO

For creating a ISO file from a DVD or CD the LCISOCreator can be used.

This is a simple freeware program.

LCISOCreator.zip (23.10 kb)

Post build. Add assembly to GAC

In Visual studio under the project click propeties.
Then select the build events and then the post build event command line
Enter:

CALL "%VS80COMNTOOLS%\vsvars32.bat" > NULL
gacutil.exe /if "$(TargetName)"

Top