install windows app powershell
$MSIInstallArguments = @(
"/i"
'"c:\alkane.msi"'
"/qb!"
"/norestart"
"/l*v"
'"C:\Temp\alkane_install_log.log"'
)
Start-Process "msiexec.exe" -ArgumentList $MSIInstallArguments -Wait -NoNewWindow
$MSIUninstallArguments = @(
"/x"
"{0233CEF0-B5CD-40BB-AEAD-A131A547112E}"
"/qb!"
"/norestart"
"/l*v"
'"C:\Temp\alkane_uninstall_log.log"'
)
Start-Process "msiexec.exe" -ArgumentList $MSIUninstallArguments -Wait -NoNewWindowAdd-AppxPackage <PackageName>.AppxBundle
Also in C++:
- git push specific branch
- how to clone all git repositories
- what is git
- ubuntu see if package is installed
- git install on alpine
- .vimrc comment
- how to test a 3rd party python library across multiple environments
- install wsl kali linux desktop
- move word forward linux
- wmctrl
- macos netcat start listening
- update node version debian
- remi repo
- install composer
- ubuntu install influx
- remove line with match command
- remove all cache ubuntu
- bash remove duplicate lines from a file
- react-github-contribution-calendar
- How to Delete Local/Remote Git Branches
- github how to add ssh key
- install hyperopt
- how to create new repository in github
- bash delete everything except