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

perform repair by reinstall is not working


3 replies to this topic

hsong3

hsong3
  • Members
  • 89 posts

Posted 21 November 2003 - 02:51

hello everyone

i am trying to perform reinstall but this is turning really ugly.

in my ready to install dialog, i add events for "Install Now" button

Event Argument condition
ReinstallMode omus Repair = "1"
Reinstall Feature1 Repair = "1"

i think i've followed correct syntex as installshield's help provides.
but this is not working at all. so i substitude other characters for "o" such as p, e, d, and a but none of them work either.

What am i need to do to execute this correctly??

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 November 2003 - 08:45

Did you verify the value of the Repair property? (check spelling, upper/lower case)

hsong3

hsong3
  • Members
  • 89 posts

Posted 21 November 2003 - 17:39

thank you very much Stefan !!!!

hsong3

hsong3
  • Members
  • 89 posts

Posted 21 November 2003 - 19:45

Stefan, i have another question.

is it possible to run a custom action to execute during reinstall process?
is there specific scope to the installation Sequence?? say, this custom action has to occur before InstallFinalize?