I know that, but where exactly (in the install sequence) should I add it?
I guess under "Maintenance", but it seems I can add it there only before the MaintenanceTypeDlg.
It's supposed to be shown only on uninstall, not on any other action.
where should I add that dialog?
In the "Install Sequence" is only an uninstall button, but I don't know where I should put that new dialog that would ask the user.
The ini file on the webserver has all informations about the updates, so you have to update it on each installer update. Even the first release has to be written in that ini file.
The local configuration ini has only informations where the update ini can be found (and some other settings).
Could you maybe add some feature that'll allow the user to change this in a future version? That would be really useful if a project becomes multilingual in the future.
I created an installer with german at the beginning. Later the installer became multilingual (added english), but now I somehow have the problem that all non-english region systems show german instead of english
I want to give the user the posibility to set a checkbox to create the following shortcuts to an installed executable: Desktop, Quick Launch and Startmenu
I already added a new dialog which has three checkboxes which have the following properties: SHORT_DESKTOP, SHORT_QUICKLAUNCH and SHORT ...