PDA

View Full Version : how to get rid of this page (uninstaller)


Brummelchen
25th April 2006, 00:25
http://img251.imageshack.us/img251/7289/unfinish0qq.th.png (http://img251.imageshack.us/my.php?image=unfinish0qq.png)

Any hints?

cause i dont need it, when clicked on "Uninstall" a page before i get a messagebox.

i think it wasnt there in the last nsis versions !?

i already have
ShowInstDetails nevershow
ShowUninstDetails nevershow
AutoCloseWindow true

eyeinthesky43
25th April 2006, 07:26
If you remove the following from the nsi it should not show up anymore:

!insertmacro MUI_UNPAGE_INSTFILES

Afrow UK
25th April 2006, 16:52
Also, if you have no pages in your installer or uninstaller then the InstFiles page will always be displayed.

-Stu