| Can Platform SDK or some of its components be redistributed, like .NET framework (dotnetfx.exe) in a setup project (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Is there a redistributable package of Platform SDK as there is for the .NET framework (dotnetfx.exe) which i may include in the setup of my application. My application needs some components of platform SDK to run, just as it needs the redistributable package of the .NET framework. Please help me out. From: Samir Azmat Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id 6/HEmzw0Z0i/v /kdS... |
|
| AutoUpdater problem! (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Does an upgrade mean changing the version number of the setup project as well as the version number of the assembly? I have been having a problem implementing auto updater component. Suppose I am trying to install a new version( assembly version and the product code has been changed) on a client machine which has older version installed then the installation of the new version happens. However, in... |
|
| vsdracom does not work (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hello, I have two vb .net assemblies in a setup package. I am using VS .net framework 1.14322 . The two .net assemblies are to be called by a COM client. The assemblies have their project properties "register for COM interop" checked. In the setup project I have both of the assemblies register properties set to 'vsdracom'. When I run the setup.exe package everything is installed, but the managed f... |
|
| System.Drawing.SafeNativeMethods and GdiPlus.dll (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi All, After installed the .Net Framework 1.1 and VS.Net2003, I think some of u may experience a System.Drawing.SafeNativeMethods exception problem when loading some window form samples from .Net Dev Env., running "Microsoft .NET Framework 1.1 Wizards" from Control Panel Administrative Tools or execute C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 winres . Even you uninstall and re install the .Ne... |
|
| Default Web Site (Stopped) (4 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Have Win2K Server: MS Windows 2000, Service Pack 4 Development Machine. Internet Information Services Default Web Site (Stopped). I attempt to start but get the following message: Internet Services Manager Address Already in USE. TCP Port: 80. Have another Win2k Server: MS Windows 2000, Service Pack 4 with IIS Installed. TCP Port: 80. 2 Questions: (1) Is the address already in USE conflict due to ... |
|
| How can I edit the UI using Orca? (4 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, I tried to edit the display message in folderForm using Orca but I did not find in which table I can modified. the orignal message is "The installer will install *** to the following folder...". I just want to add one more message showing no space in the folder name. I searched all tables in MSI database but I didn't find the right place to modify. It seems that I can only modify the title of ... |
|
| Manually installation works, but can't install window service from msi file (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, I created a window service and am trying to create a installation for it. This is what I did for that: 1. for the service design view, add installers from properties page. 2. added display name and make sure the service name is right. Changed the "account" for process installer to "localsystem". 3. went to "File Add" and added a new setup project to my solution. 4. from "file stream" edito... |
|
| i wont install on default C:\inetpub\wwwroot ... can I ? (2 replies) |
| microsoft.public.dotnet.framework.setup |
| so guys (sory about my english..) i'm making a web setup project, but i really like with the user choise de directory where i'll be installed de virtual directory.. by default the virtual directory is created on "C:\inetpub\wwwroot", is that property i need change.. so, is that possible?? any help is very apreciated!! thanks! joao paulo melo southBrazil |
|
| calling another setup from a setup (5 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| HI I have created a new setup project. As part of the setup I need to be able to call another setup project from within my setup. How do I do this ? thanks madhavi |
|
| Different between Install and Administrative Install (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, In the Setup Project for Windows Forms, if we open the User Interface view, we'll see 2 outermost nodes: Install and Administrative Install. What is the difference between the two ? And how should I take them into account ? Thanks in advance. Kinh Luan |
|
| Problem on the execution sequence of a custom action (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, I have a custom action trying to check the TARGETDIR property. If there is a space in it, I'll ask user to reinput the value. I put this action in InstallExecuteSequence table and give the sequence number 751, just after the action DIRCA TARGETDIR which has the sequence number 750. When I use the sample installation file "TryNotePad.msi", this action works well. But when I try to use it in my ... |
|
| Error installing MSDN Library (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi Friends, when I attempted to install the MSDN Library, I got the following error: Error 1305.Error reading from file: C:\Program Files\MSDN\2003JAN\1033\ vsmsdnloc.hxq. Verify that the file exists and that you can access it. Help me.. Bye, Shrine |
|
| How to pass an argument to a vbscript custom action? (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, When I use the WScript object in VBScript custom action, the installer does not know it. I cannot use VBScript.argument to get the parameters passed to the action. Neither do I know where to put the parameters when calling the action. How can I do it? Thanks. Yolande |
|
| Error 1304 : Error writing to file: Microsoft.Vsa.dll (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| When installing MS Net framework 1.1 receive the "Error 1304 : Error writing to file: Microsoft.Vsa.dll" Have been looking for a solution every where. Does anyone have a resolution ???? Running XP SPK1 |
|
| Dynamically editing the MSI database (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, I want to show the installation phases during the installation such as copying files, registering the COMs, doing custom actions. There is only field that I can modified once in MSI database â in control table where the â œcontrolâ â Progresslableâ . After the text is modified, I cannot change it during the installation. Is there any way to do so? Or, there is an alternative way to so? I am us... |
|
| Error 1304 : Error writing to file: Microsoft.Vsa.dll" (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Recieve this error when installing MS net framework 1.1 on XP. have looked for a solution every where.. Can someone help xp SPK1 |
|
| Question on updating the MSI database in run time (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, I'm trying to update a running MSI file. I'm using the following code to do it. But the MsiGetLastErrorRecord method always returns a error of 2259 which means the update failed. The code is modified based on the sample code in the book WINDOWS INSTALLER. UINT stdcall UpdateMessage (MSIHANDLE hInstall) { TCHAR msg[255] {0}; UINT nResult 0; TCHAR Qry [ ] {TEXT("UPDATE Control SET Text '{\\VSI M... |
|
| Cannot uninstall the product (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi there, When I was testing my setup project, I made a mistake in uninstall script so that I cannot uninstall the whole product because every time I try to run the uninstall, the setup runs the script and quits the operation. Is there any way to solve this problem? Thanks. Yolande |
|
| How do I stop a remote service and start it again? (2 replies) |
| microsoft.public.dotnet.framework.setup |
| :start psservice \\riavalweb09a stop wikied if errorlevel 1 goto :start copy wikiserver.exe \\riavalweb09a\WebW if errorlevel 1 goto :start :restart psservice \\riavalweb09a start wikied if errorlevel 1 goto :restart |
|
| File sequences (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi Phil, When I'm trying to build a patch file, according to your book, I need to maintain the sequence numbers of files. I have more than a thousand files to package and when I just add three new files, other files also change their sequence numbers. I wonder how the VS assigns the sequence numbers to these files because I cannot modify the numbers one by one. How can I control it through the VS ... |
|
| Dynamic Help in VS .Net 2003 (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| After installing VS .Net 2003 and then separately installing the MSDN Help, the only link available in Dynamic Help is "Installing Help for Visual Studio" under the heading "Getting Started". Clicking on this link simply makes you run around in circles without solving the problem. Can anyone tell me how to fix the Dynamic Help? |
|
| vs 2005 install fails (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Running fresh server 2003 (std ed) with current patches. No other installs of any other products. Install fail attempting to install .NET 2.0 Framework. Help is necessary at this point. error log content: [07/23/04,15:31:37] Microsoft .NET Framework 2.0 Beta: [2] Error code 1603 for this component means "Fatal error during installation. " [07/23/04,15:31:37] Microsoft .NET Framework 2.0 Beta: [2] ... |
|
| CLean up the information about registered COMs from registr. (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, When we install a product, we need to register COMs (.dll, .wsc). When we uninstall this product, we have unregistered the COMs using regsvr32 /u. But there are still many information about these COMs staying in the registry (HKEY CLASS ROOT). How to remove these information? Thanks a lot. Yolande |
|
| question on REMOVE property (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi Phil, I read your book and this is a helpful book. But there is few lines talking about the REMOVE property. I am confused by the meanings of "NOT REMOVE~ "ALL"", "REMOVE~ "ALL" AND ProductState 1", and so on. Does "~ " mean NOT EQUAL TO ? If I don't want to remove a custom action when uninstall the package, how can I set this property? Thanks. Yolande |
|
| Problems setting up .NET on server (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| We have a Devolopment and a Production Server. My ASP.NET Apps runs fine on the Dev server, however on the Production i recieve the folowing error. Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\gcdw\df81acbc\8ce8048c" is denied. This error is mentioned on MSDN, but we have given ASPNET all the permissions it needs, but still we get this error. Would anyone ... |
|