The R Project SVN R

Rev

Rev 28254 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28254 Rev 28362
Line 65... Line 65...
65
DisableStartupPrompt=yes
65
DisableStartupPrompt=yes
66
OutputDir=.
66
OutputDir=.
67
WizardSmallImageFile=R.bmp
67
WizardSmallImageFile=R.bmp
68
UsePreviousAppDir=no
68
UsePreviousAppDir=no
69
ChangesAssociations=yes
69
ChangesAssociations=yes
70
Compression=bzip
70
Compression=lzma
-
 
71
END
-
 
72
 
-
 
73
my $lines2=<<END;
71
 
74
 
72
[Tasks]
75
[Tasks]
73
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4,4
76
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4,4
74
Name: "associate"; Description: "&Associate R with .RData files"; GroupDescription: "Registry entries:"; MinVersion: 4,4
77
Name: "associate"; Description: "&Associate R with .RData files"; GroupDescription: "Registry entries:"; MinVersion: 4,4
75
Name: "DCOM"; Description: "&Register R path for use by the (D)COM server"; GroupDescription: "Registry entries:"; MinVersion: 4,4
78
Name: "DCOM"; Description: "&Register R path for use by the (D)COM server"; GroupDescription: "Registry entries:"; MinVersion: 4,4
Line 90... Line 93...
90
Root: HKCR; Subkey: "RWorkspace\\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\\bin\\RGui.exe,0"; Tasks: associate 
93
Root: HKCR; Subkey: "RWorkspace\\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\\bin\\RGui.exe,0"; Tasks: associate 
91
Root: HKCR; Subkey: "RWorkspace\\shell\\open\\command"; ValueType: string; ValueName: ""; ValueData: """{app}\\bin\\RGui.exe"" ""%1"""; Tasks: associate 
94
Root: HKCR; Subkey: "RWorkspace\\shell\\open\\command"; ValueType: string; ValueName: ""; ValueData: """{app}\\bin\\RGui.exe"" ""%1"""; Tasks: associate 
92
END
95
END
93
 
96
 
94
print insfile $lines;
97
print insfile $lines;
-
 
98
print insfile "SolidCompression=yes\n";
-
 
99
print insfile $lines2;
95
print insfile <<END;
100
print insfile <<END;
96
 
101
 
97
[Icons]
102
[Icons]
98
Name: "{group}\\R $RVER Help"; Filename: "{app}\\doc\\html\\Rwin.html"; Components: html
103
Name: "{group}\\R $RVER Help"; Filename: "{app}\\doc\\html\\Rwin.html"; Components: html
99
 
104
 
Line 115... Line 120...
115
 
120
 
116
[Files]
121
[Files]
117
END
122
END
118
 
123
 
119
print minifile $lines;
124
print minifile $lines;
-
 
125
print minifile $lines2;
120
print minifile <<END;
126
print minifile <<END;
121
 
127
 
122
[Types]
128
[Types]
123
Name: "compact"; Description: "Minimal user installation"
129
Name: "compact"; Description: "Minimal user installation"
124
Name: "custom"; Description: "Custom installation"; Flags: iscustom
130
Name: "custom"; Description: "Custom installation"; Flags: iscustom