I installed the WPKG client 0.9.10 on a few workstations using the WPKG-installer. Then I was able to run the WPKG Parameters program to configure it without any problem. Later, I wanted to revise the settings for all of the workstations so I created a package like this:
<package id="WPKGsettings" name="WPKG settings update" revision="1" reboot="false" execute="once"> <install cmd='"%PROGRAMFILES%\WPKG\wpkginst.exe" --SETTINGSFILE=\\tesla\wpkg\client\settings.xml' /> <upgrade cmd='"%PROGRAMFILES%\WPKG\wpkginst.exe" --SETTINGSFILE=\\tesla\wpkg\client\settings.xml' /> </package> After, the directory %PROGRAMFILES%\WPKG loses its security settings so no one (not even administrator or SYSTEM) can access it. Luckily, the administrator can add back permissions to fix it again. Is this a problem with the installer or the way I am trying to use it? P.S. I think this is only happening on XP machines and not on 2000 machines, but I have to study it a bit more to confirm that. Thanks for any suggestions. Mark ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
