| Thread | Last Post | Replies |
|
| setup project | 31 Mar 2005 22:17 GMT | 2 |
Hi all. I have a setup project for an ASP.NET project. I want to add a *.msi file in order to install additional components during the main installation. I've added this file as a merge module, started the installation proccess, but no installation of the included *.msi file started ...
|
| Modify MSI package through code | 31 Mar 2005 22:08 GMT | 1 |
There is a set of standard settings we apply to packages created through visual studio. Instead of using Orca to manually set these values I wish to create a utility that will automatically do it. How would one go about modifying a MSI package through code? Or what
|
| how to make a setup program which unisnstalls previous version | 31 Mar 2005 21:00 GMT | 2 |
I have a setup program, and i would like to make it such that when a previous version is installed , it will uninstall it first, and then install the new version. Thanks,
|
| .net framework 1.1 install fails on NT4 ws | 30 Mar 2005 15:05 GMT | 3 |
Yes, I know NT4 is history, but we still have a fair few of these boxes... I'm having to upgrade some with the 1.1 framework to allow a new app to be run. One of these boxes comes back with 'failed to install due to an unknown error'.
|
| Error message: "Installer interrupted before XYZ could be installe | 29 Mar 2005 21:13 GMT | 2 |
I am building a very simple application as part of a tutorial on how to setup a Web Setup Project. The tutorial is from a MSFT courseware, but isn't working on my machine. I am able to get the solution, with the setup project in it, to build without errors. This produces three ...
|
| NightMerge Modules | 28 Mar 2005 23:45 GMT | 8 |
Trying to install a .exe generated by MS VSC++.Net ("Initiation" for my own), on a "non developper" PC, I 've receive like many of us, "missing MFC71.dll...". After discussing on the newsgroup someone told me to use the .msm (Merge
|
| is there a way to disable Repair option | 26 Mar 2005 19:20 GMT | 1 |
can i disable repair option in .Net Deplyment Project? how? Thanks, PB
|
| .NET Framework 1.1 un-install or repair - looks for tmp3D.tmp ? | 25 Mar 2005 00:55 GMT | 1 |
When I try un-install from Control Panel/Add/Remove, Windows Installer dialog comes up and it is looking for tmp3D.tmp from the \Document and Settings\...\temp directory. When I try to run dotnetfx.exe, same problem.
|
| Cannot Install .NET Framework 1.1? | 22 Mar 2005 20:01 GMT | 3 |
Doing an install of the ".NET Framework 1.1" I get an error: Error 1935: An error occurred during the installation of assembly component {B386D0EB-954A-4242-B434-AF57554CFADE}. HRESULT: -2147024891.
|
| error when installing dotnet framework | 22 Mar 2005 05:30 GMT | 2 |
Good Afternoon, Today I tried installing .net Framework 1.1 off of the web and received an error. Can not install this program. Let me start with some history first. I have a Dell Optiplex running Windows XP Pro with sp1 with all updates
|
| .NET Setup and Deployment Custom Action Issue | 19 Mar 2005 05:06 GMT | 1 |
I am creating a custom action in my setup routine. When I try to pass [TARGETDIR] to my commit action as /TARGETDIR=[TARGETDIR] and there is a space included in my path, I get an error. When there are no spaces in the path, it works fine.
|
| Confused - UpgradeCode on NET 2003 msi | 19 Mar 2005 00:01 GMT | 2 |
I'm confused. I have been building a net msi for over a year without any problems arising from multiple installations appearing in the add-remove setup. I have been careful to NEVER CHANGE THE UPGRADECODE! I wrote it on a note and taped it to my computer.
|
| .net and flash | 17 Mar 2005 15:59 GMT | 2 |
hi guys!! i saw recently a document explaining how to send ""events"" from a flash swf to a .net app using C#, now im interested in know if is possible to send "events" from my app .net using C# o VB or J# to the same flash movie
|
| Setup logfile error | 17 Mar 2005 15:39 GMT | 2 |
Trying to install net framework and i get an error "cannot write to the setup log file" Lots of help required
|
| Adding update management to my app... | 13 Mar 2005 16:31 GMT | 1 |
A tech question for those smart cookies with update management experience. We use a product called EasyUpdate, from www.AutoUpdatePlus.com, to manage the updates of our app after it has been delivered to the client. From our perspective, it is great.
|