all groups > dotnet setup > may 2007
Setup in vb.net
Posted by dj at 5/27/2007 10:15:46 PM
hi ...
Actually when i m creating setup of my application ..its take default path as C:/program files/appname/manufacturer......And i want to change this path through code in vb.net..Is it possible in vb.net to change?????kindly reply... more >>
Error 1935 on install
Posted by Joel Derksen at 5/26/2007 10:36:16 PM
I recently was having troubles installing Visual Studio 2005 on Vista, and
in the process of trying to solve it, I uninstalled the .NET 2.0 Framework.
Now, when I try to reinstall it using the dotnetfx.exe file downloaded from
MS's website, I get the following error:
MSI (s) (18:60) [15:15:... more >>
Setup Issue
Posted by Dhaval Tamboli at 5/25/2007 5:58:50 AM
Hello people,
Actually i have made one applications in vb.net and created its setup also,but now i want to launch one exe file before installation starts and it should be continue until the installation ends..so kindly suggest me how to do this? please its urgent... more >>
How to deploy settings file
Posted by Pieter at 5/25/2007 12:47:01 AM
I'v devloped a windows service solution in VB.net containing 3 projects.
The first project is a class libary with all the logic in it, compiled into
assembly A.dll
The second project is a Windows service project wich references A.dll
The third project is a setup project to deploy the solu... more >>
Setting Registry Keys
Posted by John at 5/24/2007 4:58:53 PM
Hi
How does one set registry keys in a set-up project? Would these keys come
off on uninstall?
Thanks
Regards
... more >>
finding out virtual directory name in custom action code in web setup?
Posted by Sergei Shelukhin at 5/21/2007 8:32:24 AM
Hi. I know there is a predefined variable that can be passed to custom
action, called TARGETDIR, containing the physical path to where the
web application files were installed.
Is there a similar variable for virtual directory name?
... more >>
Installing .NET 2.0 with a VS 2003 installer
Posted by Steve Barker at 5/21/2007 7:14:02 AM
Installing .NET 2.0 with a VS 2003 installer
Hi guys,
We’ve got an existing product written using .NET 1.1.The product is
installed using an installer created in VS 2003, which lives in the same
solution as the product code. We have a little work we want to do to this
application that ... more >>
Granting folder access to users at install time
Posted by Steve Barker at 5/17/2007 2:31:03 AM
Hi,
I've written an installer for a .NET application, which creates folders on
the user’s hard drive, specific to our application. Since the installer runs
under administrative rights, standard users do not have permission to write
to these folders once the installation has finished (and ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Deployment of the Windows Application in C#.Net
Posted by apondu at 5/14/2007 4:50:15 AM
Hi
I am deploying a desktop application and adding some files to the
folder in the application folder (I also tried to add these files to
custom folder also). All goes fine when the setup is installed but
when i try to delete or update these files and then try to launch the
application with ... more >>
please urgent how to install SQL server 2000 when i instal my .net application (C#)
Posted by Tamony at 5/6/2007 5:36:54 AM
I which to know how to install sql server 2000 while setup my .net Apllication As i want it to be like acomponent icluded in the setup withrd please urgent... more >>
|