Sep 29, 2022
04:58 PM
i am using installscript project. package name is setup.exe
first time i am excute setup.exe and install sucess.
next time i was make new version setup.exe.
when i excute setup.exe it's running uninstall automatically, and termination setup.exe program.
i don't want to quit setup.exe program.
i need Uninstall and then reinstall without quitting.
how can i activate this function?
... View more
Sep 28, 2022
10:05 PM
setupfactory is provide this function.
but i cant fing this function at installShield.
how can i use this function?
i was tryed script but it does abnormal.
function OnShowUI()
......
if (bMaintenanceMode) then
OnFirstUIBefor();
FeatureReinstall();
OnMovedata();
OnFirstUiAfter();
......
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Latest posts by wolfjg
Subject | Views | Posted |
---|---|---|
295 | Sep 29, 2022 04:58 PM | |
314 | Sep 28, 2022 10:05 PM |
Activity Feed
- Posted Re: i want know about uninstall after auto install function on InstallShield Forum. Sep 29, 2022 04:58 PM
- Posted i want know about uninstall after auto install function on InstallShield Forum. Sep 28, 2022 10:05 PM