<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-forward-container">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <br>
      <div class="moz-forward-container">
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        Hello everyone<br>
        <br>
        I have been trying to make WPKG work for a few days with no
        luck. Below is what I have done so far, after following the
        quick install quide in wiki.<br>
        <br>
        1. Created a shared folder called wpkg. The owner is
        "Administrators", and both "Administrator" and "Everyone" have
        read/write access to it.<br>
        <br>
        2. I copied all the XML files (hosts,packages,profiles, wpkg.js)
        inside the shared "wpkg" folder. <br>
        <br>
        3.  <br>
        <br>
        My <b>hosts </b>file looks like this:<b><br>
        </b>--------------------------------------------------<br>
        <br>
        <?xml version="1.0" encoding="UTF-8"?><br>
        <br>
        <wpkg><br>
            <br>
            <host name="beftaki" profile-id="test" /><br>
        <br>
        </wpkg><br>
        --------------------------------------------------<br>
        <br>
        <br>
        My <b>profiles</b> file:<br>
        --------------------------------------------------<br>
        <?xml version="1.0" encoding="UTF-8"?><br>
        <br>
        <profiles><br>
        <br>
            <profile id="test"><br>
                <package package-id="thunderbird" /><br>
            </profile><br>
        <br>
        </profiles><br>
        --------------------------------------------------<br>
        <br>
        <br>
        My <b>packages</b> file:<br>
        <br>
        I copied and pasted the thunderbird package from here (<a
          moz-do-not-send="true" class="moz-txt-link-freetext"
          href="http://wpkg.org/Thunderbird">http://wpkg.org/Thunderbird</a>)<br>
        but I replaced<br>
        <install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup
        %version%.exe" -ms' /><br>
        with<br>
        <install cmd='"\\testserver1\wpkg\email\Thunderbird Setup
        %version%.exe" -ms' /><br>
        <br>
        in order to tell wpkg where the executable is.<br>
        <br>
        <br>
        4. The thunderbird executable is located inside the shared wpkg
        folder:<br>
        <br>
             D:\wpkg\email\thunderbird setup 38.4.0<br>
        <br>
        <br>
        5. Then moved into the client install section. Installed the
        client on windows 7.<br>
            Set the wpkg path to: \\testserver1\wpkg\wpkg.js, created an
        account with access to the shared<br>
            folder and then clicked on "test settings" and everything
        was fine. No errors or failed messages. <br>
        <br>
        6. I then start the WPKG service and waited for the thunderbird
        icon to appear on my desktop. Nothing. :(<br>
        <br>
        7. Here is my event log with errors about not finding my XML
        files.<br>
        <br>
        <br>
        <br>
        Log level is 255<br>
        Reading host XML files.<br>
        WPKG base path: \\testserver1\wpkg<br>
        Invalid XML path specified: hosts (not found).<br>
        Reading XML file: //testserver1/wpkg/hosts.xml<br>
        Found 1 host entries.<br>
        Reading profile XML files.<br>
        WPKG base path: \\testserver1\wpkg<br>
        Invalid XML path specified: profiles (not found).<br>
        Reading XML file: //testserver1/wpkg/profiles.xml<br>
        Found 1 profile entries.<br>
        Reading package XML files.<br>
        WPKG base path: \\testserver1\wpkg<br>
        Invalid XML path specified: packages (not found).<br>
        Reading XML file: //testserver1/wpkg/packages.xml<br>
        Invalid XML structure found. Root element 'package' does not
        match expected element name of 'packages'.<br>
        Found 0 package entries.<br>
        Reading settings file: C:\Windows\System32\wpkg.xml<br>
        WPKG base path: \\testserver1\wpkg<br>
        Reading XML file: C:/Windows/System32/wpkg.xml<br>
        Host operating system: microsoft windows 7 professional, , sp1,
        6.1.7601<br>
        Found network service: {B3D30912-5F0C-499E-92C3-34462C2EB8F4}<br>
        Reading fixed IP address(es).<br>
        Found fixed IP address: ----------<br>
        Domain Name: testad<br>
        Found computer group: Domain Computers<br>
        Found user locale: 809<br>
        Found system locale: 409<br>
        Host properties: hostname='beftaki'<br>
        architecture='x64'<br>
        os='microsoft windows 7 professional, , sp1, 6.1.7601'<br>
        ipaddresses=<br>
        domain name='testad<br>
        groups='Domain Computers'<br>
        lcid='809'<br>
        lcidOS='409'<br>
        Profiles applying to the current host:<br>
        test<br>
        <br>
        Hosts file contains 1 hosts:<br>
        'name='beftaki',profile-id='test''<br>
        Initializing new log file:
        'C:\Users\7admin\AppData\Local\Temp\wpkg-beftaki.log' in replace
        mode.<br>
        Settings file contains 0 packages:<br>
        Packages file contains 0 packages:<br>
        Profile file contains 1 profiles:<br>
        'test'<br>
        Using profile(s): <br>
        'test'<br>
        Getting profiles which apply to this node.<br>
        Applying profile: test<br>
        Reading variables from hosts[s]<br>
        Reading variables from host: name='beftaki',profile-id='test'<br>
        Adding package with ID 'thunderbird' to profile packages.<br>
        Database inconsistency: Package with ID 'thunderbird' does not
        exist within the package database or the local settings file.
        Please contact your system administrator!<br>
        Synchronizing. Number of packages referenced by profile: 0.<br>
        Evaluating packages to be removed.<br>
        Number of packages to remove: 0<br>
        <br>
        I am missing something but I can't see what it is.<br>
        If you have any advice please let me know.<br>
        <br>
        Many thanks<br>
        goude<br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
      </div>
      <br>
      <br>
    </div>
    <br>
  </body>
</html>