File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,6 @@ 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-
3831[string ]$addInProcessPath = " "
3932if ($VcsAddInPath -gt " " ) {
4033 $addInProcessPath = [System.IO.Path ]::ChangeExtension($VcsAddInPath , " " ).TrimEnd(' .' )
@@ -105,6 +98,7 @@ Write-Host ""
10598if ( ($builtFileName -gt " " ) -and ($builtFileName -ne " $tempFileName .accdb" ) ) {
10699 Write-Host " Built: $builtFileName ($builtFilePath )"
107100} else {
101+
108102 Write-Host " Build failed"
109103 if ([string ]::IsNullOrEmpty($builtFileName )) {
110104 Write-Host " (builtFileName is empty)"
You can’t perform that action at this time.
0 commit comments