Discussion:
[Fusioninventory-user] Command-line parameters for silent setup of fusioinventory-agent on Windows
Christoph Haas
2010-07-28 15:26:12 UTC
Permalink
Hello,

I'd like to roll out the fusioninventory-agent on some 300 Windows-clients via
silent-setup.

Sadly http://forge.fusioninventory.org/projects/fusioninventory-
agent/wiki/Command_Line_parameters_to_install_FusionInventory_Agent_on_Windows
was empty. So I filled in, what I knew, but ...

Since the Null Soft Installer is used, the "/S"-switch initiates a silent
setup.

But I would also like to submit the parameters for the service.ini-file:

[FusionInventory_SERVICE]
Server=https://fusionserv/ocsinventory
user=user
password=password
no-ssl-check=1
realm=Protected Area

"FusionInventory-AgentSetup-20100520-132625.exe /S /Server=https://myown-ocs-
server.mydomain.de/ocsinventory" did not work.

What are the needed command-line-parameters?

Many thanks
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-07-28 16:29:37 UTC
Permalink
Le Wed, 28 Jul 2010 17:26:12 +0200
Post by Christoph Haas
Hello,
I'd like to roll out the fusioninventory-agent on some 300
Windows-clients via silent-setup.
Sadly http://forge.fusioninventory.org/projects/fusioninventory-
agent/wiki/Command_Line_parameters_to_install_FusionInventory_Agent_on_Windows
was empty. So I filled in, what I knew, but ...
Since the Null Soft Installer is used, the "/S"-switch initiates a
silent setup.
But I would also like to submit the parameters for the
[FusionInventory_SERVICE]
Server=https://fusionserv/ocsinventory
user=user
password=password
no-ssl-check=1
realm=Protected Area
"FusionInventory-AgentSetup-20100520-132625.exe /S /Server=https://myown-ocs-
server.mydomain.de/ocsinventory" did not work.
What are the needed command-line-parameters?
Many thanks
Christoph.
Command line not yet coded, I will do it next night ;)

David
++
Christoph Haas
2010-07-29 12:02:37 UTC
Permalink
Hello,

I'd like to roll out the fusioninventory-agent on some 300 Windows-clients via
silent-setup.

Sadly http://forge.fusioninventory.org/projects/fusioninventory-
agent/wiki/Command_Line_parameters_to_install_FusionInventory_Agent_on_Windows
was empty. So I filled in, what I knew, but this is not really much ...

Since the Null Soft Installer is used, the "/S"-switch initiates a silent
setup.

But I would also like to submit the parameters for the service.ini-file:

[FusionInventory_SERVICE]
Server=https://fusionserv/ocsinventory
user=user
password=password
no-ssl-check=1
realm=Protected Area

"FusionInventory-AgentSetup-20100520-132625.exe /S /Server=https://myown-ocs-
server.mydomain.de/ocsinventory" did not work.

Does anybody know what are the needed command-line-parameters?

Many thanks
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-07-29 12:16:46 UTC
Permalink
Le Thu, 29 Jul 2010 14:02:37 +0200
Post by Christoph Haas
Hello,
I'd like to roll out the fusioninventory-agent on some 300
Windows-clients via silent-setup.
Sadly http://forge.fusioninventory.org/projects/fusioninventory-
agent/wiki/Command_Line_parameters_to_install_FusionInventory_Agent_on_Windows
was empty. So I filled in, what I knew, but this is not really much ...
Since the Null Soft Installer is used, the "/S"-switch initiates a
silent setup.
But I would also like to submit the parameters for the
[FusionInventory_SERVICE]
Server=https://fusionserv/ocsinventory
user=user
password=password
no-ssl-check=1
realm=Protected Area
"FusionInventory-AgentSetup-20100520-132625.exe /S /Server=https://myown-ocs-
server.mydomain.de/ocsinventory" did not work.
Does anybody know what are the needed command-line-parameters?
Many thanks
Christoph.
I have rewrite all this part this night and I will be able to test in
few hours (setup file). Datas not write in service.ini but in registry
(HKLM/software/fusioninventory-agent/)

You will do : /h to have description but I put this text here :

/h Display this help
/s Run setup in silent mode
/server=url1,url2 Set url of server
/tag=tagame Set tag of agent
/user=username Set username
/pass=password Set password
/realm=realm Set realm
/ca-cert-file=filename Set filename of certificate
/no-ssl-check No certificate check when establishing SSL connection
/proxy=http://proxy/ Set proxy
/debug Set debug mode
/rpc-trust-localhost Allow local user to run agent
/scan-homedirs Look for virtual machines in home directories


David
++
Christoph Haas
2010-07-29 12:24:59 UTC
Permalink
Hello David,

Am Donnerstag, 29. Juli 2010, um 14:16:46 schrieb David DURIEUX:
[...]
Post by David DURIEUX
I have rewrite all this part this night and I will be able to test in
few hours (setup file). Datas not write in service.ini but in registry
(HKLM/software/fusioninventory-agent/)
/h Display this help
/s Run setup in silent mode
/server=url1,url2 Set url of server
/tag=tagame Set tag of agent
/user=username Set username
/pass=password Set password
/realm=realm Set realm
/ca-cert-file=filename Set filename of certificate
/no-ssl-check No certificate check when establishing SSL
connection /proxy=http://proxy/ Set proxy
/debug Set debug mode
/rpc-trust-localhost Allow local user to run agent
/scan-homedirs Look for virtual machines in home directories
David
many thanks! So I'll fetch the new setup-file later this evening or tommorow
morning and try the parameters.

Btw.: FusionInventory-AgentSetup-20100520-132625.exe /h did not giv the help,
but startet normal installation. But my setup-file is some days old.

Cheers
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-07-29 12:34:29 UTC
Permalink
Le Thu, 29 Jul 2010 14:24:59 +0200
Post by Christoph Haas
Hello David,
[...]
Post by David DURIEUX
I have rewrite all this part this night and I will be able to test in
few hours (setup file). Datas not write in service.ini but in
registry (HKLM/software/fusioninventory-agent/)
/h Display this help
/s Run setup in silent mode
/server=url1,url2 Set url of server
/tag=tagame Set tag of agent
/user=username Set username
/pass=password Set password
/realm=realm Set realm
/ca-cert-file=filename Set filename of certificate
/no-ssl-check No certificate check when establishing
SSL connection /proxy=http://proxy/ Set proxy
/debug Set debug mode
/rpc-trust-localhost Allow local user to run agent
/scan-homedirs Look for virtual machines in home
directories
David
many thanks! So I'll fetch the new setup-file later this evening or
tommorow morning and try the parameters.
Btw.: FusionInventory-AgentSetup-20100520-132625.exe /h did not giv
the help, but startet normal installation. But my setup-file is some
days old.
Cheers
Christoph.
I'm regenerating setup file, when it's finish I give you link of setup
file.

David
David DURIEUX
2010-07-29 12:53:56 UTC
Permalink
Le Thu, 29 Jul 2010 14:34:29 +0200
Post by David DURIEUX
Le Thu, 29 Jul 2010 14:24:59 +0200
Post by Christoph Haas
Hello David,
[...]
Post by David DURIEUX
I have rewrite all this part this night and I will be able to test
in few hours (setup file). Datas not write in service.ini but in
registry (HKLM/software/fusioninventory-agent/)
/h Display this help
/s Run setup in silent mode
/server=url1,url2 Set url of server
/tag=tagame Set tag of agent
/user=username Set username
/pass=password Set password
/realm=realm Set realm
/ca-cert-file=filename Set filename of certificate
/no-ssl-check No certificate check when establishing
SSL connection /proxy=http://proxy/ Set proxy
/debug Set debug mode
/rpc-trust-localhost Allow local user to run agent
/scan-homedirs Look for virtual machines in home directories
David
many thanks! So I'll fetch the new setup-file later this evening or
tommorow morning and try the parameters.
Btw.: FusionInventory-AgentSetup-20100520-132625.exe /h did not giv
the help, but startet normal installation. But my setup-file is some
days old.
Cheers
Christoph.
I'm regenerating setup file, when it's finish I give you link of setup
file.
David
Do test with new setup file ;) :
http://glpi.siprossii.com/temp/fusioninventory-agent_2.1_rc3+devel-20100729-1445.exe

David
Gonéri Le Bouder
2010-07-29 13:03:17 UTC
Permalink
Post by David DURIEUX
Le Thu, 29 Jul 2010 14:34:29 +0200
Post by David DURIEUX
Le Thu, 29 Jul 2010 14:24:59 +0200
Hi,
Post by David DURIEUX
http://glpi.siprossii.com/temp/fusioninventory-agent_2.1_rc3+devel-20100729-1445.exe
The http://prebuilt.fusioninventory.org packages have been rebuilt
with the updated NSIS file. Sorry, it's still the same package
revision. I've to improve the build script to avoid that in the
future.

Best regards,
--
? ?? Gon?ri Le Bouder
Christoph Haas
2010-07-29 13:46:28 UTC
Permalink
Hello David, hello Goneri,
Post by Gonéri Le Bouder
Post by David DURIEUX
Le Thu, 29 Jul 2010 14:34:29 +0200
Post by David DURIEUX
Le Thu, 29 Jul 2010 14:24:59 +0200
Hi,
Post by David DURIEUX
http://glpi.siprossii.com/temp/fusioninventory-agent_2.1_rc3+devel-201007
29-1445.exe
The http://prebuilt.fusioninventory.org packages have been rebuilt
with the updated NSIS file. Sorry, it's still the same package
revision. I've to improve the build script to avoid that in the
future.
Best regards,
hmm, very strange: something must haves been going wrong here at my site:
neither Davids setup-file "fusioninventory-
agent_2.1_rc3+devel-20100729-1445.exe", nor Goneris setup-file
"fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe" do accept any of these
switches :-(

/h does not give any output, but starts normal installation.

Even the silent-setup-switch /s does not work with both setup-files, but starts
also normal installation.

If any of the of the other parameters do work, I can't check, since silent-
setup does not work anymore ...

With the old FusionInventory-AgentSetup-20100520-132625.exe the silent-setup-
parameter /s works, but of course nothing else.

Cheers
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-07-29 14:08:46 UTC
Permalink
Le Thu, 29 Jul 2010 15:46:28 +0200
Post by Christoph Haas
Hello David, hello Goneri,
Post by Gonéri Le Bouder
Post by David DURIEUX
Le Thu, 29 Jul 2010 14:34:29 +0200
Post by David DURIEUX
Le Thu, 29 Jul 2010 14:24:59 +0200
Hi,
Post by David DURIEUX
http://glpi.siprossii.com/temp/fusioninventory-agent_2.1_rc3+devel-201007
29-1445.exe
The http://prebuilt.fusioninventory.org packages have been rebuilt
with the updated NSIS file. Sorry, it's still the same package
revision. I've to improve the build script to avoid that in the
future.
Best regards,
hmm, very strange: something must haves been going wrong here at my
site: neither Davids setup-file "fusioninventory-
agent_2.1_rc3+devel-20100729-1445.exe", nor Goneris setup-file
"fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe" do accept any
of these switches :-(
/h does not give any output, but starts normal installation.
Even the silent-setup-switch /s does not work with both setup-files,
but starts also normal installation.
If any of the of the other parameters do work, I can't check, since
silent- setup does not work anymore ...
With the old FusionInventory-AgentSetup-20100520-132625.exe the
silent-setup- parameter /s works, but of course nothing else.
Cheers
Christoph.
something don't work with these files but work with my test setup file.
I'm working on it to find issue.

David
Christoph Haas
2010-07-29 14:17:26 UTC
Permalink
Hello David,
Post by David DURIEUX
Post by Christoph Haas
hmm, very strange: something must haves been going wrong here at my
site: neither Davids setup-file "fusioninventory-
agent_2.1_rc3+devel-20100729-1445.exe", nor Goneris setup-file
"fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe" do accept any
of these switches :-(
/h does not give any output, but starts normal installation.
Even the silent-setup-switch /s does not work with both setup-files,
but starts also normal installation.
If any of the of the other parameters do work, I can't check, since
silent- setup does not work anymore ...
With the old FusionInventory-AgentSetup-20100520-132625.exe the
silent-setup- parameter /s works, but of course nothing else.
Cheers
Christoph.
something don't work with these files but work with my test setup file.
I'm working on it to find issue.
David
thank you for your work on this issue!

Finally, after many tries, I managed with a _upper_ "/S" a silent-setup (what
the heck did the trick - I can't tell, but ...):

fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe /S
/server=https://myserver.uk-bw.de/fusioninventory /no-ssl-check

But the other switches did not work here at my site. There can nothing be
found in the Windows-registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\FusionInventory-Agent]
"server"=""
"tag"=""
"user"=""
"password"=""
"realm"=""
"ca-cert-file"=""
"no-ssl-check"=""
"proxy"=""
"debug"=""
"rpc-trust-localhost"=""
"scan-homedirs"=""
"basevardir"="C:\\Programme\\FusionInventory-Agent\\dumps"
"share-dir"="C:\\Programme\\FusionInventory-Agent\\share"
"logfile"="C:\\Programme\\FusionInventory-Agent\\agent-log.txt"
"logfile-maxsize"="5"

Also the help-switch /h did not work ...

Cheers from Stuttgart/Germany
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-07-29 14:28:26 UTC
Permalink
Le Thu, 29 Jul 2010 16:17:26 +0200
Post by Christoph Haas
Hello David,
Post by David DURIEUX
Post by Christoph Haas
hmm, very strange: something must haves been going wrong here at my
site: neither Davids setup-file "fusioninventory-
agent_2.1_rc3+devel-20100729-1445.exe", nor Goneris setup-file
"fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe" do accept
any of these switches :-(
/h does not give any output, but starts normal installation.
Even the silent-setup-switch /s does not work with both setup-files,
but starts also normal installation.
If any of the of the other parameters do work, I can't check, since
silent- setup does not work anymore ...
With the old FusionInventory-AgentSetup-20100520-132625.exe the
silent-setup- parameter /s works, but of course nothing else.
Cheers
Christoph.
something don't work with these files but work with my test setup
file. I'm working on it to find issue.
David
thank you for your work on this issue!
Finally, after many tries, I managed with a _upper_ "/S" a
fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe /S
/server=https://myserver.uk-bw.de/fusioninventory /no-ssl-check
But the other switches did not work here at my site. There can nothing
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\FusionInventory-Agent]
"server"=""
"tag"=""
"user"=""
"password"=""
"realm"=""
"ca-cert-file"=""
"no-ssl-check"=""
"proxy"=""
"debug"=""
"rpc-trust-localhost"=""
"scan-homedirs"=""
"basevardir"="C:\\Programme\\FusionInventory-Agent\\dumps"
"share-dir"="C:\\Programme\\FusionInventory-Agent\\share"
"logfile"="C:\\Programme\\FusionInventory-Agent\\agent-log.txt"
"logfile-maxsize"="5"
Also the help-switch /h did not work ...
Cheers from Stuttgart/Germany
Christoph.
get
http://prebuilt.fusioninventory.org/devel/windows-i386/fusioninventory-agent_2.1_rc3+devel-20100729-1608.exe

it seems to work (so user /s and not /S) and /h works ;)

David
Christoph Haas
2010-07-30 07:41:49 UTC
Permalink
Good mornging David,
Post by David DURIEUX
Le Thu, 29 Jul 2010 16:17:26 +0200
Post by Christoph Haas
Hello David,
Post by David DURIEUX
Post by Christoph Haas
hmm, very strange: something must haves been going wrong here at my
site: neither Davids setup-file "fusioninventory-
agent_2.1_rc3+devel-20100729-1445.exe", nor Goneris setup-file
"fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe" do accept
any of these switches :-(
/h does not give any output, but starts normal installation.
Even the silent-setup-switch /s does not work with both setup-files,
but starts also normal installation.
If any of the of the other parameters do work, I can't check, since
silent- setup does not work anymore ...
With the old FusionInventory-AgentSetup-20100520-132625.exe the
silent-setup- parameter /s works, but of course nothing else.
Cheers
Christoph.
something don't work with these files but work with my test setup
file. I'm working on it to find issue.
David
thank you for your work on this issue!
Finally, after many tries, I managed with a _upper_ "/S" a
fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe /S
/server=https://myserver.uk-bw.de/fusioninventory /no-ssl-check
But the other switches did not work here at my site. There can nothing
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\FusionInventory-Agent]
"server"=""
"tag"=""
"user"=""
"password"=""
"realm"=""
"ca-cert-file"=""
"no-ssl-check"=""
"proxy"=""
"debug"=""
"rpc-trust-localhost"=""
"scan-homedirs"=""
"basevardir"="C:\\Programme\\FusionInventory-Agent\\dumps"
"share-dir"="C:\\Programme\\FusionInventory-Agent\\share"
"logfile"="C:\\Programme\\FusionInventory-Agent\\agent-log.txt"
"logfile-maxsize"="5"
Also the help-switch /h did not work ...
Cheers from Stuttgart/Germany
Christoph.
get
http://prebuilt.fusioninventory.org/devel/windows-i386/fusioninventory-agen
t_2.1_rc3+devel-20100729-1608.exe
it seems to work (so user /s and not /S) and /h works ;)
David
I'm going slightly mad ;-)
this morning I fetched the prebuilt setup-file and tried on several different
machines the following:
--- snip ---
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

D:\fusioninventory-agent_2.1_rc3+devel-20100730-0809.exe /s
/server=https://myserver.uk-bw.de/fusioninventory /no-ssl-check
--- snap ---

.. but nothing changed to the behaviour mentioned in my previous mail:
/h does not work
/s does not work
other command-line parameters do not work
only the upper /S initiates a silent setup, but without any other parameters.

The fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe does no better :-((

Is there a way I can do any debuging whats going wrong?

Btw.: all my machines have Microsoft Windows XP Professional Version 2002 with
Service Pack 3 and current updates. May this be the problem?

I really appreciate your help!

Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-07-30 07:50:57 UTC
Permalink
Le Fri, 30 Jul 2010 09:41:49 +0200
Post by Christoph Haas
Good mornging David,
Post by David DURIEUX
Le Thu, 29 Jul 2010 16:17:26 +0200
Post by Christoph Haas
Hello David,
Post by David DURIEUX
Post by Christoph Haas
hmm, very strange: something must haves been going wrong here at
my site: neither Davids setup-file "fusioninventory-
agent_2.1_rc3+devel-20100729-1445.exe", nor Goneris setup-file
"fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe" do accept
any of these switches :-(
/h does not give any output, but starts normal installation.
Even the silent-setup-switch /s does not work with both
setup-files, but starts also normal installation.
If any of the of the other parameters do work, I can't check,
since silent- setup does not work anymore ...
With the old FusionInventory-AgentSetup-20100520-132625.exe the
silent-setup- parameter /s works, but of course nothing else.
Cheers
Christoph.
something don't work with these files but work with my test setup
file. I'm working on it to find issue.
David
thank you for your work on this issue!
Finally, after many tries, I managed with a _upper_ "/S" a
fusioninventory-agent_2.1_rc3+devel-20100729-1508.exe /S
/server=https://myserver.uk-bw.de/fusioninventory /no-ssl-check
But the other switches did not work here at my site. There can
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\FusionInventory-Agent]
"server"=""
"tag"=""
"user"=""
"password"=""
"realm"=""
"ca-cert-file"=""
"no-ssl-check"=""
"proxy"=""
"debug"=""
"rpc-trust-localhost"=""
"scan-homedirs"=""
"basevardir"="C:\\Programme\\FusionInventory-Agent\\dumps"
"share-dir"="C:\\Programme\\FusionInventory-Agent\\share"
"logfile"="C:\\Programme\\FusionInventory-Agent\\agent-log.txt"
"logfile-maxsize"="5"
Also the help-switch /h did not work ...
Cheers from Stuttgart/Germany
Christoph.
get
http://prebuilt.fusioninventory.org/devel/windows-i386/fusioninventory-agen
t_2.1_rc3+devel-20100729-1608.exe
it seems to work (so user /s and not /S) and /h works ;)
David
I'm going slightly mad ;-)
this morning I fetched the prebuilt setup-file and tried on several
--- snip ---
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
D:\fusioninventory-agent_2.1_rc3+devel-20100730-0809.exe /s
/server=https://myserver.uk-bw.de/fusioninventory /no-ssl-check
--- snap ---
/h does not work
/s does not work
other command-line parameters do not
workfusioninventory-agent_2.1_rc3+devel-20100730-0908.exe only the
upper /S initiates a silent setup, but without any other parameters.
The fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe does no better :-((
Is there a way I can do any debuging whats going wrong?
Btw.: all my machines have Microsoft Windows XP Professional Version
2002 with Service Pack 3 and current updates. May this be the problem?
I really appreciate your help!
Christoph.
In cmd command if you do :
fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /h

it don't works ?
Christoph Haas
2010-07-30 08:21:55 UTC
Permalink
Hello David,

Am Freitag, 30. Juli 2010, um 09:50:57 schrieb David DURIEUX:
[...]
Post by David DURIEUX
fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /h
it don't works ?
nope. As I wrote:
- fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /h
gives no help, but initiates "normal" setup

- fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /s
starts no silent-setup, but initiates "normal" setup

- fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /S
/server=https://myserver.uk-bw.de/fusioninventory /no-ssl-check
_upper_ /S initiates a silent setup, but without using the other parameters.

The fusioninventory-agent_2.1_rc3+devel-20100730-1009.exe does no other..

Tested on different machines with Win XP SP3.

Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-07-30 08:25:41 UTC
Permalink
Le Fri, 30 Jul 2010 10:21:55 +0200
Post by Christoph Haas
Hello David,
[...]
Post by David DURIEUX
fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /h
it don't works ?
- fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /h
gives no help, but initiates "normal" setup
- fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /s
starts no silent-setup, but initiates "normal" setup
- fusioninventory-agent_2.1_rc3+devel-20100730-0908.exe /S
/server=https://myserver.uk-bw.de/fusioninventory /no-ssl-check
_upper_ /S initiates a silent setup, but without using the other parameters.
The fusioninventory-agent_2.1_rc3+devel-20100730-1009.exe does no other..
Tested on different machines with Win XP SP3.
Christoph.
Ok, I will install an XP with SP3 to test..

David
Christoph Haas
2010-07-30 10:07:20 UTC
Permalink
Am Freitag, 30. Juli 2010, um 10:25:41 schrieb David DURIEUX:
[...]
Post by David DURIEUX
Ok, I will install an XP with SP3 to test..
David
thanks. On what OS did you do your tests? Vista? Win7?

I'm really not sure, why the setup-file should behave on XP SP3 other than on
Vista or Win7 ... But this is at the moment my last clue
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-07-30 10:45:45 UTC
Permalink
Le Fri, 30 Jul 2010 12:07:20 +0200
Post by Christoph Haas
[...]
Post by David DURIEUX
Ok, I will install an XP with SP3 to test..
David
thanks. On what OS did you do your tests? Vista? Win7?
I'm really not sure, why the setup-file should behave on XP SP3 other
than on Vista or Win7 ... But this is at the moment my last clue
Windows 2000, XP sp2, seven
Gonéri Le Bouder
2010-07-31 23:23:19 UTC
Permalink
Post by David DURIEUX
Le Fri, 30 Jul 2010 12:07:20 +0200
For the record, I'd just tested the installer Vista and everything look ok:
/h open the help Windows and /S /server=https://somwhere /no-ssl-check
did the installation.


Best regards
--
? ?? Gon?ri Le Bouder
Christoph Haas
2010-08-02 07:47:06 UTC
Permalink
Good Morning,
Post by Gonéri Le Bouder
Post by David DURIEUX
Le Fri, 30 Jul 2010 12:07:20 +0200
/h open the help Windows and /S /server=https://somwhere /no-ssl-check
did the installation.
Best regards
also for the records ;-)

I'm really not sure, what I'm doing other than you, or what might be different
with my Windows-installations other than the German language, from your
(French ?) Windows-setups ...

I have tested during the weekend several different machines with Windows XP SP3
_professional_ and Windows XP SP3 _home_, I also could get hold on a Notebook
with Microsoft Vista Basic installed on the weekend.

All Windows setups I've tested differ from each other:
there were OEM-setups (HP, Fujistu-Siemens), "normal" Windows installations
from original Microsoft CDROMs, I did even a clean - only for this test
installed - Windows XP Pro SP3.

I have always downloaded the current setup-file from
http://prebuilt.fusioninventory.org/devel/windows-i386/
- so also the setup-files differed from each other (or for what other reason is
the built-numer increased each hour?)

But the bad situation remains the same:
Nothing but the _upper _"/S" parameter worked!

Are the Windows you are testing the setup-file "clean" installations, or is
there the NullSoft installer development environment installed?

Clueless
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
Michael Kolowicz
2010-08-02 10:50:52 UTC
Permalink
Post by Christoph Haas
with my Windows-installations other than the German language, from your
(French ?) Windows-setups ...
I have tested during the weekend several different machines with Windows XP SP3
Nothing but the _upper _"/S" parameter worked!
I have the same situation and the same results. Only the switch "/S" is working
but no other option (I have tried to use small and upper cases)

Michael
Christoph Haas
2010-08-02 11:12:59 UTC
Permalink
Hello Michael,
Post by Michael Kolowicz
Post by Christoph Haas
with my Windows-installations other than the German language, from your
(French ?) Windows-setups ...
I have tested during the weekend several different machines with Windows
XP
SP3
Post by Christoph Haas
Nothing but the _upper _"/S" parameter worked!
I have the same situation and the same results. Only the switch "/S" is
working but no other option (I have tried to use small and upper cases)
Michael
sorry to say: I'm glad ;-)

I really thought I'm on the highway to the lunatic asylum since every try
ended without improvement. So I'm not alone with this trouble ...

Cheers
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
Gonéri Le Bouder
2010-08-02 11:49:50 UTC
Permalink
Post by Christoph Haas
Hello Michael,
Post by Michael Kolowicz
Post by Christoph Haas
with my Windows-installations other than the German language, from your
(French ?) Windows-setups ...
I have tested during the weekend several different machines with Windows
XP
SP3
Post by Christoph Haas
Nothing but the _upper _"/S" parameter worked!
I have the same situation and the same results. Only the switch "/S" is
working but no other option (I have tried to use small and upper cases)
Michael
sorry to say: I'm glad ;-)
ahah :)

I did the test on a Russian Windows and it doesn't work either.
--
? ?? Gon?ri Le Bouder
Christoph Haas
2010-08-02 15:20:08 UTC
Permalink
Hello Gon?ri,
Post by Gonéri Le Bouder
Post by Christoph Haas
Hello Michael,
Post by Michael Kolowicz
Post by Christoph Haas
with my Windows-installations other than the German language, from
your (French ?) Windows-setups ...
I have tested during the weekend several different machines with
Windows XP
SP3
Post by Christoph Haas
Nothing but the _upper _"/S" parameter worked!
I have the same situation and the same results. Only the switch "/S" is
working but no other option (I have tried to use small and upper cases)
Michael
sorry to say: I'm glad ;-)
ahah :)
I did the test on a Russian Windows and it doesn't work either.
so it seems finally that it is a problem with localization, or with language
detection of the used Windows?

Well indeed I did only test with German Windows.

Hopefully this issue can soon be resolved since we possibly found now the
track ...

Thank you for your patience
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
David DURIEUX
2010-08-02 18:45:34 UTC
Permalink
Le Mon, 2 Aug 2010 17:20:08 +0200
Post by Christoph Haas
Hello Gon?ri,
Post by Gonéri Le Bouder
Post by Christoph Haas
Hello Michael,
Post by Michael Kolowicz
Post by Christoph Haas
with my Windows-installations other than the German language,
from your (French ?) Windows-setups ...
I have tested during the weekend several different machines with
Windows XP
SP3
Post by Christoph Haas
Nothing but the _upper _"/S" parameter worked!
I have the same situation and the same results. Only the switch
"/S" is working but no other option (I have tried to use small
and upper cases)
Michael
sorry to say: I'm glad ;-)
ahah :)
I did the test on a Russian Windows and it doesn't work either.
so it seems finally that it is a problem with localization, or with
language detection of the used Windows?
Well indeed I did only test with German Windows.
Hopefully this issue can soon be resolved since we possibly found now
the track ...
Thank you for your patience
Christoph.
Okay, I will try with my russian windows...

David
David DURIEUX
2010-08-02 23:59:12 UTC
Permalink
Post by David DURIEUX
Le Mon, 2 Aug 2010 17:20:08 +0200
Post by Christoph Haas
Hello Gon?ri,
Post by Gonéri Le Bouder
Post by Christoph Haas
Hello Michael,
Post by Michael Kolowicz
Post by Christoph Haas
with my Windows-installations other than the German language,
from your (French ?) Windows-setups ...
I have tested during the weekend several different machines
with Windows XP
SP3
Post by Christoph Haas
Nothing but the _upper _"/S" parameter worked!
I have the same situation and the same results. Only the switch
"/S" is working but no other option (I have tried to use small
and upper cases)
Michael
sorry to say: I'm glad ;-)
ahah :)
I did the test on a Russian Windows and it doesn't work either.
so it seems finally that it is a problem with localization, or with
language detection of the used Windows?
Well indeed I did only test with German Windows.
Hopefully this issue can soon be resolved since we possibly found now
the track ...
Thank you for your patience
Christoph.
Okay, I will try with my russian windows...
David
I have made corrections, and tested in VM Windows seven russian :p (Yes
I'm French).

Use /h to have all commands and I have modified /s by /silent for
silent mode of setup.

Good test and thanks you ;)

David
++
Christoph Haas
2010-08-03 10:57:52 UTC
Permalink
Hello David, hello Goneri,

-------- Original-Nachricht --------
Betreff: Re: [Fusioninventory-user] Command-line parameters for silent
setup of fusioinventory-agent on Windows
Von: David DURIEUX <d.durieux at siprossii.com>
An: fusioninventory-user at lists.alioth.debian.org
Datum: 03.08.2010 01:59
Post by David DURIEUX
Post by David DURIEUX
Le Mon, 2 Aug 2010 17:20:08 +0200
Post by Christoph Haas
Hello Gon?ri,
Post by Gonéri Le Bouder
Post by Christoph Haas
Hello Michael,
Post by Michael Kolowicz
Post by Christoph Haas
with my Windows-installations other than the German language,
from your (French ?) Windows-setups ...
I have tested during the weekend several different machines
with Windows XP
SP3
Post by Christoph Haas
Nothing but the _upper _"/S" parameter worked!
I have the same situation and the same results. Only the switch
"/S" is working but no other option (I have tried to use small
and upper cases)
Michael
sorry to say: I'm glad ;-)
ahah :)
I did the test on a Russian Windows and it doesn't work either.
so it seems finally that it is a problem with localization, or with
language detection of the used Windows?
Well indeed I did only test with German Windows.
Hopefully this issue can soon be resolved since we possibly found now
the track ...
Thank you for your patience
Christoph.
Okay, I will try with my russian windows...
David
I have made corrections, and tested in VM Windows seven russian :p (Yes
I'm French).
Use /h to have all commands and I have modified /s by /silent for
silent mode of setup.
Good test and thanks you ;)
David
thank you very much for your hard work! You really saved my day! I can
acknowledge: it runs now as expected also with German Windows XP SP3!

As I saw you also updated my entry in the wiki and closed bug #265 and
feature #262, so everything is almost done.

Just a litte flaw in the installer GUI should be corrected: if you run
the installer in normal mode, on the first screen, in the last
paragraph, the htmlcode <a href="http://fusioninventory.org>Webpage</a>
should be invisible ...

That's all for now and thank you for the fish!
Christoph.
--
Mit freundlichen Gruessen / Yours sincerely
Christoph Haas
Linux User #99546
GnuPG-/PGP-fingerprint: 944B D713 F72F 4398 B156 8089 DA8B 68F1 1543 51C3
GnuPG-/PGP-public-key:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x154351C3
Loading...