Mehmood KajeeDec 19, 20211 min readApp PackagingWindows 10 - Using Orca to Create MSI Packages for DeploymentOrca.exe is a database table editor for creating and editing Windows Installer packages and merge modules. The tool provides a graphical...
Mehmood KajeeDec 19, 20211 min readWindows 10Windows 10 - Using WinDbg to Read Mini Dump files?So your machine has crashed and created a dump file, where is it and how do you access it? Lets begin, You will need the Windows 10 SDK,...
Mehmood KajeeDec 18, 20211 min readApp PackagingPowerShell - How to Find an App ID to Help when creating a PackageYou know how sometimes you just can't find the uninstall string of your msi or app. Well one way is to search the registry using the app...
Mehmood KajeeDec 18, 20211 min readWindows 10Windows 10 - Using SetupDiag to Diagnose Windows Upgrade ProblemsSetupDiag is a diagnostic tool that can be used to obtain details about why a Windows 10 upgrade was unsuccessful. SetupDiag works by...
Mehmood KajeeDec 18, 20215 min readWorkspace ONEPSADT - How to Create a Package for DeploymentAs a sysadmin one of routine tasks will be to create application packages for deployment via an MDM. I've been using PSADT for ages and...
Mehmood KajeeDec 18, 20211 min readWindows 107Zip - Create a Self Extracting Zip File ExecutableThese come in handy when creating packages for deployment. Typical scenarios include when you want to deploy a set of files through an...