Symantec Management Platform (Notification Server)

 View Only
  • 1.  .net 3.0 Software Deliivery

    Posted Sep 19, 2008 07:41 AM
    I have created a package "dotnetfx3setup.exe" /q and I the install downloads but fails with the 1602 error. This command should work and I have tried different variations but no success. Can someone tell me why the error and how to fix it.


  • 2.  RE: .net 3.0 Software Deliivery

    Posted Sep 19, 2008 07:49 AM
    ERROR_INSTALL_USEREXIT 1602 User cancel installation. - http://msdn.microsoft.com/en-u...y/aa368542(VS.85).aspx


  • 3.  RE: .net 3.0 Software Deliivery

    Posted Sep 19, 2008 09:03 AM
    Can you tell me if I did not cancel the install then what could cause the error.

    Thanks,
    Dan


  • 4.  RE: .net 3.0 Software Deliivery

    Posted Sep 19, 2008 11:25 AM
    I would run the install in a non quiet mode, and it should give you an answer. One main problem is you are using a a self extracting .exe, which is most likely actually calling an .msi (which is indicative by the error code you receive). You could try adding the windows installer command line for logging, but before the .msi executes, it won't log anything.


  • 5.  RE: .net 3.0 Software Deliivery

    Posted Oct 01, 2008 12:40 AM
    .NET 3 downloads a lot of components from the internet too. You may have a proxy server blocking the components from downloading, or perhaps no route to the destination from the network/VLAN you're in.

    That's what was causing our 1602 errors.

    Hope this helps?


  • 6.  RE: .net 3.0 Software Deliivery

    Posted Oct 01, 2008 12:49 AM
    Great point rl1! There are usually two download packages, one for a redistributable package that is quite a bit larger. The larger one is usually the .exe, the one that hits the internet is the .msi.