Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB.NET Setup Project/Installer Clas
Name: wizard-ict Date: May 10, 2007 at 13:44:41 Pacific OS: XP CPU/Ram: P4 Product: wizard-ict
Comment:
I've just built my first project in VB.Net (using Visual Studio 2005) that requires custom actions on install. To achieve this I've added a Windows Installer class to the custom actions of my Setup Project. All works fine, the application installs and the custom actions are carried out as planned (this basically consists of moving some files and changing a couple of registry entries). However, if I close the application and restart it it basically reinstalls itself and runs the installer class again. If I move or rename the original MSI package the application won't run at all, generating an error and asking for the location of the MSI package. Does anyone have any idea what's causing this? The MSI package is only supposed to be a one-off installer, the application shouldn't rely on it to run! If I remove the custom installer class this doesn't happen so it has to be related to that, I just can't figure out exactly why.
Summary: The EXE will be overwritten if it is installed in the same folder. Any DLLs you have written will be over written as the date will be later. Any system DLLs that you application uses will not be ov...
Summary: the pro is install to 98% than error pop-up I keep getting an error installing VB.net Standard 2003 setup the message says: Error 1937. An error occurred during the installation of assembly 'Microsoft...
Summary: all you need to do is choose Windows Service from the list of projects you can make and .net will do most of the framework for you. Then you need to add an installer to the project (which allows you t...