windows-nt/Source/XPSP1/NT/base/win32/fusion/installer/tools/mangen
2020-09-26 16:20:57 +08:00
..
makefile Add source files 2020-09-26 16:20:57 +08:00
mangen.cpp Add source files 2020-09-26 16:20:57 +08:00
mangen.rc Add source files 2020-09-26 16:20:57 +08:00
md5.cpp Add source files 2020-09-26 16:20:57 +08:00
md5.h Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00
sources Add source files 2020-09-26 16:20:57 +08:00

The file specified by asmIDImportTxtFile contains text _exactly_ as follows:
(note spaces, tabs and quotes)
"	name="test.read"
	language="en"
	version="1.0.0.0" 
	processorArchitecture="x86" 
	type=".NetAssembly"
	publicKeyToken="6595B64144CCF1DF" 
	entryPoint="read.exe"
	codeBase="http://www.microsoft.com/foo/read.manifest"
	size="200""


known issues:
 1. the target manifest file and the import file if present in the app dir
 this program will try to open them up for hashing but will fail because they are already opened
 -> all files in/under the app dir will be listed and hashed as is...
 2. Note. Be careful with %USERPROFILE% etc when they have space in them. Use quotes.
 3. Note. Error messages are not the most descriptive. But - you can probably figure out from the
 resulted manifest file to see how far it can go. That should be relative easy.