Skip to content

Commit

Permalink
SDA-4488 - Remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Feb 26, 2024
1 parent 27a8953 commit fd8bfa9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ FunctionEnd
!macro perUserM
!insertmacro copyLocalGlobalConfig
Call uninstallSymphony
Sleep 10000
SetRegView 64
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "$LOCALAPPDATA\Programs\Symphony\Symphony"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "$LOCALAPPDATA\Programs\Symphony\Symphony"
!macroend
Expand All @@ -60,8 +58,6 @@ FunctionEnd
${endif}
!insertmacro copySystemGlobalConfig
Call uninstallSymphony
Sleep 10000
SetRegView 64
WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "$PROGRAMFILES64\Symphony\Symphony"
WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "$PROGRAMFILES64\Symphony\Symphony"
!macroend
Expand Down

0 comments on commit fd8bfa9

Please sign in to comment.