|
|
|
Ask HN: Code Signing or No Installer?
|
|
1 points
by textman
1210 days ago
|
|
B2B Windows desktop software sold mainly to medium to large companies, will they "install" it if there is no installer, but just a readme file that says to copy all the files to whatever location they choose? Only a single .exe plus a help file. |
|
Probably not. SysAdmins tend to use remote installation methods like this one to push a software installation to a workstation, so the installation software needs a command line with switches interface to setup for automated silent installs.
https://learn.microsoft.com/en-us/troubleshoot/windows-serve...
It works well and saves a lot of time going around to individual workstations spread across multiple floors.