Loading
  • The project has several items that are to be installed to the GAC. They are .Net 4.5 dlls. Part of the installer installs .Net 4.5. I created the .Net 4.5 prq file because InstallShield 2011 did not have this prerequisite. I am wondering if this is related to the error that occurs when a .Net 4.5 dll has its turn at being installed.:confused:
  • I am thinking the system might not have a GAC for .Net 4.5. The sytem does not have GacUtility for .Net 4.5. So maybe there needs to be a prerequisite for a .Net 4.5 GacUtility.
  • No long term solution yet. I need to move on, so for now I will install everything in the bin file that will be using the dlls.

     

    Hey, its scary in here. I only hear my own echo.:eek:
  • So attempting to put my dlls in the GAC using the destination of the component set to the GlobalAssemblyCache results in the Error 1937. Since .Net 4.5 does not come with the gacutil.exe and since it is necessary to have the correct version of gacutil and .Net on the system . . .

     

    I will put the latest gacutil.exe (scavenged - thank you Microsoft :confused: - from the latest Visual Studio SDK) into the SUPPORTDIR and call a custom action or other to manually put the assemblies into the GAC.
    Expand Post
  • Problem Solved . . .

     

    stand by . . . .

     

    wait . . . .

     

    If an assembly needs to be registered in the GAC DO NOT (as some search results in goolge say) use the drop down in the destination property of the file. Instead, in the Files and Folders view show the predefined directory [GlobalAssemblyCache]. Add your file in this view.

     

    . . . applause . . . .:D

     

    thank you, thank you very much . . .:p

     

    Elvis has left the building!:o
    Expand Post

Loading
Error 1937. An Error Occured during the installation of assembly