Changes

Error 1722

227 bytes added, 21:33, 24 December 2013
no edit summary
The solution is to launch a command window with elevated privileges and use that to start the installer. Quoting from [http://lists.wpkg.org/pipermail/wpkg-users/2012-April/008727.html one post of many]:
'''Install'''# Make shortcut to cmd.exe, # Right click on it with right button and select runas admin, then administrator# "cd" to path where installer is and run , e.g. <code>cd c:\users\myname\downloads# Run your msiexec command.##<code>msiexec /i "WPKG Client 1.3.14-x32.msi"</code>##For network, enter full path i.e <code>msiexec /i "\\server1\MyShare\WPKG Client 1.3.14-x32.msi"</code> '''Install Alt'''
# For install across network or localy use "psexec" from Systeminternals with localhost and "-h" parameters, eg. "psexec -h localhost msiexec /le wpkg_error.txt /i WPKG_Client_1.3.14-x64.msi"
[[Category: Other]]
Anonymous user