Skip to content

Commit c3a2abf

Browse files
Update README.md
1 parent 2a6f7bc commit c3a2abf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,19 @@ This aren't powershell script, but a collection of scripts I used for my MDT dep
1414
- This script (https://github.com/PowerShellCrack/Get3rdPartySoftware) will update the folder and script versions (see its list)
1515
- Logs most applications to _SMSTSLogs\AppLogs
1616

17-
## Steps:
17+
## Steps:
1818

1919
1. Use 3rdPartyDownload script (https://github.com/PowerShellCrack/Get3rdPartySoftware) to download the software
2020

2121
2. Run MDTApplicationUpdater script (https://github.com/PowerShellCrack/MDTApplicationUpdater/tree/master) and point it to the place the first script downloaded the software to. This will update MDT's application.xml and corresponding wsf scripts versions
2222
NOTE: make sure your MDT application is labeled by the product name and architecture. eg. Java x64
2323

24+
## Usage:
25+
- Build MDT applications and use command: cscript Install-<name>.wsf /arch:x64|x86
26+
- the <b>/arch</b> parameter are used fro applications that has both architectrue versions available. For intance, you can install Office 2016 32-bit or 64-bit on a 64-bit Windows. I have a application that has both version, but in different folders. To sepecify the right folder with writing two scripts I use the <b>/arch</b> parameter.
27+
- If no <b>/arch</b> parameter is specified, it will use the OS architecture variable and if that can't be determined (not using MDT/SCCM), it defaults to x86
28+
29+
eg. cscript Install-Office.wsf /arch:x86
30+
2431
## Future:
2532
In time I want to get updates from all the 3rd party applications that I can think an enterprise use (including office updates)

0 commit comments

Comments
 (0)