Archive: Int to Ext error Translation


Int to Ext error Translation
I would like to take an error that has occured during and nested installation and translate it to NSIS if at all possible for proper result codes...

For ex.

I run a nested msi inside an NSIS package and it errors with a 1602, when the NSIS package completes it may return a error 0 because NSIS return successfully... I would like to translate that 1602 to the NSIS return code... I have looked around a bit and have not really seen it quite talked about. Anyone have any ideas of where to start..

Thanks,

Squirre1


You'll want to look at SetErrorLevel:
http://nsis.sourceforge.net/Docs/Cha...nchor=#4.9.7.5


Just to let you know, this worked perfectly...

Thanks,

Squirre1


good to hear :)