Iss changes
authorGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 27 Mar 2012 15:34:54 +0000 (18:34 +0300)
committerGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 27 Mar 2012 15:34:54 +0000 (18:34 +0300)
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>

trunk/Pithos.Installer/PithosPlus.iss

index 451511a..1bad9a3 100644 (file)
@@ -393,18 +393,14 @@ begin
             \r
       hWnd := StrToInt(ExpandConstant('{wizardhwnd}'));                     { get main wizard handle }\r
       IssEnableAnyFileInUseCheck(ExpandConstant('{app}'));\r
-      sModuleName :=ExpandConstant('{app}*;pithos*.exe;PithosPlus.exe');      \r
-      \r
+      sModuleName :=ExpandConstant('pithos*.dll;PithosPlus.exe');            \r
       nCode:=IssFindModule(hWnd,sModuleName,'en',false,true);                { search for module and display files-in-use window if found  }\r
-\r
      if nCode=1 then  begin                                                 { cancel pressed or files-in-use window closed }\r
           PostMessage (WizardForm.Handle, $0010, 0, 0);                     { quit setup, $0010=WM_CLOSE }\r
      end else if (nCode=0) or (nCode=2) then begin                          { no module found or ignored pressed}\r
           Result := true;                                                   { continue setup  }\r
      end;\r
-\r
   end;\r
-\r
 end;\r
 \r
 function InitializeSetup(): Boolean;\r