Hi all,

I have a very simple application that is setting the PPC theme using the
following command:
"\Windows\wceload.exe /noaskdest /noui /nouninstall /delete 0
\path\to\my\theme\theme.tsk"

It's working well when there is no spaces in the theme path but if it does
not seem to work when I add some spaces (for example if the theme is in
program files).
Under windows I know that the spaces needs to be replace with "\ " but is it
also the case in PPC?

Thanks in advance for your help.

Re: Theme installation with blank spaces in the path by Peter

Peter
Wed Nov 23 13:08:08 CST 2005

You need to wrap the path in quotes, e.g. from C++ you would use
"\"\\path\\to\\my\\theme\\theme.tsk\""

Peter

--
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com

"djarjar" <djarjar@discussions.microsoft.com> wrote in message
news:73469B16-C6C1-4481-8ABF-919AC790F965@microsoft.com...
> Hi all,
>
> I have a very simple application that is setting the PPC theme using the
> following command:
> "\Windows\wceload.exe /noaskdest /noui /nouninstall /delete 0
> \path\to\my\theme\theme.tsk"
>
> It's working well when there is no spaces in the theme path but if it does
> not seem to work when I add some spaces (for example if the theme is in
> program files).
> Under windows I know that the spaces needs to be replace with "\ " but is
> it
> also the case in PPC?
>
> Thanks in advance for your help.
>



Re: Theme installation with blank spaces in the path by djarjar

djarjar
Thu Nov 24 07:01:02 CST 2005

Thanks a lot Peter for your help, it's working well now.

"Peter Foot [MVP]" wrote:

> You need to wrap the path in quotes, e.g. from C++ you would use
> "\"\\path\\to\\my\\theme\\theme.tsk\""
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> www.peterfoot.net | www.inthehand.com
>
> "djarjar" <djarjar@discussions.microsoft.com> wrote in message
> news:73469B16-C6C1-4481-8ABF-919AC790F965@microsoft.com...
> > Hi all,
> >
> > I have a very simple application that is setting the PPC theme using the
> > following command:
> > "\Windows\wceload.exe /noaskdest /noui /nouninstall /delete 0
> > \path\to\my\theme\theme.tsk"
> >
> > It's working well when there is no spaces in the theme path but if it does
> > not seem to work when I add some spaces (for example if the theme is in
> > program files).
> > Under windows I know that the spaces needs to be replace with "\ " but is
> > it
> > also the case in PPC?
> >
> > Thanks in advance for your help.
> >
>
>
>