Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Command-line error
#1

Hi-

Given the example provided from the software help, this command-line flag should provide just the installed software, right?
siw /nologo /details /s:0x00000004 /log:csv=%Computername%test.csv

However, I see disk, printer and other CPU information. Is this a bug?

-thanks!
Reply
#2

(03-31-2014 03:29 PM)aggie109 Wrote:  Hi-

Given the example provided from the software help, this command-line flag should provide just the installed software, right?
siw /nologo /details /s:0x00000004 /log:csv=%Computername%test.csv

However, I see disk, printer and other CPU information. Is this a bug?

-thanks!

The default values are used for /h and /n
If you want only the installed software you should use
siw /nologo /details /s:0x00000004 /h:0 /n:0 /log:csv=%Computername%test.csv
Reply




Users browsing this thread: 1 Guest(s)