.cab creator for WinCE CF 2.0 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T07:23:46Z http://stackoverflow.com/feeds/question/567929 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/567929/cab-creator-for-wince-cf-2-0 1 .cab creator for WinCE CF 2.0 gnomixa 2009-02-20T01:06:42Z 2009-02-20T18:20:48Z <p>So I created a cab file in Visual Studio and it all was fine and dandy. i am using HP thin client with WinCE 4.0</p> <p>One thing though, there is a folder called Program Files on My Device and there is a folder called Program Files on Hard Disk.</p> <p>Now, My Device memory resets itself each time the machine is rebooted. Unfortunately, VS 2008 won't let me change the path for where the cab installs the program.</p> <p>Any ideas on how to change the path?</p> http://stackoverflow.com/questions/567929/cab-creator-for-wince-cf-2-0/570706#570706 1 Answer by gnomixa for .cab creator for WinCE CF 2.0 gnomixa 2009-02-20T18:20:48Z 2009-02-20T18:20:48Z <p>I have figured it out: any time you wish to install an application in a different path, use Custom folder, not Programs or Program Files.</p> <p>Looks like InstallDir can not be modified w/o hacks. I used Custom folder while in the Cab project and specified the path I wish to install this app; it worked.</p>