
yanivna71.5524913911881936E12 asked a question.
Help , i need run script before the first UI
Hi all :confused:
i waht to write some valu in the registry before any UI is on ,
my problem is that : if my user press ESC or Cansel in the Preparing windows
the installer give the option to exit and OnEnd() dont call.
Please Help ?
Thanks
Yaniv
I dont think you can execute your code while the "Preparing for windows..." dialog is displayed. However, you can use OnBegin event function for the tasks before Welcome dialog is displayed assuming this is InstallScript project. "
hmm, If it is a msi project, I believe it works with custom action.
i must to write on the registry the status of my installer
whan the installer UI started before the welcome UI i have a Preparing UI (this is installshield UI) in this windows the client can press exit or cancel and i need to catch this action and write it on the registry this is the problem
Thanks for the help
Yaniv :confused: