Skip to content
⌘ NSIS Forum Archive

Returncodes for some Installers...

5 posts

user136194#

Returncodes for some Installers...

hi!

i'm new to nsis (since yesterday..) and i got the order to create a installer for a app.

this app requires:

-> MS Internet Explorer 6.0
-> MS .NET Framework
-> MS SQL_SERVER_2000 DESKTOP ENGINE
-> MS Data Access Components

i know how to check if they are installed, but there's still one question:

-> does anybody know what codes the installers of that components may return? (returncode..)

i thought i could show the returncodes with a messagebox, this might work, but i don't have administrator-rights, so i can't look for all possible codes...

thanks for your help.. 😉

p.s.: nsis is the best installer-system i ever saw 😎 👍
Joost Verburg#
You can find more information about the installation of Microsoft products at the MSDN site: http://msdn.microsoft.com
user136194#
thanks for your answear, but that was the first adress i looked at and found nothing 🙁
Joost Verburg#
user136194#
hey, thanks! the Microsoft side is very unclear.. i never find what i'm searching for -.-