CF Cab Builder - Installer questions

J

joelcochran

I have been developing a CF application in Visual Studio 2003.NET and
am now ready to deploy it for testing. I can deploy it to the device
connected to my development machine, but I want to create an installer,
etc.

Everything I can find indicates that in Visual Studio, after I run
"Build Cab File", I should find a ".INF" file in the project/cab/mode
directory. I can see CAB and DAT files for all the processor types,
but no INF file.

The microsoft docs indicate that Visual Studio chould create it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/netcfdeployment.asp

as do many postings in this group. I downloaded ezsetup.exe, and it
looks easy, except "all it needs" is an INI file (which also does not
exist.)

I must be missing something, this seems inordinately frustrating and
complex. Any help or guidance would be most appreciated.

Thanks,

Joel
 
T

Thomas Hall

It should be in "[Project]\obj\[Active Solution Configuration]\*.inf"

Regards,
Thomas Hall
 
J

joelcochran

thank you thank you thank you.... I was obviously looking in the wrong
place. I figured I must have missed something simple.

Thanks again,

Joel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top