windows

Windows File transfers are slow or: what I have been troubleshooting for the last two months

Over the last couple of months, I have spent a lot of time trying to improve the performance of file transfers across the LAN. Try as I might, I could not isolate the bottleneck.

extract files from an MSI file

To extract files from an MSI package, run this in a command prompt: msiexec /a setup.msi /qb targetdir=c:\target_dir
Syndicate content