Skip to content

Commit 8595028

Browse files
committed
Revert "+ info about Application.UserControl"
This reverts commit acca733.
1 parent acca733 commit 8595028

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scripts/Build-Accdb.ps1

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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 = ""
3932
if ($VcsAddInPath -gt "") {
4033
$addInProcessPath = [System.IO.Path]::ChangeExtension($VcsAddInPath, "").TrimEnd('.')
@@ -105,6 +98,7 @@ Write-Host ""
10598
if ( ($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)"

0 commit comments

Comments
 (0)