E
ejmichaud
I am having trouble embedding a manifest file into a .exe created
using Wise Script. When I use mt.exe (from Visual Studio 8 with SP1
installed) to embed the manifest file, the resulting file decreases in
size from 123KB to 23KB and without any surprise doesn't run.
I used the following commandline:
mt.exe -manifest Test1.exe.manifest -outputresource:Test1.exe
I also tried adding the manifest using Resource Hacker, file size
increases in size from 123KB to 124KB, however when I execute
Test1.exe I get the following error: "Could not initialize
installation. File size expected=168640121, size returned=126017"
Anyone have any ideas on how I can embed the manifest into a .exe
created from Wise Script?
using Wise Script. When I use mt.exe (from Visual Studio 8 with SP1
installed) to embed the manifest file, the resulting file decreases in
size from 123KB to 23KB and without any surprise doesn't run.
I used the following commandline:
mt.exe -manifest Test1.exe.manifest -outputresource:Test1.exe
I also tried adding the manifest using Resource Hacker, file size
increases in size from 123KB to 124KB, however when I execute
Test1.exe I get the following error: "Could not initialize
installation. File size expected=168640121, size returned=126017"
Anyone have any ideas on how I can embed the manifest into a .exe
created from Wise Script?