| Thread | Last Post | Replies |
|
| Dragging files and dropping them on a desktop shortcut | 29 Jul 2005 18:52 GMT | 1 |
If I manually create a shortcut to my executable, then I can drag and drop files from Windows Explorer onto the shortcut to invoke the program. When I create the desktop shortcut through a setup project, I cannot drop files onto this shortcut.
|
| Multiple entries of same application - Add /Remove programs | 28 Jul 2005 20:50 GMT | 1 |
This problem is very strange and I donno. where can dig into. I'm creating a windows setup project and with no custom installations. I have just used the options and properties given by the project. Here my problem is, whenever I try to install my application it should not ask for ...
|
| reference installed dll file | 28 Jul 2005 10:22 GMT | 2 |
i am developing an application, which needs a specific dll (e.g. xy.dll). i successfully packaged my application and also its needed dependencies (the file xy.dll) in an installer project. but instead of packaging xy.dll with my application installer, i want to use (this
|
| Install windows app with config file... | 28 Jul 2005 08:18 GMT | 1 |
I am creating a setup project for a Windows Forms application that includes a app.config file. What I would like to do is include with the installation package a "loose" file that would basically be a copy of the config file, with settings for the target system that can be copied ...
|
| Getting Empty String | 27 Jul 2005 21:37 GMT | 1 |
I am working on a web project. I have a InstallerClass in my project. While making setup ( using web setup template) for this web application, I have added a userinterface with 4 textboxs, and added assembly to
|
| how to install .net framework in client from the server. | 26 Jul 2005 14:01 GMT | 2 |
I have in my organization clients that with windows2000/XP without .net framework. And I want to install .net application in the machine but before I need to install .net framework. I don’t know how to install the .net framework in the all computer from the
|
| Setup rollback | 22 Jul 2005 21:52 GMT | 3 |
I created a setup project. If i install my program on the deployment machine it's ok. if i install on the client machine, the installation rollback. With the utility fuslogvw i have this errors for the assembly binder,
|
| How to specify the Target Web Site in Web Setup projects? | 19 Jul 2005 19:32 GMT | 2 |
The server where I want to install my website has more than one 'root' website in IIS - "Default web site" and another website. Both use port 80. When Windows installer runs, it prompts the user only for the virtual directory name and port number. It does not install the site ...
|
| Assembly Version/Build number decreasing? | 19 Jul 2005 15:03 GMT | 2 |
Hello... I have an assembly that had a build number that was incrmenting for a while...but now it seems to decrease. In the AssemblyInfo file I have: <Assembly: AssemblyVersion("1.4.0.*")>
|
| Detecting if Excel installed... | 14 Jul 2005 20:53 GMT | 2 |
In a Deployment Project in .NET: What is the best way to detect if Excel is installed on the client machine, and which version they are using (I am referencing the Excel 10 objects) - use a Registry search or a Windows Installer Search (which seems to look for
|
| Deployment - use of text boxes of User Interface Dialog | 14 Jul 2005 02:26 GMT | 1 |
I'm very new to .net development. Can someone please shed some light on how I can retrieve the data entered by the user during the setup process? I've created a little windows application and a setup project. I've added a textbox dialog in the Start node of the User Interface ...
|
| FileNotFoundException during a repair | 11 Jul 2005 20:54 GMT | 5 |
I have a problem with a setup project which I have created with Visual Studio .NET 2003. In this project I have an extension DLL to perform some custom actions. I am parsing the source location of my installer (public property SOURCEDIR) to the custom DLL by using
|
| How to "unattended" (or quietly) installed the .NET Framework 1.1. and SP1 for this | 08 Jul 2005 12:02 GMT | 2 |
I am not sure this is the right forum so please bare with me that I've posted the same on fora: microsoft.public.dotnet.faq microsoft.public.dotnet.framework.setup
|
| Framework 1.1 SP1 won't install (SLXX.tmp CLR Debugging Services) | 04 Jul 2005 15:25 GMT | 1 |
When I try to install .NET Framework 1.1 SP1 from either Windows Update or from the download file, I get the following error: SL1.tmp - Common Language Runtime Debugging Services : Application has generated an exception that could not be handled.
|
| Install .NET Runtime as non-admin user | 01 Jul 2005 16:06 GMT | 1 |
We are distributing a .NET application to our clients along with .NET Framework 1.1 Runtime in the installation package. Is there any way that we can install this successfully without requiring user to be a local computer admin?
|