how to package the program into a cab file and how to install them

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi buddy,
anybody can tell me how to package the program into a cab file?
i can run my program in .net emulator well, but when i automatically
package them into a cab file via vs.net, can not install.
my program need sqlce support, should i install sqlce firstly?
or maybe can have a better way , group all needs into a cab file so that i
do not need install them independently.
cheers
yours jacky
 
You need a CAB file for the SQLCE too, as well as the SQL one. You may also
need the .netcf CAB, so count 4 potential files needed to deploy. Yes, I
would recommend you install the prerequisites first.
 
Back
Top