Skip to content

Commit

Permalink
Added a warning for the user that the script doesn't work, and points…
Browse files Browse the repository at this point in the history
… them to the MSI closing thread
  • Loading branch information
cohenadair committed Jan 28, 2013
1 parent 0470431 commit e033aae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RunMe.simba
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ end;
var
i: integer;
begin
ShowMessage('MSI development has been temporarily closed, thus will not work. '+
'For more information, please visit the following thread: '+#10+#13+#10+#13+
'http://villavu.com/forum/showthread.php?t=90582');
TerminateScript();

// set the script start date and time used to progress reports and logs
ScriptStart := TheDate(DATE_DAY) + ' at ' + TheTime;
ScriptStart := Replace(scriptStart, ':', ' ');
Expand Down

0 comments on commit e033aae

Please sign in to comment.