I have a huge zipped folder with wav files in it (o.5 GB zipped), that needs to be unzipped after installation. I'm using Advanced Installer. I was hoping there would be some custom action that would unzip the files for me after the install is complete, but no such luck. A quick search for using command line to unzip files, also didn't yield much results, other than powershell scripts.
What's the best way to unzip files after an install using Advanced Installer (deploying on a Windows7/10 machine)?
I ended up just unzipping the files and adding them in unzipped form to the Advanced Installer. Their built in compression is pretty good. The only issue is that the MSI build takes 7 minutes now, but I can live with that.