i want to modify some dialogs of an inno installer, so i extracted the setup.exe with InnoExtractor and tried to compile the iss file with Inno Setup Compiler. Also there are serveral files, which were extracted next to this iss file.
But i can't compile it, because the complete [CODE] section is missing and some lines throws errors cause of missing functions. I read something about a dump_code.txt file, that is an extraction of "CompiledCode.bin", but it looks not really like common procedures.
Is there something i can do to get this section or isn't it possible cause it's an external setup file?