setup app question

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

I made a setup app for my vb.net app.. now I use to change the version
number of thet setup and the company name and stuff, but for some reason I
cant remember where they are at to change.. i use to do it all the time..
can someone please direct me where to look? thanks
 
Do you mean the ones when you click on the setup project in the solution
explorer, and the ones listed in the properties window?

Simon Jefferies
(e-mail address removed)
Tools Programmer
Headfirst Productions
 
Hello,

use install sheild Developer Version 8
in this setup application you define your application name , company
name, version , etc .


Try this.

Thanks,

Warm Regards,

Ayaz Ahmed
Software Engineer & Web Developer
Creative Chaos (Pvt.) Ltd.
"Managing Your Digital Risk"
http://www.csquareonline.com
Karachi, Pakistan
Mobile +92 300 2280950
Office +92 21 455 2414
 
So that's really weird, I've never seen properties disappear like that!
Umm....

Try changing the Sort of the properties grid. (These properties are NOT in
the properties dialog, but in the properties grid).

maybe you should try to "repair" the Visual Studio installation. If that
doesn't work, you could
maybe manually edit the setup project file. Be careful, but you should be
able to
figure out where to make the changes.

If you change the version, be sure to change the "ProductCode" as well.

---
David Guyer - VBQA Deployment Testing
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "Brian Henry" <brianiup[nospam]@adelphia.net>
References: <#[email protected]>
 
Back
Top