Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


Package file example - options list

This example package file demonstrates a basic options list.

;Languages
&EN

%{"Symbian Software Ltd."}

:"Symbian Software Ltd."

;Header
#{"Options"}, (0x81111107), 1, 2, 3,TYPE=SA

;Display 3 options to the user
!({"Install document (1KB)"},{"Install document2 (1KB)"},{"Install document3 (1KB)"})

if option1 = 1
    "files\option1.txt"-"!:\private\81111108\option1.txt";
endif

if option2 = 1
    "files\option2.txt"-"!:\private\81111108\option2.txt";
endif

if option3 = 1
    "files\option3.txt"-"!:\private\81111108\option3.txt";
endif