I am using the following command to create a self-extracting installer:
copy /b 7zsd_All.sfx + config.txt + MyArchive.7z MyInstaller.exe
Since I've been learning PowerShell recently, I'm curious, how could this be accomplished using PowerShell?
I am using the following command to create a self-extracting installer:
copy /b 7zsd_All.sfx + config.txt + MyArchive.7z MyInstaller.exe
Since I've been learning PowerShell recently, I'm curious, how could this be accomplished using PowerShell?