You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During Silent Mode:
Added a Custom Action(SilentLaunchSecApp) with deferred execute before InstallFinalize
Action SilentLaunchSecApp will try to launch the process(another msi) in silent mode
Error : Another Installation is in progress. You must complete that installation before continuing this one.
To overcome this Error ,
Added the custom action with immediate execute after InstallFinalize and this is not allowing the process to run in elevated mode.
While executing in silent mode , the UAC prompt is not allowed to trigger hence its will try to run the process and exited with error says "Ensure that the process running the MSI installer has sufficient permissions"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
During Silent Mode:
Added a Custom Action(SilentLaunchSecApp) with deferred execute before InstallFinalize
Action SilentLaunchSecApp will try to launch the process(another msi) in silent mode
Error : Another Installation is in progress. You must complete that installation before continuing this one.
To overcome this Error ,
Added the custom action with immediate execute after InstallFinalize and this is not allowing the process to run in elevated mode.
While executing in silent mode , the UAC prompt is not allowed to trigger hence its will try to run the process and exited with error says "Ensure that the process running the MSI installer has sufficient permissions"
Beta Was this translation helpful? Give feedback.
All reactions