|
|
#1 |
|
Junior Member
Join Date: Jun 2007
Location: Poland
Posts: 16
|
Hello
Today I made the installer that installs the 5 programs. Uninstaller does not want to delete all of these programs only to ask which program to be uninstalled, or that creates the Uninstaller each of these programs. The installer was made by Eclipse and uninstall section was made automatically. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: May 2009
Posts: 152
|
You will need to add to the uninstall section the execution commands to remove the programs.
PHP Code:
|
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
You can have more than one uninstall section. Just put un. in front of section names to make them uninstall sections (as opposed to using one Uninstall section). Then add an uninstall components page (!insertmacro MUI_UNPAGE_COMPONENTS).
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jun 2007
Location: Poland
Posts: 16
|
@ Afrow UK
This is brilliant! It works;] thank you so much for answers. I have a question on the MUI_UNPAGE_COMPONENTS not displays the description of products and even add in the code: code: code: Do I need to somehow define differently? |
|
|
|
|
|
#5 | |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
This is in the Modern UI manual:
Quote:
Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|