Mobile Application installer problem...

  • Thread starter Thread starter HardBap
  • Start date Start date
Thanks for your reply Mark.

Problem is I already did that and it still installs as "My Company The
ProjectName". I want it to display "Acme Inc Super Pocket App"

Here's a snippet from my INF file:

[Version]
Signature="$Windows NT$"
Provider="Acme Inc"
CESignature="$Windows CE$"

[CEStrings]
AppName="Super Pocket App"
InstallDir=%CE1%\%AppName%
 
Problem solved. It was stupidity. BAT file was referencing the wrong
INF.

Thanks for the help guys!
 
Back
Top