all groups > visual studio .net setup > april 2004 > threads for april 8 - 14, 2004
Filter by week: 1 2 3 4 5
Windows Installer overrides registry values
Posted by Paul Hartog at 4/12/2004 10:51:02 PM
I created an installer package which has been installer by several clients. Now I want to create a new version. I increased the version number and changed the upgrade code of the installer package and set the RemovePreviousVersion property to True and set the DetectNewerInstallerVersion to True as w... more >>
Bad link created when creating setup project
Posted by Adrian O' Neill at 4/12/2004 3:30:44 PM
Hi,
I've just created a Setup Project in Visual Studio 2003. The Setup.ini file
contains the following URL which the user will get redirected to if the .net
framework isn't installed:
http://go.microsoft.com/fwlink/?LinkId=9832
However this link points to a page which says "The .NET Framew... more >>
Windows Installer problems
Posted by Lieperik at 4/11/2004 9:36:02 AM
I got two problem using Windows Installer
1. Conditional Desktop Shortcu
When I create an installer package using Visual Studio .NET and use a checkbox dialog to ask whether the user wants to install a desktop shortcut to the application there is not way how I can add a condition to the shortcut ... more >>
Possible design flaw in windows installer during an uninstall/install.
Posted by Dave at 4/9/2004 4:27:09 AM
I've run into what appears to be a bug/design flaw in windows installer.
This occurs when an MSI file is configured so that it will automatically
uninstall a previously installed older version before running the install of
the new version, and the MSI file contains a custom action that is to be r... more >>
Create Setup Error
Posted by sna at 4/8/2004 10:21:09 AM
Hello
can please anybody help me. I have big problems with the setup-project from .NET 2003. Every time i want t
build the setup-project which include my actual c#-project the build of the app is ok but then the following error
accours
ERROR: error while validation HRESULT = "80040155
in win... more >>
|