0

I have a Windows mobile professional 6.1 application and I created a CAB file for that..when I am installing the cab in the phone in some place of installation I see a wrong app name which I don't even remember when and where I have setted it!

SO I checked the _system.xml file in the CAB archive and saw the problemetic line;

 <parm name="AppName" value="Wrong app name" />    

But I couldnt find where can I change this wrong app name from inside the visual studio!!

I tried to edit the cab file but couldnt do that.

Thanks!

Facundo Casco
  • 10,065
  • 8
  • 42
  • 63
Spring
  • 11,333
  • 29
  • 116
  • 185

1 Answers1

1

Click on the installer project. In the Properties window edit the ProductName property.

thelost
  • 6,638
  • 4
  • 28
  • 44
  • Tnx but I can't find ProductName property under Properties? – Spring Jul 15 '10 at 10:58
  • It's the last one (if sorting alphabetically A>Z) – thelost Jul 15 '10 at 11:10
  • Yeah I supposed to see a grid with properties when I click the properties but what I see is tabs named as "application" "Build" "Debug" "Settings".."Signing" I can't open the correct properties grid..... – Spring Jul 15 '10 at 11:19
  • 1
    @jan - at the very least, you should accept a correct answer. A comment saying 'thanks' is nice, but what most people want is an 'accept' and an upvote. – Will Dean Jul 28 '10 at 09:12