| Thread | Last Post | Replies |
|
| How to get installation path in .NET setup | 12 Feb 2004 22:44 GMT | 1 |
Platform: Windows 2003 server, .NET Deployment Kit, Hi, I have created .Net setup deployment package(i.e, .msi) and i am executing it from a wrapper application which installs all the pre-requisites. Now
|
| Memory problem | 12 Feb 2004 19:15 GMT | 1 |
My VB.NET app runs on the system with following configuration : Pentium III / 256 Ram / 20 GB H.D The app is huge, with around 100 classes and forms. But it takes too much memory, around 60 MB. Due to this my other app do not
|
| WSH and setups | 12 Feb 2004 12:05 GMT | 2 |
Is Windows Scripting Host installed on Windows 2000 SP2 by default? Can I gurantee it will run on ANY 2000 SP2 machine? I want to replace a setup bootstrapper from .bat files to WSH for more flexability and saving me hacking one up in native C and Win32 as the VS.NET 2003 setup ...
|
| Framework 1.1 Installation failure error 1304 | 11 Feb 2004 15:20 GMT | 1 |
Hi, I know this question has been asked, but i cannot seem to find any follow-up. When trying to install I get "error 1304 error writing to Microsoft.Vsa.dll verify you have access to that directory When I run cacls %windir% I get BUILTIN\Users:
|
| distribute .netframework | 11 Feb 2004 02:13 GMT | 1 |
All our clients have visual studio but not visual studio.net I developed visual basic.net application and need to distribute it to all our clients Is it possible to install .net framework along with my .net application using a setup package How do I include .net framework ...
|
| How to change virtual dir in web setup | 10 Feb 2004 14:36 GMT | 7 |
I created a web application and a setup project. but i wanto manually configure the virtual directory to the new directory on my opinion. pls help me on the same.. Thanks in advance...
|
| RemovePreviousVersions doesn't work? | 10 Feb 2004 02:53 GMT | 4 |
Why does the above subject *sometimes* fail? I am aware that you need to have the same upgradecode but difference productcode in order for the installer remove the previous version of my application and I am doing it religiously but still a message pops up saying there is a ...
|
| Uninstall Custom action and TARGETDIR | 10 Feb 2004 00:34 GMT | 1 |
We are using Visual Studio .net to create msi packages. We are using custom actions for "install", "rollback", and "uninstall". We are calling a dll, that impliments the Installer class. For the custom action data, we us /dir="[TARGETDIR]\ for all three actions, and ...
|
| Custom Actions not working | 09 Feb 2004 10:05 GMT | 5 |
I added dotnetfx.exe to a setup project as a custom action to be installed before the main app is installed. I set the Arguments property to /q:a /c:"install /l /q" for a silent install but it complains that its already installed, then I set the
|
| Robust deploy tool for .NET ? | 07 Feb 2004 00:31 GMT | 2 |
Does anybody know of a deployment tool/utility that can 1. Install MDAC (MicroSoft Data Access Components). - Check if already exist. If it doesn’t, then instal - If it does, check the version. If older version, install the one in deployment media
|
| merge module install locations | 06 Feb 2004 23:01 GMT | 1 |
how do i set the install location of a merge module? i added the mfc71 and crt71 merge modules from the common files\merge modules directory, but the dlls are being installed to the application folder, not to the windows\system32 directory. i'm sure there is a way to do this - i
|
| Application Setup causing errror | 06 Feb 2004 22:19 GMT | 2 |
I am packaging up my applicaiton with a Setup build and added under custom actions-Install an exe containing a component that must be preinstalled. When I install this it says.. 1607: Unable to install InstallShield Scripting Runtime.
|
| Can I create a file during installation? | 06 Feb 2004 22:15 GMT | 5 |
Hi. I need to create a folder at the same level as the Target directory and create a xml file (populated with data collected from the user) in the folder. e.g :if the application is deployed to C:\Program Files\Hak\Application Folderthen I need C:\Program Files\Hak\New Folder\New ...
|
| Deploy asp.net in win2000 adv server problem | 06 Feb 2004 18:16 GMT | 1 |
I deploy my asp.net application to my IIS win2000server, however when i access aspx file, it show "server application unavailable". But i can access html file?
|
| How to hide password text in Windows Installer | 06 Feb 2004 17:34 GMT | 4 |
I am trying to make a setup project for a database and receive userID and password (along with server name and database name) for the database connection (the sample in MSDN uses Integrated security). I would like to hide the password text. Anyone?? If I dig in the SDK, would I ...
|