1
vote
1answer
48 views

How to change default install dir in smart device cab project?

I have created smart device CAB project and its installed successfully in \Program Files by default BUT I want to make default install directory \Application folder instead of ...
0
votes
2answers
93 views

Where should I put the cab file needed to show Compact Framework error messages?

I got this err msg: Exception: An error message is available for this exception but cannot be displayed because these messages are optional and are not currently insalled on this devcice. Please ...
1
vote
1answer
57 views

WinCE Remove App still calls the EXE on startup

I am having some issue uninstalling my application from CE devices. I have a SHCreateShortcut on my application initialization SHCreateShortcut(@"\Windows\StartUp\Daemon.lnk", "\"" + "Program ...
0
votes
1answer
330 views

Creating CAB Files - Basic Components

I need to build CAB files for our Windows based inventory guns. We currently use a trial version of Visual Studio 2008. I am trying to find other alternatives that are less expensive so we can ...
0
votes
1answer
188 views

Running Application after installing from .cab

i need to know a way to run my application on a Windows CE 6.0 Device after installing from a .cab file. The application is placed in the autostart folder.. so i need either a warm reboot or a direct ...
0
votes
1answer
117 views

CAB file extraction into different path depending on WinCE ver

I've tired many ways to create the CAB file for install to different path depending on an operation system in that Handheld device. I known a little that we can fix the condition to make a selective ...
0
votes
1answer
178 views

INF file generation for WinCE CAB wizard

I am facing problem while generating CAB file. I want to customize the INF file generation depending upon what components I choose to package. At present, we need to modify the INF file manually to ...
1
vote
1answer
404 views

Sign CAB file in Windows Embedded Compact (Windows CE) 7.0

Can someone please explain to me how can I sign a CAB file? I'm trying to install the CAB file with the wceload.exe tool but it works only with signed CAB.
0
votes
1answer
266 views

Multiple cab installer for Windows Mobile with CE kernel in lazarus

Spending more than an hour on figuring out if an equivalent solution to the problem of Multiple CAB installer exists for Windows Mobile in the lazarus cross-platfor compiler I have become tired? I ...
1
vote
1answer
78 views

Fire a native DLL (from the entry point) in CAB install (on Windows Mobile)

Knowing the entry point in native Windows CE DLL and providing it with CAB file is it possible to run the function at some point of installation? Is it possible to put such 'wish' to _setup.xml or ...
0
votes
2answers
1k views

Install CAB file programmatically from within .NET CF

I wanted to know how to programmatically install a CAB file from my .NET CF application. I figured it would be as simple as starting a process with the name of a windows ce program and the CAB file ...
0
votes
1answer
131 views

got error Unable to find source file to my Windows-CE project

i try to build cab from my windows-CE project and i got this error: Error 5 Unable to find source file 'D:\MySetup_Setup\System.Data.SqlServerCe.DLL' for assembly 'System.Data.SqlServerCe.DLL', ...
0
votes
1answer
868 views

Install Diagnostics messages on WinCE

I've a Windows CE device on which I try to install all Exceptions message contained in the NETCFv35.Messages.EN.cab My problem is, when double-clicking on the CAB File, I get the following error ...
1
vote
3answers
221 views

Thin client message “not enough space” when unpacking the cab

I am installing a .net (CF) app using a cab, on a thin client running WinCE 6.0. When I first install it, everything is fine, and the app gets installed in the specified location. Just out of ...
1
vote
1answer
184 views

Setup dll doesn't run in WindowsCE when attached to CAB

I have used the steps outlined here http://msdn.microsoft.com/en-us/library/aa924308.aspx to create and attached a setup.dll to my previously created CAB. But the setup.dll doesn't run. Any ...
-1
votes
1answer
231 views

how to force Terminal to make reset after installing my cab?

how to force Terminal to make reset after installing my cab ? i made C# program and cab for WinCE thanks in advance
2
votes
1answer
525 views

How to read content of _setup.xml file from .CAB file

Platform are wince5.0 and 6.0. As you know that we can add some information in to *.inf file such as write some data into registry when installing .cab before generating .CAB. Now, my program is ...
1
vote
1answer
705 views

Change Application Folder Path of Windows CE Setup Project

I've created an application for Windows CE and I'm trying to create a setup project. I'm doing a silent update operation and need to install the .CAB files to a specific folder (\Program Files\abc\xx) ...
1
vote
1answer
585 views

.Net CF - Reboot after installation from CAB

We need to reboot a Windows CE device after installation of our CAB file. We basically created a Smart Device CAB project in Visual Studio 2008. We are developing in C#. I have seen examples of ...
1
vote
2answers
2k views

Getting the Windows CE uninstaller to work properly

On some of the devices that I am working on, the \Windows directory is not on permanent storage. That is, once the device is rebooted, whatever was written to \Windows is lost. This is particularly ...
1
vote
1answer
970 views

Error installing cab file on Windows CE

I'm having trouble using macros in my .inf file that I'm using to create my cab, specifically when setting the InstallDir string. If I do something like this: ...
0
votes
1answer
315 views

How to install a program to the non-volatile memory on Windows CE?

I created a CAB setup for Windows CE using Visual Studio 2008. Everything was installed fine but all my files went to the volatile memory (\Program Files). Is there a way to install them to the ...
0
votes
1answer
298 views

Setup DLL doesnt run when CAB installs under CE6

I have a CAB file that installs our program to Windows CE. I have a CAB (and platform configuration) for Windows CE 5 and 6. Both CABs have their CE Setup DLL property pointing to the Primary Output ...
1
vote
3answers
860 views

Creating a CAB file on WinCE

I want to make a CAB file on a WinCE 5/6 device. The idea is that someone would run a backup script that creates the CAB file, which can then be loaded back onto the device at any point restoring ...
0
votes
1answer
1k views

Delete a registry value using a CAB installer

Is it possible to delete a registry key using a CAB installer that is generated using VS2005? The CAB is targeted at Windows CE 6. Edit: I did find this ...
1
vote
1answer
1k views

WinCE CabWiz error: “inf contains DirIDs, which are not supported”

When building the windows mobile cab for our product, the windows CE CAB Wizard (CabWiz.exe) sometimes returns the error: Error: File c:\docume~1\build\locals~1\temp\wiz3340.inf contains ...