| Thread | Last Post | Replies |
|
| Why am I getting a prompt for a network login? | 31 Aug 2005 16:49 GMT | 4 |
I'm a newbie starting up with ASP.NET, and I'm getting off to a wonderful start - and when I tell you "wonderful" I'm being sarcastic. My OS is Win 2000 SP4 - and I'm using IE6.
|
| bootstrap multiple .Net framework | 30 Aug 2005 21:46 GMT | 3 |
I have a setup project that correctly bootstraps the .net framework 1.1 and MDAC in english - followed instructions from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/v sredistdeploy.asp. And I have included an autorun.inf in the setup project so ...
|
| Installer to create User group | 30 Aug 2005 18:13 GMT | 1 |
I need to be able to create a user account and a user group on a target machine. Could anyone please explain how to do that or refer me to an example or reference on the web. I found a "Using a custom action to create user accounts on loacl computer" on MSDN but could't ...
|
| .NET Framework Launch Condition for 1.1 SP1? | 30 Aug 2005 02:08 GMT | 2 |
Anybody know how to modify the setup project's .NET Framework Launch Condition to detect Framework 1.1 SP1 instead of 1.1? Cheers! Wencheng
|
| .net framework 1.1 on windows server 2003 | 26 Aug 2005 16:51 GMT | 2 |
How can I uninstall .net framework on windows 2003 server? is it possible? regards LUK
|
| Equivalent of UseDll in Windows Installer | 26 Aug 2005 16:50 GMT | 1 |
InstallShield has this useful pair of functions UseDll UnUseDll which allow calling external dlls. Is there anything similar to this in Windows Installer? I don't want to add an installer class to my dll and define it as a custom action in my setup project. I just want to call ...
|
| how to pass setup wizard params to custom actions | 26 Aug 2005 01:31 GMT | 1 |
I need to access, from inside a custom action, the values of the two radio button called "just me" and "everyone" visible on the "Installation Folder User Interface Dialog Box" (the form visible here: http://msdn.microsoft.com/library/default ...
|
| Addin Installation Error | 24 Aug 2005 06:14 GMT | 2 |
I am stuck with AddIn setup and it's installation problem. I have developed one VS.NET 2003 addin. Setup is automatically created by VS.NET Addin creation wizard. Now, AssemblyInfo.cs was having AssemblyVersion attribute as "1.0.*".
|
| no addin's | 23 Aug 2005 23:27 GMT | 2 |
I install visual studio.net. In vb.net under the addin's I have nothing. No addin's show up at all. What did I do wrong? Dave
|
| Uninstall Custom action Not firing after uninstall is complete | 23 Aug 2005 00:05 GMT | 1 |
I have created a setup project which a) Calls an Install Custom action(InstallerClass=false,Condition=,CustomActionData=). This custom action is a console application which adds entries to certain config files.
|
| Error in compile Setup MSI | 19 Aug 2005 03:08 GMT | 3 |
I got such a lengthly compilation error whenever i build the setup project. My setup project is simply follow the setup wizard with primary output selected. Should there be anything to setup beside following the wizard?? sometimes the error message refer to a different file but ...
|
| Use function from external dll in Custom Action | 19 Aug 2005 01:46 GMT | 2 |
I've got a custom action dll (all in C#) that is used by my Project Installer. Everything works fine. Now, I want the installer to perform one other thing which can be easily performed by a function in one of my class libraries, say MyUtil.dll. Since this additional thing ...
|
| Custom Action dll installed with App | 18 Aug 2005 18:30 GMT | 2 |
Hi, I built a setup package with VS.Net 2003 using the "Setup Project" template. I added a dll to perform a custom action during the setup process. After the setup process has finished I looked in the app folder and saw that
|
| Issued with conditions in uninstall custom actions | 17 Aug 2005 19:32 GMT | 1 |
I am using a checkbox in my setup user interface. I use the checkbox result to install or not part of my applications. I triggered some custom actions on this checkbox result (with condition property), it works fine for actions on Install, but the checkbox result
|
| CustomAction | 17 Aug 2005 19:26 GMT | 1 |
I'm using Visual Studio Installer to create my setup. The location to which I install my files needs to be based on a registry entry that is created by another product. Basically I would read the registry value, parse only information that I need from this value, and use this ...
|