Skip to content
⌘ NSIS Forum Archive

Int to Ext error Translation

4 posts

Squirre1#

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
Animaether#
You'll want to look at SetErrorLevel: