New Post: Post-Installation not completeing
I realized my mistake as soon as I started typing for this thread, but I figured I'd might as well post to confirm. Thanks
View ArticleNew Post: Dot Source AppDeployToolkitMain.ps1 throw an error
Module [C:\Windows\ccmcache\3e\AppDeployToolkit\AppDeployToolkitMain.ps1] failed to load: Vous ne pouvez pas appeler de méthode sur une expression ayant la valeur Null. Au niveau de...
View ArticleSource code checked in, #6944783d9e646641383282010e0e912293b620de
Added -ReturnEmptyKeyIfExists parameter to Get-RegistryKey Added -ReturnEmptyKeyIfExists parameter to Get-RegistryKey to allow returning empty registry keys if they exist
View ArticleSource code checked in, #e67c2447eac8ce225361cb9932ac05cae16f1d20
Changed toolkit version to 3.5.6 from 4.0.0 Changed toolkit version to 3.5.6 from 4.0.0
View ArticleSource code checked in, #b8654bbbbd2ed380e3cfe3f9328cdc8852c59a6b
Minor edit to computername environment variable Minor edit to computername environment variable to check for $null or empty
View ArticleSource code checked in, #0e6f984896f689631d6ded1e3d5cbd2e9bcf0d92
Minor edit to psArchitecture variable Minor edit to psArchitecture variable
View ArticleSource code checked in, #574ec43916133b3285382bbcf2eb0c9b5bfedc7e
Removed unused variable $dirBlockedApps Removed unused variable $dirBlockedApps
View ArticleNew Post: Regarding the SCCM limitation with Applications and "allow user to...
Before I dive into testing different scenarios, if I wanted to pass the parameters to deploy-application.exe whe using serviceui.exe, what would the syntax be? Using the below for install did not work....
View ArticleSource code checked in, #7c9e2b30b6d627d941f569d37d369a6d9bd1dfb1
Added check to variables for $null or empty before converting to upper or lower case Added check to variables for $null or empty before converting to upper or lower case
View ArticleSource code checked in, #57f23f3c195facd612177858a060fdec93ccc87f
Minor edit to Write-Log Minor edit to Write-Log
View ArticleSource code checked in, #ac0e4bf4ca774f79cca6a884e134ee9cee56d4d5
Minor edit to Get-RegistryKey Minor edit to Get-RegistryKey
View ArticleSource code checked in, #dfb3d8a0c70a414ac8f7df1c47462d51c6fb6e27
Minor edit to Get-RegistryKey Minor edit to Get-RegistryKey to make it more pipeline efficient by removing Return statement.
View ArticleSource code checked in, #1ea44a7ae081dedd309ff022a466c12daa14dca9
Updated toolkit to only allow relaunch under user account if user is local admin Updated toolkit to only allow relaunch under user account if user is local admin
View ArticleSource code checked in, #cba6f85c60fcb405e5d363894ec5974ff687aabb
Updated logic for relaunching toolkit under user account Updated logic for relaunching toolkit under user account
View ArticleSource code checked in, #fdfcc0badeac24578ec150b1a66e5be9c789b5b8
Updated toolkit version to 3.6.0 Updated toolkit version to 3.6.0
View ArticleNew Post: Blockexecution not removed from registry
This is a bug that happens when only one app is being blocked. The latest beta under the "Source Code" tab of this site has this resolved if you want to test that. Also, I think you can work around the...
View ArticleNew Post: Question about Defer behaviour
mmashwani wrote: You also need the 4.0 version of Deploy-Application.exe. Ah, stupid me. I downloaded all the files now. But I still have that problem, that nothing happens. When I test the same...
View ArticleNew Post: Deploy a packaged EXE
How could we use this with an SCCM deployment? The documentation provided only covers MSI's
View ArticleNew Post: Execute-Process with Installdir
This worked for me; Copy-File -Path "$dirFiles\Java CU.cmd" -Destination "$envWindir\Installer\Java CU.cmd" Set-RegistryKey -Key "HKLM\SOFTWARE\Microsoft\Active Setup\Installed...
View ArticleCreated Unassigned: Execute-MSI -Path parameter does not check if $msipath...
Execute-MSI 's -Path parameter does not check if $msipath has a file Extension (e.g. .msi)If the file Extension is omitted you get this misleading error message:```[Installation] :: Error...
View Article