Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 512 Bytes

Install Microsoft InfoPath 2013.md

File metadata and controls

31 lines (24 loc) · 512 Bytes
created modified
2024-12-09 17:18:19 UTC
2024-12-12 11:45:42 UTC
cls

# Install Microsoft InfoPath 2013

net use \\TT-FS01\IPC$ /USER:TECHTOOLBOX\jjameson

Note

When prompted, type the password to connect to the file share.

$setupPath = "\\TT-FS01\Products\Microsoft\Office 2013" `
    + "\infopath_4753-1001_x86_en-us.exe"

Start-Process `
    -FilePath $setupPath `
    -Wait

Important

Wait for the installation to complete.