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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -