// This is the install script. You can edit it while the test window is opened,
// an the test window will be update while you're writing
// Check the help text below for further information

[Create]
Icon myapp,,0x30   // Display an icon
  Check 2          // Display a checkbox, which is checked
                   // This element gets ID 1

[Event_1_0]        // user unchecks our checkbox
Add 1              // We re-check it

[Remember]

[Install]
{1} // Always
VerCheck ,1,,MyApp.exe,,,1.01
Del ,1,,MyApp.log,U         // Delete any old logfile
Copy MyApp.exe,1,,MyApp.exe,ADQSU 4
