all groups > dotnet setup > march 2006 > threads for march 8 - 14, 2006
Filter by week: 1 2 3 4 5
Setup Program won't uninstall previous version with visual studio 03
Posted by DCraig at 3/14/2006 1:01:16 PM
I'm having a problem with a project we're working on with Visual Studio 03.
It appears to ignore the setting in the properties of the setup project
'RemovePreviousVersions' and requires the user to uninstall the previous
version with add/remove programs before it will install.
It's a fairly... more >>
Can i add my own dialogs in setup before installation starts
Posted by meghna at 3/14/2006 12:00:00 AM
Hi friends
i am new to the setup projects.I am facing some problems using VS2005...I am
able to add my own dialogs as custom actions only after the install, commit
,rollback or uninstall. Is there any way I can plug in my dialogs as dlls
before installation starts.Please guide me as I am no... more >>
Launch Condition
Posted by Demetri at 3/13/2006 1:24:28 PM
Our team has developed a couple of libraries that are independant of any
other projects or solutions and are installed in the GAC on the web servers.
The web project that is being deployed has a setup project and all is well
except that we need to check of one of the said libraries have been... more >>
adding autorun.inf to my setup project
Posted by Sam Jost at 3/10/2006 2:46:09 AM
I've created a setup project using VS 2005 to create a install CD of my
app.
Everythings fine, but now I want to add autorun.inf to the CD, but
can't find no way to tell the setup project.
And if I just create the autorun.inf in the destination directory it
gets deleted every time I rebuild... more >>
Multi-instance of service on same machine?
Posted by James Wong at 3/9/2006 12:00:00 AM
Dear all,
I have a Windows Service compiled by VB.NET 2003 and need to run
multi-instance in parallel on the same machine with different parameter
configuration file. My plan is installing the service with private
parameter configuration file on different folders and run independently.
T... more >>
|