/build/static/layout/Breadcrumb_cap_w.png

Assemblies not getting installed

Hi there, 

I have a vendor MSI, which on installation presents a prompt to user ,to which unless user gives his input , wont dissappear and this dialog box appears on both install as well as repair. On further investigation it was found this messga surfaces from the custom actions present in the MSI and these custom actions have been sequenced on the component installation states. I have fiddled around the custom action trying every single permutation and combination of the value of component installation value. At last , i removed the custom actions from the installation sequence, but , this created did more harm than good. Because, these custom actions were also responsible for the installation of the assemblies of the MSI. So now i have to deal with assembly installation as well. These are 62 .net assembly files which are installed in the INSTALLDIR. and as a part of troubleshooting i was registering them with the following command line
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe <NameOfDLL> [/codebase]. 
However, this method of testing is very frustating and iterative. Hence,  i wrote a vbscript to register every single DLL under INSTALLDIR using RegAsm.exe. But this approach yeilded no result. 
Can anybody suggest a solution to this problem? 


3 Comments   [ + ] Show comments
  • An old packager's trick...in your authoring tool - it doesn't matter if that's Wise or InstallShield - remove the files from the package, then add them back. The registration details should be automatically added by the tool. - anonymous_9363 9 years ago
  • I wonder if you can supply the value of that dialog box and capture the property if any. In order to do that, you can initiate the vendor MSI with a verbose log and once you have entered the value and try to finish the installs, search the log and look for the value and you might be lucky to find a property for it which you can declare.

    If that one does not work, you can also take a look at the Dialog Editor and see the actual action responsible for it.

    Btw, may we know what kind of dialog box is that? - dj_xest 9 years ago
    • I wish i could paste it, but, still its pretty much close to the one shown in the below link

      http://blogs.msdn.com/b/krimakey/archive/2008/07/30/in-the-before-of-the-beginning-custom-prerequisites-for-vsto-clickonce-part-ii.aspx

      I tried with the verbose log, not a single property related to message box return value was found and so was the case with dialog boxes. Lets see, i'm trying some out of box approaches. fingers crossed - talonsprem87 9 years ago
  • If everything fails, it would be best to contact the vendor itself and ask how you can get around with it. I am sure they know and if you are lucky, they might create a custom package for your organization. All you have to do is ask them.. :) - dj_xest 9 years ago

Answers (1)

Posted by: dinozilla 9 years ago
Orange Senior Belt
0

Would it be possible some property can be set which will feed to the custom action, so instead of removing that Custom action, it is fed with required value thus not prompting?

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ