Page 1 of 1
Installer which can install onto CompactFlash?

Posted:
Jul 13, 2002 @ 6:11pm
by britcode
How do you make an installer which can install onto CompactFlash?
At "install into default directory" I clicked No, but there was no option to change the install directory. But I don't have a CompactFlash so I don't know
Do I need to add something to the .inf file to enable the user to install onto CompactFlash.

Posted:
Jul 13, 2002 @ 6:46pm
by T¹
I'm pretty sure that if Activesync doesn't find a storage card on PPC, it'll just install onto device regardless of clicking 'no' for 'Install in default blah..."
Installing to CF card

Posted:
Jul 13, 2002 @ 8:55pm
by Conan
When you have a card fitted you get choices of main memory or storage card. On devices with 2 card slots you get 3 choices. You took the correct option but without a card you can't see the options.
( many people miss this option & can't figure out how to install to storage cards so make it clear in your docs )

Posted:
Jul 13, 2002 @ 9:42pm
by britcode
correct .inf file

Posted:
Jul 13, 2002 @ 10:36pm
by Conan

Posted:
Jul 14, 2002 @ 12:10am
by DillRye
Add this line under CESTRINGS
InstallDir=%CE1%\%AppName%
and replace this line:
Files.Common = 0,%CE1%\%AppName%
with this line:
Files.Common = 0,%InstallDir%
*edit*
Ohh wait, put CE STRINGS at the top of your inf, otherwise it sees the wrong code first and will always put it on the device hence the %CE1%.
I had this EXACT problem I hope I explained good enough how to help.

Posted:
Jul 14, 2002 @ 12:17pm
by britcode

Posted:
Jul 14, 2002 @ 9:11pm
by DillRye