all groups > dotnet setup > april 2005 > threads for april 1 - 7, 2005
Filter by week: 1 2 3 4 5
Passing data to Custom action - exception
Posted by Anna at 4/7/2005 4:17:05 PM
Hi,
I need to able to get a server name and a database name from the user at
installation time. I carefully read the walkthrough "Passing data to a
Custom Action" and successfully reproduced it in C#. Everything built fine
and I even got it installed on the development machine. However, w... more >>
Setup for compact framework applications
Posted by RayAll at 4/7/2005 11:45:16 AM
Dose anyone have an exprience making a setup file for a compact framework
application.
I'm using an xml file for my application configuration and I change this xml
file during installation( I get some paths from the user and update the xml
file) ,now I'm looking for a way to tell
CE App mana... more >>
>> Setup of IIS
Posted by Jonathan Parminter at 4/7/2005 2:33:03 AM
Hi, I have winXP sp2 and dot net v1.0
When I try to create a web application the default location is
http:/localhost/WebApplication1
If I browse to c:\inetpub\wwwroot\WebApplication1 the OK button is not
available. How do I make this work?
Any ideas or suggestions appreciated :-)
--
... more >>
UREGENT: How to move aspnet_client folder out of web root.
Posted by Ken Baltrinic at 4/6/2005 11:40:19 AM
Don't ask my why we need to do this, I didn't write the website policy :( ,
but we are deploying to a website where we cannot place any directories
directly off web root (i.e. aspnet_client) and therefore we need to tell
all those lovely validation controls that their js files have moved. I... more >>
DEPLOYMENT OF AN APPLICATION
Posted by Hardik Shah at 4/4/2005 6:03:24 PM
Hi,
I have created .EXE in .Net 2003, and created setup through setup project
(setup and deployment projects) , At the time of installation on remote
computer (With Window XP) , I get following error massage :
The setup requires the .Net Framework Version 1.1.4232 : Please install the
..net... more >>
Setup project - Launch Conditions
Posted by Feldman Alex at 4/4/2005 3:04:52 PM
Hello everyone!
In the setup project I need to add condition that user have "Administrative
privileges" before the installation starts. If the user doesn't the
installation will stop.
Anyone know how to do it?
As I understood I need to add condition to property window. Am I right? If I
do, p... more >>
|