Hi there,

Few questions i'm not sure about.

1) Any examples of using embedded resources, ie. i need to show a .jpg image
in a picturebox and i need to play a .wav file as well, i have this working
with player.play(fs) but i'd like to do this with embedded resource.

2) I have a setup file which deploys all the relevant .cab files, however
i'm struggling to deploy any other files i might want to add.. ie.
readme.txt..etc

3) Is there no latest cf.net redistributable that is in one .cab file, or do
i have to create one .msi file for all my cabs and then get the user to run
the CF.Net ServicePack 3 msi afterwards? (seems a bit of a pain)

Thanks for the help.

Rob

Re: Few easy questions... by Chris

Chris
Wed Apr 27 09:21:09 CDT 2005

> 1) Any examples of using embedded resources, ie. i need to show a .jpg
> image
> in a picturebox and i need to play a .wav file as well, i have this
> working
> with player.play(fs) but i'd like to do this with embedded resource.

Check the archives. This is answered a lot.

> 2) I have a setup file which deploys all the relevant .cab files, however
> i'm struggling to deploy any other files i might want to add.. ie.
> readme.txt..etc

By "setup file" do you mean an INF, or a custom installer?

> 3) Is there no latest cf.net redistributable that is in one .cab file, or
> do
> i have to create one .msi file for all my cabs and then get the user to
> run
> the CF.Net ServicePack 3 msi afterwards? (seems a bit of a pain)

It is a pain and I've got no idea why MS hasn't rectified it. IMHO we
should be allowed to pull out all of the files in the CF cabs and put them
in our own for single-cab deployment.

-Chris



Re: Few easy questions... by RobS

RobS
Wed Apr 27 10:01:02 CDT 2005


Thanks Chris.

I shall have a look in the archives regarding embedded files.

Regarding adding files to the setup. Yes i've just used a standards .NET
Setup Project.

Can't believe MS expect us to deploy CF SP3 seperately. Unbelivable.

Thanks again

"Chris Tacke, eMVP" wrote:

> > 1) Any examples of using embedded resources, ie. i need to show a .jpg
> > image
> > in a picturebox and i need to play a .wav file as well, i have this
> > working
> > with player.play(fs) but i'd like to do this with embedded resource.
>
> Check the archives. This is answered a lot.
>
> > 2) I have a setup file which deploys all the relevant .cab files, however
> > i'm struggling to deploy any other files i might want to add.. ie.
> > readme.txt..etc
>
> By "setup file" do you mean an INF, or a custom installer?
>
> > 3) Is there no latest cf.net redistributable that is in one .cab file, or
> > do
> > i have to create one .msi file for all my cabs and then get the user to
> > run
> > the CF.Net ServicePack 3 msi afterwards? (seems a bit of a pain)
>
> It is a pain and I've got no idea why MS hasn't rectified it. IMHO we
> should be allowed to pull out all of the files in the CF cabs and put them
> in our own for single-cab deployment.
>
> -Chris
>
>
>