|
Welcome,
Guest
|
error while creating cab file
(1 viewing) (1) Guest
|
TOPIC: error while creating cab file
error while creating cab file 4 years, 9 months ago #238
|
Hi,
While creating can builder i am getting this error. Error: Section [Wizard Shortcuts] shortcut \"Simplified.lnk\" - there is no matching target file \"%InstallDir%\Simplified.swf\" for the current CPU type what should i do? |
|
|
Re:error while creating cab file 4 years, 9 months ago #239
|
Hi,
Simple remove the %InstallDir% portion of the shortcut's entry and leave only the target filename and you are ok ... Also, see here: www.aperitto.com/component/option,com_ea...catid,18/Itemid,101/ Regards, Nick Protopapas |
|
|
icon for flash application cab installer 4 years, 9 months ago #243
|
Is it possible to create icon for cab file with swf application inside.
I want to create a icon in programes folder which should linked to programes/simplifed/simplified.swf. i have a icon named simplified.ico in the same folder. |
|
|
Re:icon for flash application cab installer 4 years, 9 months ago #244
|
Yes, it is possible and simple, but you must make a trick.
The trick is to create a html file that it will open the Mobile Internet Explorer with your swf file. Example of that html file:
<html>
<body>
<object classid=
\"clsid:«»D27CDB6E-AE6D-11cf-96B8-444553540000\"
width=\"640\"
height=\"480\">
<param name=movie value=\"simplified.swf\">
</object>
</body>
</html>
So, the steps are: 1. Open Pocket PC Installation Creator 2. Go to CAB Creator Module - Mobile Device Files and add your .swf file, and the html file. 3. CAB Creator Module - Registry and Shortcuts. Add a new shortcut section, then add a new shortcut. For target filename choose your html file and check Custom Icon, then choose Icon in .ico file from your Desktop and after that browse to your ico file. 4. Build it. 5. Test it. 6. Give feedback here for success or questions Regards, Nick Protopapas |
|
|
Re:icon for flash application cab installer 4 years, 9 months ago #245
|
But my flash application is standalone application which will run with flash player installed in mobile. Is there is any other way than opening a browser?
Also I am getting a dialog box says \"Installer is created with pocket PC creator\" Is it possible to customise it? thanks for immd reply. |
|
|
Re:icon for flash application cab installer 4 years, 9 months ago #247
|
Hi,
I tried your way with using html. It works fine. Thanks lot. |
|
|
|
Time to create page: 0.29 seconds