File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ else {
2828 $access.OpenCurrentDatabase ($accdbPath )
2929}
3030
31+ # Check UserControl
32+ [bool ]$accessUserControl = $access.UserControl
33+ Write-Host " Access User Control Mode: $accessUserControl "
34+ if ($accessUserControl -ne $true ) {
35+ Write-Host " Access is not in user control mode => maybe msaccess-vcs does not work completely."
36+ }
37+
3138[string ]$addInProcessPath = " "
3239if ($VcsAddInPath -gt " " ) {
3340 $addInProcessPath = [System.IO.Path ]::ChangeExtension($VcsAddInPath , " " ).TrimEnd(' .' )
@@ -98,7 +105,6 @@ Write-Host ""
98105if ( ($builtFileName -gt " " ) -and ($builtFileName -ne " $tempFileName .accdb" ) ) {
99106 Write-Host " Built: $builtFileName ($builtFilePath )"
100107} else {
101-
102108 Write-Host " Build failed"
103109 if ([string ]::IsNullOrEmpty($builtFileName )) {
104110 Write-Host " (builtFileName is empty)"
You can’t perform that action at this time.
0 commit comments