简体   繁体   中英

Change Application Folder Path of Windows CE Setup Project

I've created an application for Windows CE and I'm trying to create a setup project. I'm doing a silent update operation and need to install the .CAB files to a specific folder (\\Program Files\\abc\\xx)

By default, it installs to \\Program Files\\Product Name

How can I make it to install on \\Program Files\\abc\\xx ?

This was possible for windows installers but I guess not possible for Windows CE installers.

Thank you

You have to modify the INF file that CABWiz is using (specifically the InstallDir in the CEStrings section ).

If you're using the Studio project that wraps this INF file, then you can't adjust it (one of the many shortcomings of the device CAB installer projects).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM