|
26 | 26 | SourceFile="py.exe" |
27 | 27 | Compressed="yes" |
28 | 28 | DisplayName="!(loc.CompileAllDescription)" |
29 | | - InstallCommand='-$(var.ShortVersion)$(var.Suffix32) $(var.CompileAllCommand)' |
30 | | - RepairCommand='-$(var.ShortVersion)$(var.Suffix32) $(var.CompileAllCommand)' |
| 29 | + InstallCommand='-[WinVer] $(var.CompileAllCommand)' |
| 30 | + RepairCommand='-[WinVer] $(var.CompileAllCommand)' |
31 | 31 | Permanent="yes" |
32 | 32 | PerMachine="yes" |
33 | 33 | Vital="no" |
|
36 | 36 | SourceFile="py.exe" |
37 | 37 | Compressed="yes" |
38 | 38 | DisplayName="!(loc.CompileAllODescription)" |
39 | | - InstallCommand='-$(var.ShortVersion)$(var.Suffix32) -O $(var.CompileAllCommand)' |
40 | | - RepairCommand='-$(var.ShortVersion)$(var.Suffix32) -O $(var.CompileAllCommand)' |
| 39 | + InstallCommand='-[WinVer] -O $(var.CompileAllCommand)' |
| 40 | + RepairCommand='-[WinVer] -O $(var.CompileAllCommand)' |
41 | 41 | Permanent="yes" |
42 | 42 | PerMachine="yes" |
43 | 43 | Vital="no" |
|
46 | 46 | SourceFile="py.exe" |
47 | 47 | Compressed="yes" |
48 | 48 | DisplayName="!(loc.CompileAllOODescription)" |
49 | | - InstallCommand='-$(var.ShortVersion)$(var.Suffix32) -OO $(var.CompileAllCommand)' |
50 | | - RepairCommand='-$(var.ShortVersion)$(var.Suffix32) -OO $(var.CompileAllCommand)' |
| 49 | + InstallCommand='-[WinVer] -OO $(var.CompileAllCommand)' |
| 50 | + RepairCommand='-[WinVer] -OO $(var.CompileAllCommand)' |
51 | 51 | Permanent="yes" |
52 | 52 | PerMachine="yes" |
53 | 53 | Vital="no" |
|
57 | 57 | SourceFile="py.exe" |
58 | 58 | Compressed="yes" |
59 | 59 | DisplayName="!(loc.CompileAllDescription)" |
60 | | - InstallCommand='-$(var.ShortVersion)$(var.Suffix32) $(var.CompileAllCommand)' |
61 | | - RepairCommand='-$(var.ShortVersion)$(var.Suffix32) $(var.CompileAllCommand)' |
| 60 | + InstallCommand='-[WinVer] $(var.CompileAllCommand)' |
| 61 | + RepairCommand='-[WinVer] $(var.CompileAllCommand)' |
62 | 62 | Permanent="yes" |
63 | 63 | PerMachine="no" |
64 | 64 | Vital="no" |
|
67 | 67 | SourceFile="py.exe" |
68 | 68 | Compressed="yes" |
69 | 69 | DisplayName="!(loc.CompileAllODescription)" |
70 | | - InstallCommand='-$(var.ShortVersion)$(var.Suffix32) -O $(var.CompileAllCommand)' |
71 | | - RepairCommand='-$(var.ShortVersion)$(var.Suffix32) -O $(var.CompileAllCommand)' |
| 70 | + InstallCommand='-[WinVer] -O $(var.CompileAllCommand)' |
| 71 | + RepairCommand='-[WinVer] -O $(var.CompileAllCommand)' |
72 | 72 | Permanent="yes" |
73 | 73 | PerMachine="no" |
74 | 74 | Vital="no" |
|
77 | 77 | SourceFile="py.exe" |
78 | 78 | Compressed="yes" |
79 | 79 | DisplayName="!(loc.CompileAllOODescription)" |
80 | | - InstallCommand='-$(var.ShortVersion)$(var.Suffix32) -OO $(var.CompileAllCommand)' |
81 | | - RepairCommand='-$(var.ShortVersion)$(var.Suffix32) -OO $(var.CompileAllCommand)' |
| 80 | + InstallCommand='-[WinVer] -OO $(var.CompileAllCommand)' |
| 81 | + RepairCommand='-[WinVer] -OO $(var.CompileAllCommand)' |
82 | 82 | Permanent="yes" |
83 | 83 | PerMachine="no" |
84 | 84 | Vital="no" |
|
0 commit comments