| VS .NET acting up! (4 replies) |
| microsoft.public.dotnet.framework.setup |
| I have made many project vs .net including vb, c# and j#. However, this is the first I've encountered a problem like this only when I'm developing in j#. The problem is for example: I have a form with a button: add the form load event to the form add the button click event to the button Ever now and then, the event link is broken, what I mean to say is, If I press the button the button click is no... |
|
| Visual Studio 2003 setup failled (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi I try to setup final relesase, when the setup generate script an error message (25008 Internal error) and when I see the log found a messege : VS70pgui: Entered CPageHeaderDynamic::OnShowWindow method Setup.exe: GetGlobalCustomProperty({710A502B 4669 405C A985 BA21545509BA}) VS70pgui: ISetupManager::GetGlobalCustomProperty() failed to find global prop in CFinishPage::GetGlobalProperty() Setup.e... |
|
| How to eliminate User/Password dialog from Windows Service Install Process (2 replies) |
| microsoft.public.dotnet.framework.setup |
| I have a Windows Service for which I have built a .msi installer, following the MSDN Walkthrough. When running the installer, a dialog box pops up requesting the name of the user and his password for logon to the service. I want the service logon to be LocalSystem, but when I put "LocalSystem" into the dialog box (with no passwords) I get the message that no User ID mapping was done. I don't want ... |
|
| How to remember the destination folder in setup. (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, I am using the windows installer service to deploy my vb.net application. As you know one of the default dialog boxes the setup project has is "Installation folder". I have a program requirement with which once the application is installed in any location, for e.g. "D:\Test", the subsequent reinstalls should remember this location and show it as the default folder location during setup. Please... |
|
| I need a function that will get all running SQL server (or MSDE) on the network . (3 replies) |
| microsoft.public.dotnet.framework.setup |
| For C# or any .net language Thanks |
|
| Cancel installation with an installer class override (8 replies) |
| microsoft.public.dotnet.framework.setup |
| Hello all, With VisualStudio.Net, i'm using an installer class with a custom action on my setup project to ask the user a serial number. A "Textboxes" dialog on the "user interface" provides the serial number string to an overrided version of then install procedure, inside my installer class. My problem is that the install sub is able to verify the serial number entered, but then i can't stop/canc... |
|