Jump to content

Search the Community

Showing results for tags 'regsvr32 windows 8'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Can someone help me ? Yesterday I have install Windows 8 Professional 6.2 (Built 9200). I use a script that register a dll for PDF creation (copy in this forum). In Windows XP/7 this script works very well,but in Windows 8 I cant register this dll. This is the registration dll script: ... Local $sMPDFDLL = @TempDir & "\MPDF.dll" If Not FileExists($sMPDFDLL) Then Local $hMPDFDLL = FileOpen($sMPDFDLL,18) FileWrite($hMPDFDLL, $sData) FileClose($hMPDFDLL) ShellExecuteWait("regsvr32.exe","/s " & $sMPDFDLL,"","",@SW_HIDE) EndIf If I make the same command "regsvr32.exe /s ..." in a elevated Prompt this works very vell. Is there a way to register a dll in the script ??? What I'm wrong ??
×
×
  • Create New...