all groups > dotnet setup > june 2007
dot net setup question
Posted by Wendy Elizabeth at 6/28/2007 5:52:00 PM
I have a question about setting up visual studio.net 2005 professional
version to debug with a sql server 2000 database. The visual studio.net 2005
is on my workstation and the sql server 2000 databases are on two separate
window server boxes.
My goal is to debug some t-sql commands. To ... more >>
visual studio.net 2005
Posted by Wendy Elizabeth at 6/27/2007 10:40:03 AM
I am trying to figure out if I can run sql server 2000/sql server 2005 on my
workstation.
I work for a small company and they bought one version of visual studio
..net 2005
professional version for me.
This company has a couple of production sql server 2000 licenses.
Basically there is... more >>
web setup - get rid of abs. paths?
Posted by Sergei Shelukhin at 6/18/2007 12:51:13 PM
Hi. I have to package several files in my web.setup project, some of
them should be placed into system32 folder (security key drivers),
some into a separate program files subfolder (CLR SP dlls, xpsmtp dll
for SQL Server), etc.
At the moment, I have added them to setup project via add file,
h... more >>
VB2005 not deploying properly
Posted by Tym at 6/11/2007 1:41:53 PM
I've googled until I'm blue in the face - nowhere can I find the solution to
this....
Developed my first real app in vb.net 2005. works great on my PC and my
laptop (which also has VB.Net 2005 installed on it)
The app also installs in my friends new Dell laptop
However, on my other PC a... more >>
Can UI dialogs be displayed conditionally?
Posted by Bogdan at 6/10/2007 10:38:54 AM
Hi,
Files and custom actions can have conditions set in their properties. This
does not seem to be true for UI dialog boxes. I'm surprised that such an
important feature has been missed in deployment projects. How can you ask a
user to enter info that has nothing to do with options that ... more >>
Are custom actions in vc setup projects deferred?
Posted by dan at 6/7/2007 9:41:53 AM
I can't find anything about it in on-line docs. I can't get active database
or any properties except "CustomActionData" in my custom action DLL.
Thanks.
... more >>
how do check what framework is a vs 2005 project running?
Posted by raulavi at 6/6/2007 7:34:00 AM
where can we check what framework is a vs 2005 project running?... more >>
How to run cmd.exe or other exe on user's machine from a setup project?
Posted by Bogdan at 6/4/2007 2:43:31 PM
I'm not sure if I got it right but according to the on-line docs Windows
installer allows you to run exe on user's machine (i.e. an exe that is not
included in a given setup project). I think that this is custom action type
50. I can't figure out how to add such exe to my setup project in VS... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is [TARGETDIR] available in UI dialog boxes of a setup project?
Posted by dan at 6/4/2007 2:34:11 PM
Hi,
I thought I could provide a default value as [TARGETDIR] for a text box in a
UI dialog box. This does not seem to work though. Is this because this
property is not yet available at this stage? Is there another 'variable'
that I can use instead?
Thanks,
Dan
... more >>
Entry point installers
Posted by Varangian at 6/1/2007 3:31:13 PM
Hi,
I have a dll that has two installer classes (classes that inherit
from .NET Installer). These two installers are different since one is
used for a setup and the other for another one.
However one of the setup seems to be using the first installer class
that it finds in the project. Even... more >>
|