Hello Marco Gaiarin, On 10/09/13 17:34, Marco Gaiarin wrote: > Mandi! Tomás Abad > [...] > > I've retried on XPsp3 x86, and a reboot trigger. I've launched the > installer with: > > "\\media\software\WPKG\fusioninventory-agent_windows-x86_2.3.0.exe" /S > /acceptlicense /execmode=Manual /installtype=from-scratch /tag=sv > /server="https://helpdesk.sv.lnf.it/plugins/fusioninventory/front/plugin_fusioninventory.communication.php" > > as a SYSTEM user. > I've looked at %TEMP%, but there's only a .tmp folder with options.ini > and commandlineparser.log, that seems relative only to command line > parsing.
Perhaps there's the same error that here (https://github.com/fusinv/fusioninventory-agent/blob/2.3.x/contrib/windows/fusioninventory-agent-deployment.vbs#L95). " You should use simple quotes (') to set between quotation marks those values that require it; double quotes (") doesn't work with UNCs." Please try this "\\media\software\WPKG\fusioninventory-agent_windows-x86_2.3.0.exe" /S /acceptlicense /execmode=Manual /installtype=from-scratch /tag=sv /server='https://helpdesk.sv.lnf.it/plugins/fusioninventory/front/plugin_fusioninventory.communication.php' Best regards -- Tomás Abad _______________________________________________ Fusioninventory-user mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/fusioninventory-user
