For R76 SmartConsole.exe (261,544 KB) I had to unzip it first with 7-zip and then run the 203,383 KB SmartConsole.exe with the -r switch to generate the setup.iss file (in c:\windows by default). Then I think you'll need to install the pre-requisites first:
- Microsoft Visual C++ 2005 RTM (8.0.50727.762) - higher versions just don't seem to be recognised but may work
- Microsoft Visual C++ 2010 - I had SP1 (10.0.40219.01) where the RTM (10.0.30319.1) was supplied with the larger SmartConsole.exe but this was recognised.
- .NET Framework 4 Full ("Extended")
Then run the smaller extracted SmartConsole with:
SmartConsole.exe -s -f1c:\windows\setup.iss
I've found that the path to the response file usually needs to be explicity stated, being in the same directory as the executable won't do.