How to register dll or ocx files by non-admin or user level using nsis? The 2019 Stack...

Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?

Feature engineering suggestion required

What do the Banks children have against barley water?

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

Is a "Democratic" Oligarchy-Style System Possible?

What is the most effective way of iterating a std::vector and why?

Identify boardgame from Big movie

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?

slides for 30min~1hr skype tenure track application interview

Falsification in Math vs Science

Are there incongruent pythagorean triangles with the same perimeter and same area?

Did 3000BC Egyptians use meteoric iron weapons?

What is the closest word meaning "respect for time / mindful"

The difference between dialogue marks

Is an up-to-date browser secure on an out-of-date OS?

Can one be advised by a professor who is very far away?

Does a dangling wire really electrocute me if I'm standing in water?

Button changing it's text & action. Good or terrible?

A poker game description that does not feel gimmicky

How to save as into a customized destination on macOS?

What do hard-Brexiteers want with respect to the Irish border?

Pokemon Turn Based battle (Python)

What is the accessibility of a package's `Private` context variables?



How to register dll or ocx files by non-admin or user level using nsis?



The 2019 Stack Overflow Developer Survey Results Are InHow to use GetFileSecurity to check if the current user has write access to a directory in nsis?How can I get my NSIS context menu options back after associating a program with .NSI files?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















In admin level everything is registered.But in non-admin or user level nothing is registered.For user mode my installation path (useraravind....).I tries all methods like REGDLL,Exec,Execwait,installlib.....but nothing works.I used same codes for my ocx file also.here the samples



Exec 'regsvr32.exe /s "$INSTDIRxxxxaddin64.dll"'



ExecWait '"$SYSDIRrundll32.exe" /s "$INSTDIRxxxxaddin64.dll" DllRegisterServer'



RegDLL "$INSTDIRxxxxaddin64.dll"



!insertmacro InstallLib REGDLL NOTSHARED REBOOT_NOTPROTECTED E:yyyyxxxxaddin64.dll $INSTDIRxxxxaddin64.dll $INSTDIR










share|improve this question









New contributor




R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    In admin level everything is registered.But in non-admin or user level nothing is registered.For user mode my installation path (useraravind....).I tries all methods like REGDLL,Exec,Execwait,installlib.....but nothing works.I used same codes for my ocx file also.here the samples



    Exec 'regsvr32.exe /s "$INSTDIRxxxxaddin64.dll"'



    ExecWait '"$SYSDIRrundll32.exe" /s "$INSTDIRxxxxaddin64.dll" DllRegisterServer'



    RegDLL "$INSTDIRxxxxaddin64.dll"



    !insertmacro InstallLib REGDLL NOTSHARED REBOOT_NOTPROTECTED E:yyyyxxxxaddin64.dll $INSTDIRxxxxaddin64.dll $INSTDIR










    share|improve this question









    New contributor




    R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      In admin level everything is registered.But in non-admin or user level nothing is registered.For user mode my installation path (useraravind....).I tries all methods like REGDLL,Exec,Execwait,installlib.....but nothing works.I used same codes for my ocx file also.here the samples



      Exec 'regsvr32.exe /s "$INSTDIRxxxxaddin64.dll"'



      ExecWait '"$SYSDIRrundll32.exe" /s "$INSTDIRxxxxaddin64.dll" DllRegisterServer'



      RegDLL "$INSTDIRxxxxaddin64.dll"



      !insertmacro InstallLib REGDLL NOTSHARED REBOOT_NOTPROTECTED E:yyyyxxxxaddin64.dll $INSTDIRxxxxaddin64.dll $INSTDIR










      share|improve this question









      New contributor




      R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      In admin level everything is registered.But in non-admin or user level nothing is registered.For user mode my installation path (useraravind....).I tries all methods like REGDLL,Exec,Execwait,installlib.....but nothing works.I used same codes for my ocx file also.here the samples



      Exec 'regsvr32.exe /s "$INSTDIRxxxxaddin64.dll"'



      ExecWait '"$SYSDIRrundll32.exe" /s "$INSTDIRxxxxaddin64.dll" DllRegisterServer'



      RegDLL "$INSTDIRxxxxaddin64.dll"



      !insertmacro InstallLib REGDLL NOTSHARED REBOOT_NOTPROTECTED E:yyyyxxxxaddin64.dll $INSTDIRxxxxaddin64.dll $INSTDIR







      nsis






      share|improve this question









      New contributor




      R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited yesterday







      R.Aravinth Kumar













      New contributor




      R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      R.Aravinth KumarR.Aravinth Kumar

      11




      11




      New contributor




      R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      R.Aravinth Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          R.Aravinth Kumar is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1423259%2fhow-to-register-dll-or-ocx-files-by-non-admin-or-user-level-using-nsis%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          R.Aravinth Kumar is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          R.Aravinth Kumar is a new contributor. Be nice, and check out our Code of Conduct.













          R.Aravinth Kumar is a new contributor. Be nice, and check out our Code of Conduct.












          R.Aravinth Kumar is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1423259%2fhow-to-register-dll-or-ocx-files-by-non-admin-or-user-level-using-nsis%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...