Is the Verisign Timestamp server down? [closed]

I received an official response from Verisign this afternoon (on 2 Jan 2021): Thank you for contacting Verisign Support. This server was deprecated after our authentication services were sold to Symantec, which is now Digicert. You can find a list of free timestamp servers online or theirs is now at http://timestamp.digicert.com. If you have additional … Read more

Inno Setup: pack folder with all subfolders

Yes, there is. Simply include the recursesubdirs flag to your [Files] section entry. The help says about this flag the following: Instructs the compiler or Setup to also search for the Source filename/wildcard in subdirectories under the Source directory. So, all you should do is modify your [Files] section entry this way: [Files] Source: “..\Tcl\*”; … Read more

How do I automatically set the version of my Inno Setup installer according to my application version?

You can use the Inno Setup Preprocessor GetVersionNumbersString function like this #define ApplicationName ‘Application Name’ #define ApplicationVersion GetVersionNumbersString(‘Application.exe’) [Setup] AppName={#ApplicationName} AppVerName={#ApplicationName} {#ApplicationVersion} VersionInfoVersion={#ApplicationVersion}

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)