This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- This is installshield project
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2008
08:51 AM
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 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
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2008
10:09 AM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2008
12:20 PM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2008
01:52 PM
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!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2008
03:39 PM
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:
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:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 22, 2008
09:08 AM
I just replied to your private message, please check it.