blender/release/windows/installer/data.ini
Simon Clitherow ec6b6314f0 Committing the NSIS installer script changes used for the 2.33a release.
- numerous bug fixes and improvements, that are far too numerous
  to mention here!
- In addition, the new python scripts have been added to the file list,
  bringing it up-to-date (for now!).
2004-06-23 18:43:25 +00:00

35 lines
539 B
INI

[Settings]
NumFields=4
[Field 1]
Type=label
Text=Please specify where you wish to install Blender's User Data files.
Left=0
Right=-1
Top=0
Bottom=10
[Field 2]
Type=RadioButton
Text=Use Application Data Directory (Recommended on Win2k/XP)
Left=0
Right=-1
Top=20
Bottom=30
[Field 3]
Type=RadioButton
Text=Use Installation Directory (ie. location chosen to install blender.exe).
Left=0
Right=-1
Top=40
Bottom=50
[Field 4]
Type=RadioButton
Text=I have defined a %HOME% variable, please install files here.
Left=0
Right=-1
Top=60
Bottom=70