-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathPrograms.psd1
24 lines (24 loc) · 1.15 KB
/
Programs.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# culture=“en-US”
ConvertFrom-StringData @'
PageTitle = Add/Remove Programs
AddPrograms = Add Programs
RemovePrograms = Remove Programs
MSISwitchDescription = Append any necessary switches to pass to the installer
InstallButton = Install...
BrowseButton = Browse...
AddProgram = Add Program
AddProgramDescription = Add a program by typing its full path or browse to the MSI or EXE location. Append any necessary switches to pass to the installer.
NoFile = < No file selected >
InstallDescription = Start the installation by clicking the Install button.
RemoveProgramButton = Remove Program..
RemoveDescription = Please select a program to remove and click the Remove Program button.
CurrentlyInstalled = Currently installed programs:
Close = Close
PageDescription = Add or Remove Installed Programs
OFDFilter = MSI files (*.msi) |*.msi|EXE files (*.exe) |*.exe|MSU files (*.msu) |*.msu|All files (*.*)|*.*
OFDTitle = Install MSI
ErrorText = Please browse to an application install file before clicking install
Error = Error
LogCommandExecuted = {0} Command Executed: {1}
LogProgramRemoved = {0} Application {1} uninstalled
'@