all groups > dotnet setup > july 2005
I don't get an answer about my question yet.
Posted by amos hchmon at 7/31/2005 1:14:03 AM
I ask a question about “how to install .net framework in the all clients of
my LANâ€
I get reference to the msdn library from Torgeir Bakken.
I send post before four days and yet I don’t give an answer about my second
question.
... more >>
stion.
Posted by amos hchmon at 7/30/2005 10:39:04 PM
I can’t give answer about my question.
I ask a question about “how to install .net framework in the all clients of
my LANâ€
I get reference to the msdn library from Torgeir Bakken.
I send post before four days and yet I don’t give an answer about my second
question.
... more >>
Dragging files and dropping them on a desktop shortcut
Posted by Anthony in Munich at 7/29/2005 5:26:03 AM
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.
Is there a way to provide this feature through... more >>
Multiple entries of same application - Add /Remove programs
Posted by (crishnaa NO[at]SPAM yahoo.com) at 7/28/2005 12:26:54 AM
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 the earlier ve... more >>
Addin Installation Error
Posted by Pratik Mehta at 7/27/2005 2:10:01 AM
Hello Everybody,
I am stuck with AddIn setup and it's installation problem.
I have developed one VS.NET 2003 addin. Setup is automatically created by
VS.NET Addin creation wizard.
Now, AssemblyInfo.cs was having AssemblyVersion attribute as "1.0.*".
Initially, I created setup, installe... more >>
reference installed dll file
Posted by Marco Zapletal at 7/26/2005 12:00:00 AM
hello,
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
means refe... more >>
Getting Empty String
Posted by Yoshitha at 7/25/2005 12:00:00 AM
Hi
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
CustomActions-->Install
In the installer class I have the following code... more >>
how to install .net framework in client from the server.
Posted by amos hchmon at 7/23/2005 12:24:01 PM
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
server without install pare mach... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Setup rollback
Posted by Maurizio Fazio at 7/20/2005 9:30:30 AM
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,
only for the two assembly in the it culture: mscorlib.resources and
System.C... more >>
Assembly Version/Build number decreasing?
Posted by dw at 7/18/2005 12:32:02 PM
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.*")>
And...as we are fixing bugs and adding minor features, I am figuring that
the 4th element (whe... more >>
Install windows app with config file...
Posted by Theresa Smallwood at 7/15/2005 11:29:34 AM
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 over the .con... more >>
Detecting if Excel installed...
Posted by Theresa Smallwood at 7/14/2005 10:50:56 AM
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
a GUID)? If I use the Windows ... more >>
Deployment - use of text boxes of User Interface Dialog
Posted by MapleLeaf at 7/13/2005 9:57:04 AM
Hi there,
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 Di... more >>
No mscorcfg.msc for configuration after installation of .NET Framework 2.0.50215
Posted by winston at 7/11/2005 12:00:00 AM
Hi
I've just installed the newest beta of the .net framework 2.0.50215. I had
to deinstall the old version first and install de windows installer 3.1. The
setup finished without problems but there's no configuration in
administrative tools.. The mscorcfg.msc file is missing..
Has anyone a s... more >>
Why am I getting a prompt for a network login?
Posted by wASP at 7/10/2005 3:06:03 PM
Hi,
I'm a newbie starting up with ASP.NET,
and I'm getting off to a wonderful start
- and when I tell you "wonderful" I'm being sarcastic.
My OS is Win 2000 SP4 - and I'm using IE6.
I've gotten IIS installed, along with the .NET framework.
When I try to load a page in my webroot, I ... more >>
How to specify the Target Web Site in Web Setup projects?
Posted by rb531 at 7/8/2005 4:55:02 PM
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 under "Default ... more >>
How to "unattended" (or quietly) installed the .NET Framework 1.1. and SP1 for this
Posted by Soren Mikkelsen at 7/7/2005 10:26:22 AM
Dear all,
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
microsoft.public.dotnet.general
I will be very happy if you can tell me how to "unattended" (or quietly)
installed... more >>
FileNotFoundException during a repair
Posted by Sander Kooij at 7/6/2005 11:21:39 AM
Hello,
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
CustomActionData prop... more >>
Framework 1.1 SP1 won't install (SLXX.tmp CLR Debugging Services)
Posted by K Dawson at 7/4/2005 6:16:11 AM
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.
Process id=0x92c (2348), Thread id=0x930 ... more >>
|