all groups > dotnet setup > july 2004 > threads for july 15 - 21, 2004
Filter by week: 1 2 3 4 5
Create an MSI that puts files in all users, not current user.
Posted by Johnny Fugazzi at 7/21/2004 4:08:59 PM
The subject pretty much sums it up.
I am creating some installers using VS.NET 2003. The created installers
work great, but they install all of the shortcuts to the current users
profile. I would like to either ask the installing part to pick Current
User or All Users, or just force all user... more >>
Change Installation path
Posted by aro at 7/21/2004 9:22:11 AM
Hi guys,
I have an .msi file that installs MSDE (merge modules) in \Program
Files\Manufacturer\Product Name\.....
The problem I have is that I want to change the installation path. Setup
brings up at the beginning the form where I can choose the path, but it
ignores the new path. It inst... more >>
AutoUpdater problem!
Posted by DotNetJunkies User at 7/20/2004 10:50:22 PM
Does an upgrade mean changing the version number of the setup project as well as the version number of the assembly?
I have been having a problem implementing auto updater component. Suppose I am trying to install a new version( assembly version and the product code has been changed)
on a client... more >>
AutoUpdater problem
Posted by DotNetJunkies User at 7/20/2004 10:50:15 PM
Does an upgrade mean changing the version number of the setup project as well as the version number of the assembly?
I have been having a problem implementing auto updater component. Suppose I am trying to install a new version( assembly version and the product code has been changed)
on a client... more >>
Asking for remove or repair on setup.
Posted by aarepasky NO[at]SPAM yahoo.com at 7/20/2004 8:37:01 AM
In the testing of my setup program, sometimes when I run the setup, it
gives the same screen when "Adding and Removing programs" in the
Control Panel. So when I am adding my program with the setup program,
and my program has already been installed on the computer, I would
like it to go automati... more >>
Dynamic Help in VS .Net 2003
Posted by John_5101 at 7/20/2004 6:20:03 AM
After installing VS .Net 2003 and then separately installing the MSDN Help, the only link available in Dynamic Help is "Installing Help for Visual Studio" under the heading "Getting Started". Clicking on this link simply makes you run around in circles without solving the problem. Can anyone tell ... more >>
Error installing MSDN Library
Posted by Shrine at 7/19/2004 9:35:02 PM
Hi Friends,
when I attempted to install the MSDN Library, I got the following error:
Error 1305.Error reading from file: C:\Program Files\MSDN\2003JAN\1033\_vsmsdnloc.hxq. Verify that the file exists and that you can access it.
Help me..
--
Bye,
Shrine... more >>
How do I create a shortcut that points to the executable?
Posted by aarepasky NO[at]SPAM yahoo.com at 7/18/2004 9:26:07 AM
I am using .NET 2003. I created a setup program to install my
program. The shortcut is fine except the target does not point to the
executable, only to the path for the executable.
This is what I have done.
-In the File System Editor, I created a shortcut on the User's
Desktop.
-I did th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL Server or MSDE check during installation
Posted by georg-schmitt NO[at]SPAM web.de at 7/18/2004 8:10:37 AM
Hello,
When I'm installing an application, the setup routing should check if
there is a MSDE or SQL Server installed. If not, MSDE should be
installed first with this setup routine.
Is it possible to check this with a NET Setup/Installation Project or
with Installshild X (Express, Professio... more >>
Error 1304 : Error writing to file: Microsoft.Vsa.dll"
Posted by HELPME at 7/17/2004 10:10:02 PM
Recieve this error when installing MS net framework 1.1 on XP. have looked for a solution every where..
Can someone help
xp SPK1... more >>
Installing/Uninstalling .Net Frame Work
Posted by Don Jones at 7/17/2004 5:36:01 PM
I've tried to Install VS Studio .Net 2002/2003 and it keeps failing with .Net Frame work. When trying to install it, it says it suspended. When I try to uninstall it, it locks up the system. Right now, I am at the point of reloadng the OS (Windows XP w/SP1a and all HotFixes). How can the .Net Fr... more >>
error on install
Posted by Sérgio_Almeida at 7/16/2004 10:51:03 AM
Greetings
I've developed a C# application and created a setup project to
distribute it. On my machine and machines like mine (machines with
Windows 2000 Pro) the setup package works fine, i.e., the application
installs and I can run and use it.
But my customer tries to execute the same set... more >>
How do I stop a remote service and start it again?
Posted by anonieko NO[at]SPAM hotmail.com at 7/15/2004 2:23:49 PM
:start
psservice \\riavalweb09a stop wikied
if errorlevel 1 goto :start
copy wikiserver.exe \\riavalweb09a\WebW
if errorlevel 1 goto :start
:restart
psservice \\riavalweb09a start wikied
if errorlevel 1 goto :restart... more >>
i wont install on default C:\inetpub\wwwroot ... can I ?
Posted by joaopancinha at 7/15/2004 5:21:17 AM
so guys (sory about my english..)
i'm making a web setup project, but i really like with
the user choise de directory where i'll be installed de
virtual directory..
by default the virtual directory is created
on "C:\inetpub\wwwroot", is that property i need change..
so, is that possib... more >>
Kay Validation
Posted by Dev at 7/15/2004 12:00:00 AM
Hello,
I want to know about how to make CD KEY
Validation with User Interface Dialog Boxes Provided
in SET-UP Project in VS.NET.
Devdatta
... more >>
|