Daniel Dehennin wrote: > It's a fresh install, it was working for 1.3.9, but I never use it due > to the offline crash problem. > > Just removing the “SETTINGSFILE=…” make it works Can you try: http://wpkg.org/files/client/beta/1.3.11/ (the previous one started the installation as SYSTEM, and not a running user, so it could be that it was not able to access settings.xml). BTW, I think your msiexec command line you used is invalid - there is no /i parameter: msiexec /qn /norestart WPKG32.msi ALLUSERS=1 SETTINGSFILE=%WPKG%\settings.xml You should rather use: SET WPKG=\\arti2013\test msiexec /i WPKG32.msi /norestart ALLUSERS=1 SETTINGSFILE=%WPKG%\settings.xml settings.xml should exist and be accessible. -- Tomasz Chmielewski http://wpkg.org |