| Thread | Last Post | Replies |
|
| How to add validations in a dialog for the setup project | 31 Oct 2006 22:29 GMT | 1 |
I have some custom text boxes as part of my deployment installation program(this is .NET setup project) and I would like to know how to validate these text boxes so that if they are left blank then a message pops up. One can add dialog of type "Textboxes" and set the properties ...
|
| Silent Uninstallation of privious version | 31 Oct 2006 22:20 GMT | 1 |
I have developed an application on .net (VS2005) Application functionality get change frequently and have to create new msi each time. Is there any way when i install new version silently privious version
|
| Redistributable question | 31 Oct 2006 17:20 GMT | 2 |
We just got a patch to the .NET Framework. http://www.microsoft.com/technet/security/bulletin/ms06-056.mspx Has the redistributable been updated to reflect this patch? As a software developer I can't be installing the redistributable and then
|
| Uninstall | 28 Oct 2006 18:56 GMT | 2 |
I have created a msi setup project for my software everything seems to be working but the problem is with uninstall part . In my software i add some mdb files into a folder which initally consist of single mdb file . during uninstalltion my newly created mdb files are not removed
|
| Pervious Custom Installer is exicuted on ReInstall's Install event | 24 Oct 2006 21:28 GMT | 2 |
Tool used VS2005, Created a Setup project with RemovePreviousVersions to true. The custom Installer message box pops up a version number as 1.0.0. during install event. Installed this version.
|
| UnInstall - Help me please! | 24 Oct 2006 17:09 GMT | 2 |
I have a C# app (VS2003) that has been installed on 5 Win2000 Server machines each one configured exactly like the other (so my customer tells me). My customer is having trouble running these apps and we have run into a sticky problem in trying to resolve it. I have a number of ...
|
| Silent install of .NET 2.0 Framework... | 24 Oct 2006 09:12 GMT | 4 |
Here's the command string that I've seen in several threads referring to the silent installation of the .NET 2.0 Framework... dotnetfx.exe /q:a /c:"install /q" This works great for me... I'm just looking for a through explination
|
| Login timeout. | 23 Oct 2006 16:19 GMT | 1 |
Hi team, Does anyone can tell me HOW can I set up a login timeout for a web app? For example, if user doing "nothing" in the last 15 min, get off = login timeout reached! Is it inside machine.config file?
|
| .NET 2003 - app.config problem. | 19 Oct 2006 20:35 GMT | 1 |
Hello, I have a simple little app that depends on the app.config file for sql server settings, report locations, etc... my problem is my dev box has different values in order for me to test with :) I wrote a small app that will take
|
| InstallUtilLib.DLL: Unknown Error? | 16 Oct 2006 17:02 GMT | 6 |
I'm yet another developer with the useless Installation error message, event viewer is just as useless MsiInstaller error 1001 and shows InstallUtilLib.DLL: Unknown Error, (NULL), (NULL), (NULL) -- oh that is so helpful M$, how could I not know what this means...(yes, google ...
|
| Web Setup | 12 Oct 2006 23:19 GMT | 1 |
I'm trying to install my asp .net 1.1 application in our production windows 2000 advanced server, but when the web application is installing (through the .msi) I receive the following error: "There is not enough storage to complete this operation"
|
| Updating welcome page of setup project. | 05 Oct 2006 01:07 GMT | 3 |
I want to update content of header of welcome page which is getting displayed while installing project. I have created setup project in visual studio .net 2003. Is there any way to do this.
|
| Install on top of old client version issues? | 02 Oct 2006 21:09 GMT | 3 |
Has anyone seen weird issues when installing custom clients on top of old version? Seen it a few times, remove all versions an reinstall the current again and it works fine.
|
| .NET Framework install issue: no IE detected | 02 Oct 2006 21:06 GMT | 2 |
During setup of the .NET Framwork v2.0 the following error occurs: "IE5.01 or higher version is required prior to installing Microsoft .NET Framework" The installer displays some property info:
|
| dot NET never installed in fresh winxp home sp2? | 01 Oct 2006 20:07 GMT | 2 |
i see the downloadable 1.1 is march 2004. i bought xp sp2 (complete fresh install, no upgrade detritus). approx Oct 2004, IIRC no chance that i'd recall choices i may have made during install. but i've since assumed that dotnet is part of xpsp2. yes?
|