PC Review


Reply
Thread Tools Rate Thread

Anybody familiar with Ezsetup program?

 
 
bert
Guest
Posts: n/a
 
      20th Nov 2003
I was able to make it work as my program installer to the
Pocket Pc. But there is something weird, everytime it
refers to my app to be installed it always put the
word "My Company" then the app name. For instance, my app
name is AngelLink but Ezsetup will say "Install 'My
Company AngelLink'"? How can I remove the word 'My
Company'?

 
Reply With Quote
 
 
 
 
marcmc
Guest
Posts: n/a
 
      21st Nov 2003
in the inf file change MyCompnay to AngelLink as below

[Version]
Signature="$Windows NT$"
Provider="My Company"
CESignature="$Windows CE$"

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

if my memory serves me correctly this works
 
Reply With Quote
 
Jim
Guest
Posts: n/a
 
      21st Nov 2003
That is what I do.. I would like to find out if there is a place within
Visual Studio that this "My Company" default can be set, so that I don't
need to change this each and every time I build a new version since whenever
you use the BuildCab, it resets to My Company.
"marcmc" <(E-Mail Removed)> wrote in message
news:314201c3b02d$fd609cd0$(E-Mail Removed)...
> in the inf file change MyCompnay to AngelLink as below
>
> [Version]
> Signature="$Windows NT$"
> Provider="My Company"
> CESignature="$Windows CE$"
>
> [Version]
> Signature="$Windows NT$"
> Provider="AngelLink "
> CESignature="$Windows CE$"
>
> if my memory serves me correctly this works



 
Reply With Quote
 
Alex Feinman [MVP]
Guest
Posts: n/a
 
      21st Nov 2003
There is a feature that I consider to be a bug in VS 2003. Every time you
use Build Cab command, it overwrites the .inf file with the default one,
which has .. correct.. My Company as the Manufacturer name.

Instead of clicking on Build Cabs run a batch file located in the <Project
Dir>\obj\<Configuration> called BuildCab.bat.
Edit the <Project Dir>\obj\<Configuration>\<Project Name><target>.inf (e.g.
MyApp_WCE.inf) to have correct values in
[Version]
Provider=

[CEStrings]
AppName=

[Shortcuts]
.....

So, the bottom line - do not use Build Cabs
After you rebuilt the project, simply re-run the abovementioned batch file
and your cabs and .ini file will be regenerated

"Jim" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> That is what I do.. I would like to find out if there is a place within
> Visual Studio that this "My Company" default can be set, so that I don't
> need to change this each and every time I build a new version since

whenever
> you use the BuildCab, it resets to My Company.
> "marcmc" <(E-Mail Removed)> wrote in message
> news:314201c3b02d$fd609cd0$(E-Mail Removed)...
> > in the inf file change MyCompnay to AngelLink as below
> >
> > [Version]
> > Signature="$Windows NT$"
> > Provider="My Company"
> > CESignature="$Windows CE$"
> >
> > [Version]
> > Signature="$Windows NT$"
> > Provider="AngelLink "
> > CESignature="$Windows CE$"
> >
> > if my memory serves me correctly this works

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA Command - Not Familiar With Program MarthaSue Microsoft Excel Programming 10 23rd Feb 2008 02:27 PM
Is anyone familiar with a new program called True Sword countrygirllyndafox Security, Spyware and Viruses 12 10th Jun 2006 05:27 PM
ezSetup + multiple cabs Dev Microsoft Dot NET Compact Framework 1 14th Jan 2004 11:49 AM
Probs with EZSetup + .net installation Dev Microsoft Dot NET Compact Framework 1 19th Dec 2003 11:09 AM
EzSetup problem David Microsoft Dot NET Compact Framework 2 13th Aug 2003 03:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:36 PM.