Yeah, that was it.
When checking the directory founding a previous 32-bit build .exe
After deleting the file the Installer was build.
I was a little bit confused because the crash happens at a debug-path.
But the compilersettings from 32-bit were not overtaken.
Is there an easy way for setting up all projects to /o3 /sse3 and debug info with .map file ?
Even when can't debugging, I want to know where it crashes.
Under XP there were many errors with lost ( hWnd=??? ) handles and converting
Kilobits to Kilobyte and crashing to Nirvana with ACCESS_VIOLATIONs.
Which means 1000 bytes up and down only ???
in disassembly.
Guessing these are parts of incomplete files.
Thank you.