1

I have been facing a really strange problem trying to automate the installation of NewForma.

Below is the line I'm using in a bat file:

"\\bdc\deployment$\NewForma\NewformaProjectCenterOffice64Setup.exe" /s /v"/qn /log \\bdc\deployment$\NewForma\IT tool\log.log" /v"/qn NPCS_LOCATION=ABC-NFM"

It works fine, but no log file is created.

I was wondering if it is a problem with the syntax.

Any help will be highly appreciated.

janv8000
  • 1,610
Hadi QJ
  • 21

1 Answers1

0

I figured it out!

"\\bdc\deployment$\NewForma\NewformaProjectCenterOffice64Setup.exe" /s /v"/log "\\bdc\deployment$\NewForma\IT tool\log.log" /qn NPCS_LOCATION=ABC-NFM"

by combining the log switch and the entry for the setup, it can be achieved!

Thank you for all your help!

Hadi QJ
  • 21