<br><br><div class="gmail_quote">On Tue, Dec 21, 2010 at 4:02 PM,  <span dir="ltr"><<a href="mailto:Jeff_Applegate@fws.gov">Jeff_Applegate@fws.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<font face="sans-serif" size="2">I am getting the error when I am attempting
to install the wpkg-client software.  I am using the 64bit installer
to attempt to install the software.  When I right click the file there
is no option to run as administrator.  My assumption is that the option
isn't there due to having administrative privileges.  When I attempt
to install the software I am not getting the log file in </font><tt><font size="2">%windir%\temp</font></tt><font face="sans-serif" size="2">\</font><tt><font size="2">wpkg-%computername%.log</font></tt><font face="sans-serif" size="2">.
 My best guess on this is that the software is erroring out before
it starts writing to the temp directory.  I have attempted to adjust
the properties on the Temp directory to no avail.</font>
<br><br></blockquote><div>mmm, ok. Have you tried installing it from a command prompt with msiexec?<br><br>open cmd.exe and run:<br><br>msiexec /i path\to\wpkgclient.msi /qn   /lv* [path\name of log file] <br><br>it should write a log file of what the msi installing engine has done or tried to do during the installation.<br>
<br>Maybe you could try to temporarily disable UAC to see if this helps. The error you get surely points in that direction. Here you see how to do that: <br><br><a href="http://www.petri.co.il/disable-uac-in-windows-7.htm">http://www.petri.co.il/disable-uac-in-windows-7.htm</a><br>
<br>you can turn it on later if needed.<br><br>-- <br>natxo<br></div></div>