NI Package Manager (NIPM)

cancel
Showing results for 
Search instead for 
Did you mean: 

NIPM CLI log file

Hello,

I would like to install/uninstall packages using Command Line Interface AND get a log file, or at least error code to know if it was successful.

The NIPM help indicates that I can use this option:

--output-transactions[=<fichier-destination>]

 So I tried this command, without succes (no log file created, log file still empty if I create if manually before executing the command):

start /wait Install.exe --passive --accept-eulas --prevent-reboot --output-transactions=C:\Users\rpasquie\Desktop\log.txt

This command works, but of course I don't have a log file:

start /wait Install.exe --passive --accept-eulas --prevent-reboot

 

Please, could you help me?

0 Kudos
Message 1 of 3
(1,955 Views)

Hi Romain.P

 

The command:

start /wait Install.exe --passive --accept-eulas --prevent-reboot --output-transactions=C:\Users\rpasquie\Desktop\log.txt

 

 Did you try this with quotation marks for the location, for example like this:

start /wait Install.exe --passive --accept-eulas --prevent-reboot --output-transactions="C:\Users\rpasquie\Desktop\log.txt"

 

Regards,

Shezan.Nabiel 

0 Kudos
Message 2 of 3
(1,821 Views)

Yes, no file created.

0 Kudos
Message 3 of 3
(1,794 Views)