thek
31st July 2006, 15:33
Hello
I'm using makensis to automaticly create the setup files during the nightly build.
Does makensis provide some errorcode to check if the creation was sucessfull?
(e.g. if errcode != 0 jump to errorhandling)
The only way I found so far, is checking if a .exe file exist or to parse through the whole output file an check if a line starts with "error" :tinfoil:
Norbert
I'm using makensis to automaticly create the setup files during the nightly build.
Does makensis provide some errorcode to check if the creation was sucessfull?
(e.g. if errcode != 0 jump to errorhandling)
The only way I found so far, is checking if a .exe file exist or to parse through the whole output file an check if a line starts with "error" :tinfoil:
Norbert