Skip to content

Commit 6c882a7

Browse files
Cameron KollwitzCameron Kollwitz
authored andcommitted
WaitForMsiExec
1 parent 4c69e82 commit 6c882a7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Deploy-Project.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Try {
149149

150150
## <Perform Post-Installation tasks here>
151151
## Popup notification for restart
152-
Show-InstallationRestartPrompt -Countdownseconds 4500 -CountdownNoHideSeconds 600
152+
Show-InstallationRestartPrompt -Countdownseconds 4500 -CountdownNoHideSeconds 600
153153

154154
## Display a message at the end of the install
155155
#If (-not $useDefaultMsi) { Show-InstallationPrompt -Message 'You can customize text to appear at the end of an install or remove it completely for unattended installations.' -ButtonRightText 'OK' -Icon Information -NoWait }
@@ -182,7 +182,7 @@ Try {
182182
}
183183

184184
# <Perform Uninstallation tasks here>
185-
Execute-Process -Path "$dirFiles\setup.exe" -Parameters "/configure `"$dirSupportFiles\Project_Uninstall.xml`""
185+
Execute-Process -Path "$dirFiles\setup.exe" -WaitForMsiExec "/configure `"$dirSupportFiles\Project_Uninstall.xml`""
186186

187187
##*===============================================
188188
##* POST-UNINSTALLATION

Deploy-Visio.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Try {
149149

150150
## <Perform Post-Installation tasks here>
151151
## Popup notification for restart
152-
Show-InstallationRestartPrompt -Countdownseconds 4500 -CountdownNoHideSeconds 600
152+
Show-InstallationRestartPrompt -Countdownseconds 4500 -CountdownNoHideSeconds 600
153153

154154
## Display a message at the end of the install
155155
#If (-not $useDefaultMsi) { Show-InstallationPrompt -Message 'You can customize text to appear at the end of an install or remove it completely for unattended installations.' -ButtonRightText 'OK' -Icon Information -NoWait }

0 commit comments

Comments
 (0)