- Joined
- Jul 4, 2005
- Messages
- 19
- Reaction score
- 0
Good Day,
I finished my Pocket PC application and now I create MSI file for distribution. (http://blog.opennetcf.org/ctacke/binary/DeployingApps.htm)
I ïmplemented dll file for "Custom Actions During Installation". In event BeforeInstall I extract files into Microsoft ActiveSync Folder, then run CeAppMgr.exe with parameter "MyApplication.ini"
MyApplication.ini:
[CEAppManager]
Version = 1.0
Component = NewPPD
[NewPPD]
Description = Porostsní příjem dříví
CabFiles = NewPPD_PPC.ARM.CAB,NewPPD_PPC.SH3.CAB
Type of my Pocket PC processor is ARM. If MyApplication.ini looks like above, everything is OK and appliacation is installed on my pocket PC.
BUT...
When I change row CabFiles to
CabFiles = NewPPD_PPC.SH3.CAB,NewPPD_PPC.ARM.CAB
installation faild with text "...was not installed successfully. Please run Setup again". I thought that CeAppMgr will determine appropriate type of CPU and CAB file, but it seems like CeAppMgr take first from CabFiles line (NewPPD_PPC.SH3.CAB).
Can somebody help me, how to solve this problem?
Thank You
I finished my Pocket PC application and now I create MSI file for distribution. (http://blog.opennetcf.org/ctacke/binary/DeployingApps.htm)
I ïmplemented dll file for "Custom Actions During Installation". In event BeforeInstall I extract files into Microsoft ActiveSync Folder, then run CeAppMgr.exe with parameter "MyApplication.ini"
MyApplication.ini:
[CEAppManager]
Version = 1.0
Component = NewPPD
[NewPPD]
Description = Porostsní příjem dříví
CabFiles = NewPPD_PPC.ARM.CAB,NewPPD_PPC.SH3.CAB
Type of my Pocket PC processor is ARM. If MyApplication.ini looks like above, everything is OK and appliacation is installed on my pocket PC.
BUT...
When I change row CabFiles to
CabFiles = NewPPD_PPC.SH3.CAB,NewPPD_PPC.ARM.CAB
installation faild with text "...was not installed successfully. Please run Setup again". I thought that CeAppMgr will determine appropriate type of CPU and CAB file, but it seems like CeAppMgr take first from CabFiles line (NewPPD_PPC.SH3.CAB).
Can somebody help me, how to solve this problem?
Thank You