Hi, I’m building my application both for FP1 and FP2 devices. So I get two different sis files.
Is it possible to merge these sis files so I only get one so when I’m installing the app the device chooses the correct SDK version?
cheers
Hi, I’m building my application both for FP1 and FP2 devices. So I get two different sis files.
Is it possible to merge these sis files so I only get one so when I’m installing the app the device chooses the correct SDK version?
cheers
Havent tried, but you could try something like this
If you dont have special library files which are not compatible, you could try and use a single FP1 sis file to install on both.Code:;Check device is 3rd FP2 device IF EXISTS("z:\system\install\Series60v3.2.sis") ....install something ;Check device is 3rd FP1 device ELSEIF EXISTS("z:\system\install\Series60v3.1.sis") ...some files related to FP1
- Neil R.Bhasme -
Twitter: @Symbian_Neil