Here’s another one of my tools in my toolset for deploying software. I’ve used their product for several years with great success. They make use of a PlugIn and web model. So if your software requires the .Net framework 3.5, the installer will check for all of the required runtimes, and then only download the files needed from…
Is it possible to update an EXEs AssemblyInformationalVersion attribute? I'm trying to include additional information in the setup.exe output from an InstallAware project rather than just the standard 4 digit version info.
After building a project group of 2 projects with Delphi (2009) I digitally sign the 2 exes using InstallAware Code signing, an exe that shipped with Delphi 2009.
How is it possible to automize the digital signature, so when I build I can also attach digital signature.
For digital signing I use a pvk (private key) file and an spc (Sw…