Bruce
Tue Jun 17 18:45:28 PDT 2008
Agreed. Besides, I never have the luxury of just grabbing the code and
delivering it anyway. I usually have some third-party code that I can't
release and some secret sauce that I want to keep to myself. For that I
created a couple of fairly simple batch files to process the BSP and then
zip them up.
Of course if BSQR means BSQUARE you have already thought of these things.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG
http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
"Michel Verhagen (eMVP)" <michel@nospam.box> wrote in message
news:OA$8BQN0IHA.4040@TK2MSFTNGP04.phx.gbl...
> My advice is to not use that msi file creator. Just pack the BSP as a ZIP
> (excluding all generated files of course) and add instructions on how to
> add the BSP. I've seen too many things go wrong with the msi package (like
> overwriting an existing BSP without warning, not wanting to install at
> all, catalog corruption, all without any sensible error message).
>
> CE 6.0 doesn't even have an msi file creator anymore. The way to do it on
> CE 6.0 is also to create a ZIP and include instructions. They didn't drop
> it without any reason...
>
> Just use the same method in CE 5 so that whenever you move to CE 6 your
> users are already familiar with how to install the BSP.
>
> Good luck,
>
> Michel Verhagen, eMVP
> Check out my blog:
http://GuruCE.com/blog
>
> GuruCE Ltd.
> Microsoft Embedded Partner
>
http://GuruCE.com
> Consultancy, training and development services.
>
> BSQR_MSoto wrote:
>> Is there a way to automate the BSP Export Wizard? We would like to add
>> the BSP creation as part of a nightly build. The best scenario will be
>> to be able to provide an input file to some command line.
>>
>> Thanks,
>>
>>> M.