PicoDrive.pkg 969 B

12345678910111213141516171819202122232425
  1. ;
  2. ; List of localised vendor names - one per language. At least one must be provided (English [EN]).
  3. ; List must correspond to list of languages specified elsewhere in the .pkg
  4. %{"notaz"}
  5. ; The non-localised, globally unique vendor name (mandatory)
  6. :"notaz"
  7. ; Package header
  8. ; Name, UID3, Major, Minor, Build, Package-type
  9. #{"PicoDrive"}, (0xA00010F3), 0, 96, 0, TYPE=SA
  10. ; ProductID for UIQ 3.0
  11. ; Product/platform version UID, Major, Minor, Build, Component name
  12. (0x101F6300), 3, 0, 0, {"UIQ30ProductID"}
  13. ; Files to install for the application
  14. ; If you move the example to another destination then you also need to change these paths.
  15. "..\PicoDrive.exe"-"!:\sys\bin\PicoDrive.exe"
  16. "..\rsc\PicoDrive.rsc"-"!:\resource\apps\PicoDrive.rsc"
  17. "..\rsc\PicoDrive.mbm"-"!:\resource\apps\PicoDrive.mbm"
  18. "..\rsc\PicoDrive_loc.rsc"-"!:\resource\apps\PicoDrive_loc.rsc"
  19. "..\rsc\PicoDrive_reg.rsc"-"!:\private\10003a3f\import\apps\PicoDrive_reg.rsc"