Loading
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.
  • " Happy Days wrote:

     

    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.
    Expand Post
  • If its an MSI project, you dont even need write code in OnBegin event function. You can create a custom function and call it from Custom Action which can be Sequenced before the Welcome dialog in the UI Sequence!
  • Hi all

     

    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:
    Expand Post

Loading
Help , i need run script before the first UI