From: kalpi on
Can anyone say:-

How to suppress the installation dircetory selection while installing
an application in PPC which contains flash memory (like SD Card)?

I am using cabwiz.ddf and .inf files to install the application.

Take Care
From: " ctacke/>" on
Seach for the wceload.exe command line options.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com


"kalpi" <mahi.kalpana(a)gmail.com> wrote in message
news:58a12276-69d3-45cc-926a-f712c6b54818(a)d4g2000prg.googlegroups.com...
> Can anyone say:-
>
> How to suppress the installation dircetory selection while installing
> an application in PPC which contains flash memory (like SD Card)?
>
> I am using cabwiz.ddf and .inf files to install the application.
>
> Take Care


From: kalpi on
To do this we need to avoid the assignment and use of "InstallDir" of
"CEString" section in ".inf" file. Along with it we need to use latest
Cabwiz.exe. As, old Cabwiz.exe doesnot allow an ".inf" without
"InstallDir" assignment statement.
From: " ctacke/>" on
The dialog needs to be suppressed at install time by running wceload with
the /noaskdest flag.


"kalpi" <mahi.kalpana(a)gmail.com> wrote in message
news:bf8a2752-f151-428e-9cc6-9a9b2f34241d(a)m34g2000hsf.googlegroups.com...
> To do this we need to avoid the assignment and use of "InstallDir" of
> "CEString" section in ".inf" file. Along with it we need to use latest
> Cabwiz.exe. As, old Cabwiz.exe doesnot allow an ".inf" without
> "InstallDir" assignment statement.