Questions tagged as 'innosetup'

1
answer

Check if there is a mysql server on the network with CMD?

I'm trying to create an installer with Inno Setup which installs a Server or Terminal from a point of sale, the problem is that when I install a terminal I need to verify if the database exists in the specified Host (Server) to be able to mov...
asked by 20.07.2017 / 00:46
1
answer

Innosetup error mismatched or misplaced quotes on parameters

I'm trying this in inno setup: [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent Filename: "schtasks"; Parameters: "/Create /F /...
asked by 11.07.2017 / 17:02