Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0470431 commit e033aaeCopy full SHA for e033aae
RunMe.simba
@@ -231,6 +231,11 @@ end;
231
var
232
i: integer;
233
begin
234
+ ShowMessage('MSI development has been temporarily closed, thus will not work. '+
235
+ 'For more information, please visit the following thread: '+#10+#13+#10+#13+
236
+ 'http://villavu.com/forum/showthread.php?t=90582');
237
+ TerminateScript();
238
+
239
// set the script start date and time used to progress reports and logs
240
ScriptStart := TheDate(DATE_DAY) + ' at ' + TheTime;
241
ScriptStart := Replace(scriptStart, ':', ' ');
0 commit comments