I was using the generic format from the AD page and I am using 1.36 I still can't get it to work. It starts the installer at login and fails with the error "you need administrative privileges to run this tool" which strikes me as an error from the WPKGinst.exe rather than a MS error.
I posted the install log. If anyone more knowledgeable could have a quick look I'd appreciate it. A few things I've already checked: Permissions are correct. Installer is running in elevated mode. Shares are available at logon to the local computer. Also when I run it by double clicking on the .bat file it installs but it fails to start the service. the service is listed and even fails to start when started manually. Log file is here http://www.concretenoise.com/log.txt .bat file contains one line msiexec /qn /i \\ccserver\install\WPKGClient1.3.6.msi SETTINGSFILE=\\ccserver\install\wpkg\settings.xml ALLUSERS=1 /L*v i:\log.txt thanks Greg On Mon, Dec 15, 2008 at 10:06 AM, Tomasz Chmielewski <[email protected]> wrote: > Greg Kavanagh schrieb: > > (...) > >> "msiexec /qb /i WPKGSetup.msi >> SETTINGSFILE=\\server\deploy\settings\settings.xml ALLUSERS=1" > > No path to WPKGSetup.msi - I guess msiexec can't find it. Try something > like: > > msiexex /qb /i \\full\path\to\WPKGSetup.msi ..... > >> this runs fine when logged on and I double click on the .bat file but >> when I run in at logon with group policy it fails saying the msi is >> not valid. >> >> Has anyone got a solution? It'd be much appreciated. > > Also, try to use 1.3.6? > > > -- > Tomasz Chmielewski > http://wpkg.org > ------------------------------------------------------------------------- > wpkg-users mailing list archives >> > http://lists.wpkg.org/pipermail/wpkg-users/ > _______________________________________________ > wpkg-users mailing list > [email protected] > http://lists.wpkg.org/mailman/listinfo/wpkg-users > ------------------------------------------------------------------------- wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/ _______________________________________________ wpkg-users mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/wpkg-users
