all groups > dotnet setup > july 2006
need setup file location
Posted by sudhaoncyberworld NO[at]SPAM gmail.com at 7/29/2006 2:58:11 AM
Hi Techies,
I have requirement of finding out the location of where my setup file
exist(not installed application location - not target directory) when i
run the setup
Details :
I have setup file which is created using setup & dep. project
of .net,
when user run my se... more >>
share install folder
Posted by Starbuck at 7/26/2006 12:00:00 AM
Hi There
Just wondering is there is a way of sharing the destination install folder
from within the setup.msi
The share needs to be read/write to the local network
Thanks in advance
--
Nevikski
www.kevsbox.com
... more >>
Customized installation screen
Posted by Angelina at 7/25/2006 3:54:57 PM
Hi All,
I am creating a setup for a windows application in VS 2005. Now I want to
customise look and feel of all the installation steps screens. But VS 2005
seems not to provide this feature. This only allows to change the baaner
bitmap and some selected text strings. How can this be achieved.... more >>
setting custom action to run from installation CD
Posted by steve at 7/25/2006 12:00:00 AM
Hi All
I want to install sql server express after checking if the user needs it and
it is not already installed
I have written a small vb.net program to do this but I want it to run the
sql server installation from the application setup CD
How can I get a custom action to run from the in... more >>
More MSIEXEC uninstall issues with .NET 2.0 apps
Posted by Rob R. Ainscough at 7/24/2006 3:26:25 PM
I have a .NET 2.0 VB app (windows form app). If the only visible interface
is a notification icon and the main form is not visible, if you run
Add/Remove programs MSIEXEC will not detect the process is running in memory
and proceed to uninstall the application. However, if you run Task Manag... more >>
Run at StartUp
Posted by Rob R. Ainscough at 7/21/2006 1:33:06 PM
Is there a method to create a Run at StartUp via the VS 2005 IDE for a
Windows Setup project?
... more >>
How to get a "Launch Application"?
Posted by Rob R. Ainscough at 7/21/2006 11:25:58 AM
There doesn't appear to be any "Launch Appliation" dialog box that I can add
to the User Interface End section -- is there some way I can get this to
happen via VS 2005 Windows Setup project?
... more >>
Exclude custom action .exe
Posted by Lonifasiko at 7/20/2006 4:20:43 AM
Hi, after my setup project copies all necessary files to the target
directory selected by the user, I'm launching a little Console
application that moves some files to %USERPROFILE% directory. Besides,
I write application's configuration file (application.exe.config) with
the new path of these m... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Serial no check - setup & deployment project
Posted by sudhaoncyberworld NO[at]SPAM gmail.com at 7/19/2006 1:48:14 AM
Hi techies
I have a registration form to download my application. During this
registration i generate serial no for that user and i am sending to
user by e-mail
The download contains my application deployed in .net setup &
deployment project. During installation the user has to give the... more >>
security update for framework 2 fails
Posted by geek-y-guy at 7/18/2006 3:41:11 PM
Hi All: My win2K advanced server (also Domain Controller, and running latest
SPs/updates) downloaded the latest security update for .NET Framework v. 2.
It installed and the server rebooted automatically, but IIS hung on restart.
In my app log there's:
Installation Failure: Windows failed t... more >>
VS2005 Setup Project for .NET Framework 1.1
Posted by Tim at 7/17/2006 8:35:24 AM
Hi!
I have a problem that I hope you can help me with!!
I had VS2003, and had built a setup project that used the bootstrapper to
install .NET Framework 1.1 if necessary on the target machine.
This all worked fine.
I have just purchased VS2005 Pro.
I wanted to use VS2005 from now on f... more >>
Shell32.dll in Setup Project
Posted by Jon Berry at 7/13/2006 9:41:01 PM
I'm using Visual C# Standard 2003 for this.
I've got a component that uses interop to call Shell32.dll.
The setup project that I've created wants to include a copy
of Shell32.dll in the project.
Shell32.dll is over 8MB and I do not wish to include it.
I've told Visual Studio to exclude ... more >>
Setup
Posted by dave at 7/12/2006 8:33:02 AM
Hello:
I'm planning to use "Satup project" for
appl developed in VS 2005.
This appl will be installed on PCs
that don't have .Net Framework 2.0.
Q1. Is there way to include .Net Framework 2.0
using "Setup project" ?
Q2. If no what is the best way to do it ?
thank you,
... more >>
Problem installing windows service after upgrading to .NET 2.0
Posted by Colmeister at 7/12/2006 2:01:02 AM
Hopefully I'm posting this in the correct forum!
I have a solution containing a Windows Service project and a Setup project.
This was originally written in Visual Studio .NET 2003 (.NET 1.1 - VB.NET)
and the installer worked correctly except that I had to manually start the
service after i... more >>
.Net Framework 2.0 Configuration utility missing?
Posted by djc at 7/11/2006 9:26:56 AM
I downloaded and installed the .NET Framework Version 2.0 Redistributable
Package (x86) on an xp sp2 machine. Setup ran without any errors reported.
However the .Net Framework 2.0 Configuration control panel applet is not
there? Was it supposed to be installed with the redistributable package?... more >>
Distributing components with application
Posted by ramesh at 7/10/2006 7:42:09 AM
Hi all,
Could any one help me out that how can I ship additional components
with my .net 1.1 windows application. The components will only be
installed if they are not installed already. The setup MSI has to be
initiated only once and all prerequisite should be installed.
I want to ship .Ne... more >>
Query regarding localization of MSI
Posted by prashanth.hegde NO[at]SPAM robosoftin.com at 7/8/2006 7:22:51 AM
Hello All,
We hope this is the right group for our queries.
We are implementing an MSI Installer using Visual studio .Net 2003. We
have the following requirements. The MSI installer should support 14
different languages. Based on the current OS language, the installer
should display its UI ... more >>
Force reboot in VS 2005 deployment project?
Posted by Rob R. Ainscough at 7/6/2006 11:26:25 AM
Any hints on how to accomplish this? I no MSI supports ForceReboot but I'll
be damn if I can find this option in VS 2005 deployment project?
Thanks, Rob.
... more >>
framework in w2000 server
Posted by Paloma GarcÃa at 7/6/2006 4:05:01 AM
Dear all,
I'm currently developing ASP applications in a w2000 SP4 server, IIS 5.5 and
SQL 2000, and we would like to start working with ASP .NET.
We want to do a step by step approach by installing the .net framework in
the w2000 server and so still working with ASP and ASP .NET for new
d... more >>
Unable to install .NET Framework 2.0
Posted by Derek Parnell at 7/6/2006 12:00:00 AM
The first thing the installation process tells me is that I must uninstall
2.0 Beta framework. Ok, that's fine. But how?
The Beta is not in the Add/Remove program list, there are no Beta files (or
any .NET files) on my disk, there is no mention of anything in the
registry, ... so just how doe... more >>
1.1 and 2.0 install?
Posted by J at 7/5/2006 4:45:27 PM
Hello, I just installed the .net framework 2.0 successfully on our W2K
Professional Server. I just realized that 1.1 and 2.0 are different and
that 2.0 doesn't include 1.1 things. Is it ok for me to go ahead and
install 1.1 after I've already installed 2.0?
Thanks in advance,
J
... more >>
FileNotFoundException during Custom Action
Posted by Renjith at 7/5/2006 9:09:51 AM
Hello
I have a C# Outlook Add-in (.NET 1.1, VS 2003) and I have added a
Installer class in which I want to copy one file from one media
directory (SOURCEDIR) to installation directory (TARGETDIR). For this I
have added the CustomActionData with /src=[SOURCEDIR] /dst=[TARGETDIR].
But when I ru... more >>
InstallUtilLib.DLL: Unknown Error?
Posted by Rob R. Ainscough at 7/4/2006 10:06:41 AM
I'm yet another developer with the useless Installation error message, event
viewer is just as useless MsiInstaller error 1001 and shows
InstallUtilLib.DLL: Unknown Error, (NULL), (NULL), (NULL) -- oh that is so
helpful M$, how could I not know what this means...(yes, google searches has
not... more >>
Why Uninstall custom action is not called?
Posted by Vlad Hrybok at 7/3/2006 1:08:02 PM
Hi all,
I have a regular (non-web) setup package authored in VS 2005, and it used to
work fine. All of the sudden I noticed Uninstall custom action steps stopped
executing. (They seem to be executed sometimes - when installing on some
machines, but not on others.) I though Uninstall action is... more >>
.NET frameword application
Posted by Aristotelis Pitaridis at 7/1/2006 12:00:00 AM
Can someone tell me if there is a way to install manually the required .NET
frameword files in order to work a .NET application.
Aristotelis
... more >>
|