| Thread | Last Post | Replies |
|
| System.Drawing.SafeNativeMethods and GdiPlus.dll | 15 Aug 2004 17:10 GMT | 1 |
After installed the .Net Framework 1.1 and VS.Net2003, I think some of u may experience a System.Drawing.SafeNativeMethods exception problem when loading some window form samples from .Net Dev Env., running "Microsoft .NET Framework 1.1 Wizards" from Control Panel > ...
|
| how to remove the custom folders from each deployment project. | 12 Aug 2004 03:06 GMT | 1 |
I have this application requirement such that I need to install 3 deployment projects on to the same target directory. Each deployment project install custom directories/files to the target directory. The problem here is, when I install one deployment project(I am saving
|
| How to launch app after installation complete | 11 Aug 2004 20:04 GMT | 2 |
How can I launch my newly installed app after installation is complete? I have found an article describing ways to do it, but it has not worked for me. The article I found said:
|
| vsdracom does not work | 11 Aug 2004 18:14 GMT | 1 |
I have two vb .net assemblies in a setup package. I am using VS .net framework 1.14322 . The two .net assemblies are to be called by a COM client. The assemblies have their project properties "register for COM interop" checked. In the setup project I have both of the assemblies
|
| Problem on the execution sequence of a custom action | 11 Aug 2004 18:04 GMT | 1 |
I have a custom action trying to check the TARGETDIR property. If there is a space in it, I'll ask user to reinput the value. I put this action in InstallExecuteSequence table and give the sequence number 751, just after the action DIRCA_TARGETDIR which has the sequence number ...
|
| how can I use dialog box properties in conditions? | 11 Aug 2004 14:35 GMT | 1 |
I need input from the user to add a shortcut to the application in the startup folder. I've added a "Checkboxes A" dialog box & am using CHECKBOXA1 property for the input from the user. So in the property window for "User's Startup Folder" I've added the condition CHECKBOXA1=1. ...
|
| How to start nt service after installing it? | 11 Aug 2004 09:56 GMT | 2 |
I have created a setup project for my service in vs.net and added a custom action containing this code: ServiceController controller = new ServiceController("myservice"); controller.Start();
|
| How to add new form to already installed program | 10 Aug 2004 20:07 GMT | 1 |
I want to add new form & functionally to my installed C# application. To avoid new setup for updated functionallity. Tushar
|
| download framework | 10 Aug 2004 19:49 GMT | 1 |
(Type your message here) I vanna install net.framework 1.1.4322version.Could u help me about this please?but my english not enough to comminuocasion with u.? just speak alitlle english,If u send a message please write basicly.
|
| Help on Deploying Application Urgently !! | 10 Aug 2004 16:06 GMT | 1 |
I am intending to install VB.NET Program in Window server 2003.. and accessing the .EXE File from client computer to server. After successful installation, when i try to access the program from Client PC, Error Box pops up..
|
| Problem install new version | 06 Aug 2004 15:57 GMT | 1 |
I have a problem with .NET Installer. I created a project (OutLook COM AddIns) and install first time (Work fine), but I update the application and execute the install again in the client machine (I configured the msi for uninstall last versions and install new version) ...
|
| question on deploying VS.Net on Development machines ... | 05 Aug 2004 04:15 GMT | 1 |
Here at the University we will be embarking on writing many of our new modules of our Student Information System in VB.Net and ASP.Net. Due to security policies established here, we will not be allowed to run IIS on the development machines (the desktop machines used by our ...
|
| Service Hosted Remoting Doesn't Work When Installed With MSI | 03 Aug 2004 18:39 GMT | 1 |
I have a remote object hosted in a windows service. It works great when the service is installed via InstallUtil.exe. When I install the service using a Setup Project, the service runs, but accessing the remote object gives a File or assembly name XX, or one of its dependencies, ...
|
| Please, valid paths passed to custom installer results in Success or System.IO.FileNotFoundException | 03 Aug 2004 03:27 GMT | 1 |
I've made a setup project and in the CustomActionData i pass among other parameters /Path=[TARGETDIR]. Everything works just fine if I have given the setup project a name as "PerDataToSomewhere" the passed targetdir works just fine installing
|
| How do I strong name an assembly that uses the MS Browser Control? | 02 Aug 2004 09:24 GMT | 2 |
How do I strong name an assembly that uses the MS Browser Control? I added the control to my forms (references axSHDocVw and SHDocVw got added), but I get the error message, that the assembly can't be generated. Assembly generation failed -- Referenced assembly 'AxInterop.SHDocVw' ...
|