all groups > dotnet setup > january 2004 > threads for january 1 - 7, 2004
Filter by week: 1 2 3 4 5
Using MSI setups
Posted by Kelly G. at 1/7/2004 9:40:40 AM
This question is regarding the setup,
Is it possible to catch the event of the close button in the installation
complete windows form dialog control(finished) , I basically need to point
to a website(for registeration) after the user clicks the close button.
Also is there any alternative... more >>
Modifying IIS directory properties during .Net Install with CustomAction
Posted by clairereedo NO[at]SPAM yahoo.co.uk at 1/7/2004 9:32:40 AM
Hi All,
I have written a C# library to wrap up functions for modifying IIS
directories. This library uses the DirectoryServices class. The
library works fine with a Test Program and enables properties such as
AnonymousAccess to be set and allows the directory to be set as an
application. M... more >>
Set Service Login form not topmost
Posted by Tim Werth at 1/6/2004 3:56:21 PM
I have written a Setup & Deployment project that installs services. If,
while the setup is being run, which could take a couple of minutes, the user
does something else like check his email, or do something in Windows
Explorer or anything to any another process, when the Set Service Login form
... more >>
Accessing controls in web setup
Posted by balaji varadharajan at 1/5/2004 11:11:01 PM
I am trying to access a text box in the .net web setup which contains
the name of the virtual directoy and put a custom text in that which is
read from the registry.
is that possible
thanks for any help
Regards
Balaji
*** Sent via Developersdex http://www.developersdex.com ***
Don't ... more >>
problem using custom actions with Native DLL
Posted by Mohamed Ben at 1/5/2004 3:26:51 PM
Hi,
I'am currently trying to build a .Net Setup. Everything works fine
except when I try add a custom action that calls a Native DLL. When I try
to build by setup project, Visual Studio pops up command prompt followed by
a message that tells me to restart Visual Studio. My custom acti... more >>
Registry and setup
Posted by Jacek at 1/5/2004 6:08:36 AM
Hi
Hope it is correct group for this question.
I have two applications. Both of them adding some values
to the registry
(HKEY_LOCAL_MACHINE/Software/Manufacturer/App1/Value1,value
2... and
HKEY_LOCAL_MACHINE/Software/Manufacturer/App2/Value1,value2
...)
The problem is when I uninstal on... more >>
app.config error question
Posted by John Shaw at 1/2/2004 3:14:09 PM
I have deployed a project with Windows Installer and I am
getting the following error -- An unhandled exception of
type 'System.InvalidOperationException' occurred in
system.dll
Additional information: The
key 'sqlConnection1.ConnectionString' does not exist in
the appSettings configura... more >>
|