| Thread | Last Post | Replies |
|
| Detect Outlook | 29 May 2004 19:08 GMT | 1 |
How do i detect if Microsoft Outlook 2000 or later is installed?? I am using VS.NET 2003 I have specified 3 registry "Search Target Machine" checks for: OUTLOOK3 - SOFTWARE\Microsoft\Office\9.0\Outlook
|
| Running ASP.NET from Another Directory | 28 May 2004 15:41 GMT | 1 |
Sorry for the cross-post as I am not sure which group to post this question to. I am trying to run an ASP.NET application in IIS 6.0. If I have my application in the c:\inetpub\wwwroot\app1\ directory, which the Default Website is pointing to, the application works. However, if I ...
|
| Package 'VSRptDesigner Package' has failed to load properly (GUID = | 27 May 2004 22:22 GMT | 1 |
Our users (domain accts with roaming profiles) have recently started t encounter the subject error when using Visual Studio .Net 2003. I foun a knowledgebase article, 823245, indicating the fix is to start th protected storage service, but this was already running automatically.
|
| Installing Framework on Windows ME | 27 May 2004 19:48 GMT | 1 |
I am trying to install the Framework on Windows ME. I've run the dotnetfx.exe version 1.1 and nothing works. Is there a version of Framework for Windows ME? Any help will be appreciated. Regards Tadek
|
| Error 2889 | 27 May 2004 19:47 GMT | 1 |
I've installed Framework 1.0 on Windows ME and then I've tried to install my application generated with the same version of the framework. During the installation I am getting a message "This installer has encounter an unexpected error installing this package. This may indicate ...
|
| Want to put dotnetfx.exe and myapp.msi | 26 May 2004 10:03 GMT | 3 |
Hi everyon I have created an application myapp.msi using vb.net. My requirement is how can we create a single setup which will check dotnet framework and install if not installed on the client machine and then install my application in one stretch I tried with bootstrap, but failed ...
|
| Services Install/Uninstall - progress but not there yet | 24 May 2004 21:46 GMT | 2 |
a. i used the wizard to generate a dummy service. merged the installer code into my project and appears to be a good way b. anyhow suddenly when the installutil runs, it asks for username, password etc. is there a to mark the service to run under the LocalSystem Account? where ...
|
| InstallerClass Custom Actions and the GAC | 24 May 2004 18:25 GMT | 2 |
I don't want to deploy my winforms app to the GAC, I like to keep everything in the application folder for now. A month ago I added an InstallerClass and Custom Actions in my Setup project that call the Install and Commit methods.
|
| Problem upgrading .net framework from 1.0 to 1.1 | 21 May 2004 18:53 GMT | 1 |
I already had vs.net installed with v1.0 of the framework and downloaded the dotnetfx.exe and setup.exe files. 1. I uninstalled v1.0 framework (not vs.net 2. I installed 1.1 redistributabl 3. I installed 1.1 framewor
|
| How to modify merge module's install location? | 20 May 2004 21:31 GMT | 2 |
I am using VS.Net 2003 to create setup project and have a question. When I install a merge module form MS(msxml sdk for example), it's always installed in the root of the application folder, but I want it to be in a sub folder("bin"). I can not found the way to modify the location, ...
|
| commercial distribution of dotnetfx.exe | 20 May 2004 16:33 GMT | 1 |
Am I able to legally package dotnetfx.exe up into the setup.exe of a commercial application written in C# in VS 2003? This seems to be a fairly commonly asked question but i havent been able to find an absolute iron clad yes. Dont want to spend the next few months working on it ...
|
| Programatically adds a assembly in GAC | 19 May 2004 22:50 GMT | 3 |
Hello, guys. Can I develop my own GAC install tool in .Net? I think that I would can use the Gacutil.exe to internally do this task, but I need get the return values (sucess/fail) and it should be transparent.
|
| How do I specify location for detected Dependencies? | 19 May 2004 06:16 GMT | 4 |
I have an MFC application (in VC++ 7.1) and I have created an Setup project using the Setup Wizard. The wizard has recognized that my application is dependent on MFC and has added: vc_user_crt71_rtl_x86_---.msm
|
| Problem in Patch creation for Small Updates | 18 May 2004 16:33 GMT | 1 |
I am doing "A Small Update Patching " for that i have edited .msi file with help of ORCA and changed the file size and copied the template.pcp (blank file is provided with the SDK) and made necessary entry , but when i am
|
| Full typical custom install | 18 May 2004 04:24 GMT | 1 |
I haven't been able to find anything on how to create a setup project that lets the user specify which tools he wants to install. Isn't there an easy way of creating a User Interface with the option of selecting a Full, Typical or Custom install? If the Custom install is
|