Skip to content

Commit

Permalink
Fixes @joyfullservice/msaccess-vcs-integration/issues/261 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
hecon5 authored Sep 27, 2021
1 parent c175ce1 commit 39f74c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Version Control.accda.src/modules/modInstall.bas
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,7 @@ Public Sub OpenAddinFile(strAddinFileName As String, _
.Add "IF EXIST """, lockFilePathInstaller, """ GOTO WAITCLOSEINSTALLER"
.Add ":WAITCLOSEADDIN"
.Add "ping 127.0.0.1 -n 1 -w 100 > nul"
.Add "SET /a counter=0"
.Add "IF !counter!==10 GOTO MOVEON"
.Add "IF !counter!==40 GOTO MOVEON"
.Add "IF EXIST """, lockFilePathAddin, """ GOTO WAITCLOSEADDIN"
.Add ":OPENADDIN"
.Add "ECHO Opening Add-in to finish installation..."
Expand Down

0 comments on commit 39f74c3

Please sign in to comment.