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
- :
- How to detect Auto Upgrade Mode in installScript
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 12, 2019
08:52 PM
How to detect Auto Upgrade Mode in installScript
Hello , I hava a question about InstallShield MSI Project
In Automatic upgrade (upgrades that occur when [Files and Folders] is changed or other scripts or configurations are changed)
What is the name of the variable to know about automatic upgrade in the OnBegin part of InstallScript...?
My current script is:
================================
function OnBegin()
begin
if( [??????] ) then
//in Upgrade Mode
else
//in Remove Mode
endif;
end;
===============================
Let me know how to fill in [???] here...
Thank you.
In Automatic upgrade (upgrades that occur when [Files and Folders] is changed or other scripts or configurations are changed)
What is the name of the variable to know about automatic upgrade in the OnBegin part of InstallScript...?
My current script is:
================================
function OnBegin()
begin
if( [??????] ) then
//in Upgrade Mode
else
//in Remove Mode
endif;
end;
===============================
Let me know how to fill in [???] here...
Thank you.
(0) Replies