Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

button modify - repair - remove


1 reply to this topic

pavlacki

pavlacki
  • Members
  • 15 posts

Posted 04 April 2005 - 15:49

Hello,


I build a setup,
compose of 30 components, to install a component, the user introduce a key code and the code give a condition to install the component.

So I have a dialog that receive the keycode and the button next fill a property MAP with all component to install

ie : code = ABC -DEF - IJK
MAP = componantA componantB componantC.


it work perfectly

after the installation if I want to add componantD
the code is ABC -DEF - IJK - LMN

So when i launch the setup a second time and choose modify
The dialog never appear.
instead I have the list of all component but I can install them.

If I click on the previous button, I have an error 2803 no dialog.
It is logic because I definied no dialog procedure.

My question is simple : How to call some dialog and action of the installation procedure to the modify procedure.



Thanks

Edited by pavlacki, 04 April 2005 - 15:59.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 April 2005 - 09:35

You need to adjust the behaviour of the Next and Back buttons of the adjacent dialogs.