Right, another user posted a problem with setups on his WM6 device.
I think it's an issue of template used to build the setup..
I'll check for more info, btw..if someone wanna help with any suggestion..here's a template file used by setup builder.
I think something could be changed in CEDevice section, or similar...
Code:
[CEStrings]
InstallDir=%CE1%\%AppName%
AppName="fff"
[Strings]
CompanyName="gggg"
[Version]
Signature="$Chicago$"
CESignature="$Windows CE$"
Provider=%CompanyName%
[Shortcuts]
%AppName%,0,"fba.exe"
[SourceDisksNames.Arm]
1=,"ARM FILES",,"C:\Documents and Settings\daniele\Desktop\fuffa\fff\"
2=,"ARM FILES",,"C:\Documents and Settings\daniele\Desktop\FBasic-Ide\"
[SourceDisksFiles.Arm]
fba.exe=1
fba.dat=1
fba.ini=1
fbasetup_fff.dll=1
[Files.Arm]
fba.exe
fba.dat
fba.ini
fbasetup_fff.dll
[DefaultInstall]
CESETUPDLL=fbasetup_fff.dll
CEShortcuts=Shortcuts
[DefaultInstall.Arm]
CopyFiles=Files.Arm
[DestinationDirs]
Shortcuts=,%CE17%
Files.Arm=,%InstallDir%
[CEDevice]
ProcessorType=0
VersionMin=3.0
VersionMax=100.0
BuildMax=0xC0000000
[CEDevice.Arm]
ProcessorType=2577
Thanks!