|
|
#1 |
|
Junior Member
Join Date: May 2006
Posts: 46
|
Hi,
I would make a reinstaller for my installer In this reinstaller the sections which was installed should be marked. If the user clicks on next the respective sections will be reinstalled. If he makes the marking away the respective section should be deinstalled. If he marks something which isn't already marked the section should be installed. Is this possible? With marked I mean the hook:
|
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
It is possible, you may add the described abilities to your installer, there is not real need to build a "reinstaller" for that.
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 |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: May 2003
Posts: 681
|
speedy - set marks in registry or ini-file what was installed.
Greets, Brummelchen |
|
|
|
|
|
#4 |
|
Junior Member
|
Please could someone provide a detailed explanatino of how to do this? I need to be able to do this too.
|
|
|
|
|
|
#5 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
you may use the InstallDirRegKey (or create a INI for this reason) to store info about components e.g. if component "help files" is installed it is 1, if not installed it is 0. Next time when installer is launched disable the directory page and compare users selection with stored values. So if a component is installed (1) show it checked, then see if users made it not checked, uninstall it, and vice versa. Also you should update your uninstaller every time so when users wish to uninstall the application nothing left behind.
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 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|