Archive: mui language string "uninstall"


mui language string "uninstall"
!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the ${PROD_NAME} ${VER_MAJOR} ${VER_MINOR} \
Setup Wizard"

!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT "This wizard will guide you through \
the installation of the ${PROD_NAME}, version ${VER_MAJOR} ${VER_MINOR}.\r\n\r\nIt is strongly\
recommended that you\ close all other applications before starting Setup.\
This will allow Setup to update certain system files without rebooting your computer.\r\n\r\n"

!insertmacro MUI_LANGUAGEFILE_STRING MUI_UNTEXT_CONFIRM_TITLE "Uninstall "***" "
!insertmacro MUI_LANGUAGEFILE_STRING MUI_UNTEXT_CONFIRM_SUBTITLE "Remove "***" from your computer."
!insertmacro MUI_LANGUAGEFILE_STRING MUI_UNTEXT_UNINSTALLING_TITLE "Uninstalling "***" "
!insertmacro MUI_LANGUAGEFILE_STRING MUI_UNTEXT_UNINSTALLING_SUBTITLE "Please wait while "***" is being uninstalled."

"***"
my program name ....no version no numbers just the name of my program
with $(^Name) I have the ${PROD_NAME} ${VER_MAJOR} ${VER_MINOR} and I want only the ${PROD_NAME}.
Its possible?????.....with the Welcome page it works but with uninstall no.


You are not custozing texts in the right way.

Get the latest develment version and see the Readme.


Thank you.......now I have fixed all of them but im still with a problem.
I need to change this too:
This wizard will uninstall $(^Name) from your computer. $_CLICK
# ^UninstallingSubText
Uninstalling from:

Its possible too.


That can be changed using UninstallText, assuming you're using the latest CVS version.


Thank you


Or, if using the Modern UI, with MUI_UNCONFIMPAGE_TEXT.


Sorry Joost, but I want to ask if is correct:
MUI_UNCONFIMPAGE_TEXT or MUI_UNCONFIMRPAGE_TEXT


Sorry, it should be MUI_UNCONFIRMPAGE_TEXT


I wrote the
!define MUI_UNCONFIRMPAGE_TEXT his wizard will uninstall the program from your computer.Click Uninstall to start the uninstallation."
But doesnt work.
With UninstallText,it work.


Are you sure you are using the latest development version?


Ok downloaded the new development version...and now doesnt work anything anymore...I need to rebuild everything........
I have this one and the installer still give an error
;!define MUI_UNTEXT_CONFIRM_TITLE "Uninstall "

LangString "MUI_UNTEXT_CONFIRM_TITLE" is not set in language table of language 1033

For all of them I have an error.


You should define MUI_UNCONFIRMPAGE_TEXT before inserting the page.

See http://forums.winamp.com/showthread....hreadid=150416


If you check there in the script I have the ";" command and the installer read the command.
Another problem my banner now is just a couple words.....my installer now dont read the welcome page and more. All "old" command there the ";" before.


It was like a bug...I just copied the script....Line after line in a blank text file and saved with the NSIS extension.
When I installed the NSIS ...I was wondering why it took a long time all my script...ahhhhhhhh screwed...I uninstalled and reinstalled again and in a couple sec the installation it was finish.
Its working now but Im missing the title and subtitle.
Thank you guy for your help


Are you talking about the text on the white square on the top? To set it define MUI_PAGE_HEADER_TEXT and MUI_PAGE_HEADER_SUBTEXT before you insert the page macro.