by DillRye » Jun 22, 2002 @ 8:32pm
So, heres my file, as far as I can see I specify the dir, but it will only install on main memory.
[Version]
Signature = "$Windows NT$"
Provider = "DR Creations"
CESignature = "$Windows CE$"
[CEStrings]
AppName="Particle Panic"
InstallDir=%CE8%\%AppName%
[Strings]
sh3_cpu = 10003
sh4_cpu = 10005
mips_cpu = 4000
strongarm_cpu = 2577
armcpu = 1824
reg_path = Software\%AppName%
[CEDevice]
UnsupportedPlatforms = "Jupiter","HPC" ; Does not support pltfrm1
VersionMin = 3.0
VersionMax = 3.01
[CEDevice.ARM]
ProcessorType = %arm_cpu%
[CEDevice.MIPS]
ProcessorType = %mips_cpu%
[CEDevice.SH3]
ProcessorType = %sh3_cpu%
[CEDevice.SA]
ProcessorType = %strongarm_cpu%
[DefaultInstall]
CopyFiles = Files.Application, Files.Shared
AddReg = RegSettings
CEShortcuts = Shortcuts
[SourceDisksNames]
1 = ,"Common files",,Platform
[SourceDisksNames.ARM]
2 = ,"ARM files",,ARMRel
[SourceDisksNames.MIPS]
2 = ,"MIPS files",,MIPSRel
[SourceDisksNames.SA]
2 = ,"ARM files",,ARMRel
[SourceDisksNames.SH3]
2 = ,"SH3 files",,SH3Rel
[SourceDisksFiles]
pop.wav =1
bonus.wav =1
music.mod =1
settings.inf =1
Particle Panic.exe =2
GD101.dll =2
gx.dll =2
[DestinationDirs]
Files.Application = 0,%CE8%\%AppName% ;\Target\AppName
Files.Shared = 0,%CE2% ;\Windows
Shortcuts = 0,%CE2%\Help ;\Windows\Help
[Files.Application]
"Particle Panic.exe",,,0x00000001 ; rename, and warn if skipped
"pop.wav",,,0x00000001
"bonus.wav",,,0x00000001
"music.mod",,,0x00000001
"settings.inf",,,0x00000001
[Files.Shared]
"GD101.dll",,, 0x20000000 ; rename, and mark as shared
"gx.dll",,, 0x20000000
[Shortcuts]
%AppName%,0,Particle Panic.exe,%CE14%
[RegSettings]
;HKLM,Windows CE Services\Synchronization\Objects\YourAppSync,Store,0,\Windows\DevYourAppSync.dll