|
From: kalpi on 25 Jan 2008 05:43 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 25 Jan 2008 09:10 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 29 Jan 2008 06:14 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 29 Jan 2008 08:58 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.
|
Pages: 1 Prev: Oracle Lite 10g Next: Maximum length of ALL filenames in CAB limitation? |