Lines Matching refs:set

31 set OKLabel to "[OKLabel]"
32 set InstallLabel to "[InstallLabel]"
33 set AbortLabel to "[AbortLabel]"
34 set intro to "[IntroText1]
39 set chooseMyOwn to "[ChooseMyOwnText]"
40 set listPrompt to "[ListPromptText]"
41 set chooseManual to "[ChooseManualText]"
42 set listOKLabel to "[ListOKLabelText]"
43 set listCancelLabel to "[ListCancelLabel]"
44 set appInvalid to "[AppInvalidText1]
47 set startInstall to "[StartInstallText1]
50 set IdentifyQ to "[IdentifyQText]
53 set IdentifyYES to "[IdentifyYES]"
54 set IdentifyNO to "[IdentifyNO]"
55 set installFailed to "[InstallFailedText]"
56 set installComplete to "[InstallCompleteTextPatch]"
58 set sourcedir to (do shell script "dirname " & quoted form of POSIX path of (path to of me))
66 set the found_ooos_all to (do shell script "mdfind \"kMDItemContentType == 'com.apple.application-b…
69 set found_ooos_all_paragraphs to paragraphs in found_ooos_all
71 set found_ooos to {}
87set the choice to (choose from list found_ooos default items (get second item of found_ooos) with …
94set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
97set the choice to (choose from list found_ooos default items (get first item of found_ooos) with p…
104set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
107 -- set choice to found installation
108 -- set the choice to (get first paragraph of found_ooos)
109 set the choice to (get first item of found_ooos)
111set the choice to (choose from list found_ooos default items (get first item of found_ooos) with p…
118set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
138 set tarCommand to "/usr/bin/tar -C " & quoted form of (choice as string) & " -xjf " & quoted form o…