<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thank you Stefan, I will try that.<br>
      <br>
      Just to clarify, my users are teachers who have to be ready to
      teach at set times. Therefore, I want to allow them to install
      software when it is convenient.<br>
      <br>
      Regards<br>
      <br>
      Kevin Hall<br>
      <br>
      On 07/10/14 11:00, <a class="moz-txt-link-abbreviated" href="mailto:wpkg-users-request@lists.wpkg.org">wpkg-users-request@lists.wpkg.org</a> wrote:<br>
    </div>
    <blockquote class=" cite"
      id="mid_mailman_3_1412676002_32109_wpkg_users_lists_wpkg_org"
      cite="mid:mailman.3.1412676002.32109.wpkg-users@lists.wpkg.org"
      type="cite">
      <pre wrap="">Send wpkg-users mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.wpkg.org/mailman/listinfo/wpkg-users">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:wpkg-users-request@lists.wpkg.org">wpkg-users-request@lists.wpkg.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:wpkg-users-owner@lists.wpkg.org">wpkg-users-owner@lists.wpkg.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of wpkg-users digest..."


Today's Topics:

   1. Passing variables between WPKG and AutoIt (Kevin Hall)
   2. Re: Passing variables between WPKG and AutoIt (Stefan Pendl)


----------------------------------------------------------------------

Message: 1
Date: Mon, 06 Oct 2014 22:04:01 +0100
From: Kevin Hall <a class="moz-txt-link-rfc2396E" href="mailto:kevin.hall@hallictservices.co.uk"><kevin.hall@hallictservices.co.uk></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a>
Subject: [wpkg-users] Passing variables between WPKG and AutoIt
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:543303C1.8060504@hallictservices.co.uk"><543303C1.8060504@hallictservices.co.uk></a>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

Hi Everyone

I would like to do this:

WPKG runs an AutoIt GUI which asks the user "Do you want to install 
program x ? Yes No"

If answer$ = yes, WPKG installs the program.

If answer$ = no, WPKG does not install the program but continues processing.

How do I pass the variable answer$ from AutoIt back to WPKG?

My apologies if this has been covered before, but I could not find 
anything on the Internet or in the forums.

Thank you

Kevin Hall

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-rfc2396E" href="http://lists.wpkg.org/pipermail/wpkg-users/attachments/20141006/e6e2e7b2/attachment-0001.html"><http://lists.wpkg.org/pipermail/wpkg-users/attachments/20141006/e6e2e7b2/attachment-0001.html></a>

------------------------------

Message: 2
Date: Tue, 07 Oct 2014 08:21:59 +0200
From: Stefan Pendl <a class="moz-txt-link-rfc2396E" href="mailto:stefan.pendl.71@gmail.com"><stefan.pendl.71@gmail.com></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a>
Subject: Re: [wpkg-users] Passing variables between WPKG and AutoIt
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:54338687.5070008@gmail.com"><54338687.5070008@gmail.com></a>
Content-Type: text/plain; charset="windows-1252"; Format="flowed"

Am 06.10.2014 um 23:04 schrieb Kevin Hall:
</pre>
      <blockquote class=" cite" id="Cite_4086075" type="cite">
        <pre wrap="">Hi Everyone

I would like to do this:

WPKG runs an AutoIt GUI which asks the user "Do you want to install 
program x ? Yes No"

If answer$ = yes, WPKG installs the program.

If answer$ = no, WPKG does not install the program but continues 
processing.

How do I pass the variable answer$ from AutoIt back to WPKG?
</pre>
      </blockquote>
      <pre wrap="">WPKG is designed to run without user interaction and in the context of 
an administrative user.

There is a file check of type execute which checks against the result 
(returned error code), but that is not suitable.

Your AutoIt program must return 0 (zero) or any other value, then you 
could use it as the first install command and the package installation 
would only proceed on the return of zero.

Still I think that the Administrator decides which software has to go on 
which computer and user has only the ability to use it or not, so there 
is no need to let the user decide what to install.


--
Stefan P.

Top-posting:
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-rfc2396E" href="http://lists.wpkg.org/pipermail/wpkg-users/attachments/20141007/619a1c05/attachment-0001.html"><http://lists.wpkg.org/pipermail/wpkg-users/attachments/20141007/619a1c05/attachment-0001.html></a>

------------------------------

Subject: Digest Footer

_______________________________________________
wpkg-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a>
<a class="moz-txt-link-freetext" href="http://lists.wpkg.org/mailman/listinfo/wpkg-users">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a>


------------------------------

End of wpkg-users Digest, Vol 84, Issue 6
*****************************************
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>