|
|
#1 |
|
Junior Member
Join Date: Dec 2006
Location: Shanghai,China
Posts: 12
|
two question,please see picture
question1:
see picture1 the software has installed,when run the installer again,the page is show,how to do it?please give me a example questtion2: see picture 2 this is tomcat installer finish page,here is set !define MUI_FINISHPAGE_RUN $INSTDIR\bin\tomcat5w.exe I want to modify "Run Tomcat" to "Run foobar",how to do it? thanks
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Dec 2006
Location: Shanghai,China
Posts: 12
|
sorry,the forum can upload only one picture?
the picture 1 is |
|
|
|
|
|
#3 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
1. Find the code into makensis.nsi example inside examples directory which is installed on your system
![]() There isn't better example than this one. 2. Review MUI documentation under Page Settings/Finish Page Settings MUI_FINISHPAGE_RUN_TEXT. Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Dec 2006
Location: Shanghai,China
Posts: 12
|
thanks
I have installed nsis2.25,but the example makensis.nsi is the old version,have not this function that I meaned. |
|
|
|
|
|
#5 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
makensis.nsi is used to build the installer itself, so it can't be the old version. When you compile it, you must define VER_MAJOR & VER_MINOR & VER_REVISION & VER_BUILD or that page won't appear. The script uses these defines to find out whether or not it needs to show the page.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|