<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bidimailui-detected-decoding-type="UTF-8" text="#000000"
    bgcolor="#FFFFFF">
    Dear Tamatoa,<br>
    <br>
    Thanks for your suggestions.<br>
    <br>
    <br>
    Le 08/09/2011 12:34 AM, Tamatoa DAVIO a écrit :<br>
    <blockquote cite="mid:4E404165.2080904@r-o.pf" type="cite"> <br>
      - "Tag" should be in "FusionInventory Server" settings<br>
    </blockquote>
    "Tag" moved to "FusionInventory Server" settings.<br>
    <br>
    <blockquote cite="mid:4E404165.2080904@r-o.pf" type="cite"> - using
      root  privileges to run the agentwizard is not relevant.<br>
    </blockquote>
    Where is it required?<br>
    <br>
    <blockquote cite="mid:4E404165.2080904@r-o.pf" type="cite"> <br>
      Also, I can not perform a remote installation on windows XP pro, I
      have a "NT_STATUS_LOGON_FAILURE" error (see standard_output file
      join)<br>
    </blockquote>
    Would you please check the requirements of winexe on the windows
    side, listed here:<br>
    <a class="moz-txt-link-freetext" href="http://opensourceinfo.blogspot.com/2010/01/winexe.html">http://opensourceinfo.blogspot.com/2010/01/winexe.html</a><br>
    <br>
    Turning off "Simple sharing" in "Control Panel\Folder
    Options\View\Use simple file sharing" did the trick for me.<br>
    If the problem still persists, please try "hostname/username" as the
    username and then retry with Administrator user.<br>
    <br>
    <br>
    Regards,<br>
    Amir<br>
    <br>
    <blockquote cite="mid:4E404165.2080904@r-o.pf" type="cite"> <br>
      Le 19/07/2011 18:20, Amir Pakdel a écrit :
      <blockquote cite="mid:4E265773.9000802@karafarinbank.net"
        type="cite"> Dear Tamatoa,<br>
        <br>
        <br>
        Would you please update your git clone.<br>
        <br>
        <br>
        Regards,<br>
        Amir<br>
        <br>
        Le 07/20/2011 02:21 AM, Tamatoa DAVIO a écrit :
        <blockquote cite="mid:4E25FC55.5030206@r-o.pf" type="cite"> Dear
          Amir,<br>
          <br>
          shame on me, I was on the wrong github (I was using agent-gui
          one -_-')<br>
          <br>
          I still have a compilation error, see below :<br>
          <br>
          oviri@ropiti:~/src/fusioninventory-agent-win32-remote-installer$

          ls<br>
          agentWizard.pro       config.cpp  console.cpp  console.ui 
          dialog.h   fusinv.ico           FusionInventory.qrc 
          main.cpp    winexe-static-081123<br>
          agentWizard.pro.user  config.h    console.h    dialog.cpp 
          dialog.ui  FusionInventory.exe  FusionInventory.S   
          PsExec.exe<br>
          oviri@ropiti:~/src/fusioninventory-agent-win32-remote-installer$

          qmake<br>
          oviri@ropiti:~/src/fusioninventory-agent-win32-remote-installer$

          make<br>
          as -o FusionInventory.o FusionInventory.S<br>
          /usr/bin/uic-qt4 dialog.ui -o ui_dialog.h<br>
          /usr/bin/uic-qt4 console.ui -o ui_console.h<br>
          g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT
          -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
          -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I.
          -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork
          -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o
          main.cpp<br>
          g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT
          -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
          -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I.
          -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork
          -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o
          dialog.o dialog.cpp<br>
          g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT
          -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
          -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I.
          -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork
          -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o
          config.o config.cpp<br>
          g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT
          -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
          -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I.
          -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork
          -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o
          console.o console.cpp<br>
          console.cpp: In member function ‘Console::remoteExecError
          Console::startRemoteWin(QString)’:<br>
          console.cpp:153:21: error: no matching function for call to
          ‘Console::checkConsoleOut()’<br>
          console.cpp:153:21: note: candidate is:<br>
          console.h:45:10: note: void Console::checkConsoleOut(QString)<br>
          console.h:45:10: note:   candidate expects 1 argument, 0
          provided<br>
          make: *** [console.o] Erreur 1<br>
          <br>
          Le 18/07/2011 18:04, Amir Pakdel a écrit :
          <blockquote cite="mid:4E250254.8080706@karafarinbank.net"
            type="cite">
            <title></title>
            <span id="IDstID">Dear Tamatoa,<br>
              <br>
              (</span><span id="IDstID">I am going to write in english
              in the mailing-list)<br>
              <br>
            </span>FusionInventory.S and FusionInventory.qrc are present
            in github but agentWizard.pro.user is not as it should not
            be under version control; and the reason is that
            agentWizard.pro.user varies from one user to another.<br>
            <br>
            Best Regards,<br>
            Amir<br>
            <br>
            <span id="IDstID"></span><span id="IDstID"></span><br>
          </blockquote>
          <br>
        </blockquote>
      </blockquote>
      <br>
    </blockquote>
  </body>
</html>