How to find out where error occurs in Inno Setup script? -
one of users sent error report installer has crashed following error:
runtime error (at 34:1346): type mismatch
the installer uses inno setup. investigation showed bug caused error has been contained in installer.iss.
where can error located if know "34:1346" ?
that error location in compiled bytecode of script , such pretty impossible track line of code.
if can reproduce it, should launch installer /log=filename
command line option , can take such file.
Comments
Post a Comment