This page was last modified 12:09, 27 February 2008.
Talk:Detect the uninstall event inside the application
From Forum Nokia Wiki
You can specify that an executable be run during an installation by adding FILERUN (FR)and RUNINSTALL (RI) keywords at the end of the executable’s file specification line. For example: "\Symbian\6.1\Series60\Epoc32\release\armi\urel\myprogram.exe"- "!:system\programs\myprogram.exe",FR,RIwill install myprogram.exe and execute it during the installation. The RUNINSTALL keyword can be replaced by either of the following alternatives: • RUNREMOVE (RR) causes execution to occur only during uninstallation. • RUNBOTH (RB)causes the executable to be run on both installation and uninstallation. Any of these three options may be further qualified by use of the RUNWAITEND (RW) keyword, which causes the installation to wait for the executable to complete before continuing. If not specified, then installation continues immediately after the executable is launched. [1]
