Installing application to the location specified by dialog "Choose alocation to install"

  • Thread starter Thread starter Solvek
  • Start date Start date
S

Solvek

I am creating setup (cab file) with Visual Studio. The cab file is
created successfully and works when I chose option for installation to
"Device". When I choose destination "Storage Card" the application is
still installed to "Device".
Is it possible to workaround this issue?
 
The INF file for the CAB probably is forcing the target location. Modify
the INF or override the installer with something like a CAB Installer SDK.


--

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