| Thread | Last Post | Replies |
|
| Custom Action Entry point error in .NET setup project | 06 Feb 2004 14:18 GMT | 13 |
My app. uses an MSDE. I created a class library project, and in the public sub: AttachDatabase I Attache the database, and set logins, users and passwords. I want to run this dll at the end of the intallation process, so I added
|
| installer custom action : mySavedState | 05 Feb 2004 22:51 GMT | 1 |
I'm currently having probelms getting uninstallation to work in a custom action for a VS.Net setup and deployment project. The custom action runs an SQL script to create a database on a server. The server name is input by the user using a custom diaolog in the installation
|
| Install Microsoft .NET framewotk 1.1 - dotnetfx.exe return error 1603 | 05 Feb 2004 21:22 GMT | 1 |
Please help! When I'm trying to install Microsoft .NET framewotk 1.1, I got the error msg "Microsoft .NET framewotk 1.1 has ended prematurely" The first error code I can find in the log file is 1603
|
| Installer - Custom Textboxes in UI problem | 05 Feb 2004 20:31 GMT | 1 |
I have added a 'Textboxes (A)' to my UI installer project along with a custom action to pass the value back to a class I've written to override the void Install function. As long as the text is very simple everything is working just fine. I've tested it by writing the string out ...
|
| unable to install .Net Framework 1.1 on XP | 05 Feb 2004 20:12 GMT | 1 |
There is no way to install .Net Framework 1.1 on my pc (XP Pro, 512mb ram, 40 gb freespace disk) I tried everything, reading anything on the subject - reinstall X - download all patches and service pac
|
| Get Primary Output property or value | 04 Feb 2004 22:41 GMT | 4 |
I want to write my own registry string value that contains the filename of my Primary Output. I can use the "Registry" screen in my setup project to create the keys and the string value, but to get the actual filename I am thinking there must be a property I can use, similar to
|
| Property List | 03 Feb 2004 21:47 GMT | 2 |
Where do I find a listing of allowable propertys for setup. (Eg. [TARGERDIR], Etc.) I have searched the MSDN site with limited success. Any help is greatly appreciated.
|
| setup project dependencies problem | 02 Feb 2004 20:46 GMT | 1 |
i am creating a setup for multiple exes together. i have more than one directory i am installing into. some of the exes have the same dependencies on other DLLs. however, it seems that the setup only wants to put each DLL into a single
|
| How to set the Install Path into Registry in Windows Installer? | 02 Feb 2004 19:00 GMT | 7 |
I am trying to create a Setup Project in Visual Studio .Net. I am wondering how I would set where the application is installed to into the Registry. Also, any source of samples for setup programs greatly appreciated! Thanks, Joe
|
| Installutil - when using reference to another assembly | 02 Feb 2004 18:54 GMT | 5 |
I have created the MyInstaller.dll which inherits System.Configuration.Install.Installer and uses MyOtherAssemb.dll. If I do "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\InstallUtil.exe C:\myfolder\MyInstaller.dll" is not working until and unless I place the file ...
|