Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e033aae

Browse files
committed
Added a warning for the user that the script doesn't work, and points them to the MSI closing thread
1 parent 0470431 commit e033aae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RunMe.simba

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ end;
231231
var
232232
i: integer;
233233
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+
234239
// set the script start date and time used to progress reports and logs
235240
ScriptStart := TheDate(DATE_DAY) + ' at ' + TheTime;
236241
ScriptStart := Replace(scriptStart, ':', ' ');

0 commit comments

Comments
 (0)