Skip to content

Commit 6cc5a27

Browse files
committed
remove info messagebox in install script
1 parent 6d4990a commit 6cc5a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

access-add-in/Install.vbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ End Function
7979

8080
Function CreateMde(SourceFilePath, DestFilePath)
8181
Set AccessApp = CreateObject("Access.Application")
82-
msgbox SourceFilePath & " -> " & DestFilePath
8382
AccessApp.SysCmd 603, (SourceFilePath), (DestFilePath)
8483
CreateMde = True
8584
End Function

0 commit comments

Comments
 (0)