views:

23

answers:

1

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!

+1  A: 

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

thelost
Tnx but I can't find ProductName property under Properties?
jan
It's the last one (if sorting alphabetically A>Z)
thelost
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.....
jan
Finally Found it! thanks!
jan
@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
Sorry, how can I accept as an answer? couldnt find that?
jan