Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6210295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:08:06+00:00 2026-05-24T06:08:06+00:00

I’ve been trying to get an installer working for an IBugTraqProvider application that I

  • 0

I’ve been trying to get an installer working for an IBugTraqProvider application that I wrote for our internal project tracking system. But after I install it and try to configure the provider, I get an error that the provider can not be created and that it might not be installed correctly.

Here’s my inno setup script. Can anyone tell me what I am doing wrong? I’ve verified the GUID in the setup script is the same as the guid in my plugin class.

I am running the installer on Windows 7, 64bit.

#define MyAppName "TortoisePTS"
#define MyAppVersion "1.0"
#define MyAppPublisher "**********"
#define MyAppURL "http://www.*********.com"
#define MyAppID = "{{9C37AA48-FEA5-48E5-A534-A204A169F42D}"

[Setup]
AppId={#MyAppID}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
CreateAppDir=no
OutputBaseFilename={#MyAppName} Setup
Compression=lzma
SolidCompression=yes
ArchitecturesInstallIn64BitMode=x64
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"

[Files]
Source: "bin\x64\Release\{#MyAppName}.dll"; DestDir: "{cf}\{#MyAppName}"; Check: Is64BitInstallMode
Source: "bin\x64\Release\{#MyAppName}.pdb"; DestDir: "{cf}\{#MyAppName}"; Check: Is64BitInstallMode
Source: "bin\x64\Release\{#MyAppName}.dll.config"; DestDir: "{cf}\{#MyAppName}"; Check: Is64BitInstallMode
Source: "bin\x86\Release\{#MyAppName}.dll"; DestDir: "{cf}\{#MyAppName}"; Check: not Is64BitInstallMode
Source: "bin\x86\Release\{#MyAppName}.pdb"; DestDir: "{cf}\{#MyAppName}"; Check: not Is64BitInstallMode
Source: "bin\x86\Release\{#MyAppName}.dll.config"; DestDir: "{cf}\{#MyAppName}"; Check: not Is64BitInstallMode

[Registry]
Root: HKCR; SubKey: {#MyAppName}.Plugin; Flags: UninsDeleteKey; 
Root: HKCR; SubKey: {#MyAppName}.Plugin; ValueType: string; ValueData: {#MyAppName}.Plugin; 
Root: HKCR; SubKey: {#MyAppName}.Plugin\CLSID; ValueType: string; ValueData: {#MyAppId}; Flags: UninsDeleteKey;

Root: HKCR; SubKey: CLSID\{#MyAppID}; Flags: UninsDeleteKey;
Root: HKCR; SubKey: CLSID\{#MyAppID}; ValueType: string; ValueData: {#MyAppName};

Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32; ValueType: string; ValueData: mscoree.dll; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32; ValueType: string; ValueData: Both; ValueName: ThreadingModel; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32; ValueType: string; ValueData: {#MyAppName}.Plugin; ValueName: Class; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32; ValueType: string; ValueData: "{#MyAppName}, Version={#MyAppVersion}, Culture=neitral, PublicKeyToken=null"; ValueName: Assembly; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32; ValueType: string; ValueData: v2.0.50727; ValueName: RuntimeVersion; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32; ValueType: string; ValueData: {cf}\{#MyAppName}\{#MyAppName}.dll; ValueName: Codebase; 

Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32\{#MyAppVersion}; Flags: UninsDeleteKey; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32\{#MyAppVersion}; ValueType: string; ValueData: {#MyAppName}.Plugin; ValueName: Class; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32\{#MyAppVersion}; ValueType: string; ValueData: "{#MyAppName}, Version={#MyAppVersion}, Culture=neitral, PublicKeyToken=null"; ValueName: Assembly; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32\{#MyAppVersion}; ValueType: string; ValueData: v2.0.50727; ValueName: RuntimeVersion; 
Root: HKCR; SubKey: CLSID\{#MyAppID}\InprocServer32\{#MyAppVersion}; ValueType: string; ValueData: {cf}\{#MyAppName}\{#MyAppName}.dll; ValueName: Codebase;

Root: HKCR; SubKey: CLSID\{#MyAppID}\ProgId; Flags: UninsDeleteKey;
Root: HKCR; SubKey: CLSID\{#MyAppID}\ProgId; ValueType: string; ValueData: {#MyAppName}.Plugin;

Root: HKCR; SubKey: "CLSID\{#MyAppID}\Implemented Categories\{{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}"; Flags: UninsDeleteKey; 
Root: HKCR; SubKey: "CLSID\{#MyAppID}\Implemented Categories\{{3494FA92-B139-4730-9591-01135D5E7831}"; Flags: UninsDeleteKey;

[Run]
Filename: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe; Parameters: /codebase {#MyAppName}.dll; WorkingDir: {cf}\{#MyAppName}; StatusMsg: "Registering plugin ..."; Flags: runhidden;  Check: Is64BitInstallMode
Filename: C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe; Parameters: /codebase {#MyAppName}.dll; WorkingDir: {cf}\{#MyAppName}; StatusMsg: "Registering plugin ..."; Flags: runhidden;  Check: not Is64BitInstallMode

[UninstallRun]
Filename: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe; Parameters: /unregister {#MyAppName}.dll; WorkingDir: {cf}\{#MyAppName}; StatusMsg: "UnRegistering plugin ..."; Flags: runhidden;  Check: Is64BitInstallMode
Filename: C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe; Parameters: /unregister {#MyAppName}.dll; WorkingDir: {cf}\{#MyAppName}; StatusMsg: "UnRegistering plugin ..."; Flags: runhidden;  Check: not Is64BitInstallMode
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T06:08:07+00:00Added an answer on May 24, 2026 at 6:08 am

    Root: HKCR; SubKey: CLSID\{#MyAppID}; ValueType: string; ValueData: {#MyAppName};

    Should have been:

    Root: HKCR; SubKey: CLSID\{#MyAppID}; ValueType: string; ValueData: {#MyAppName}**.Plugin**;

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working with an upstream system that sometimes sends me text destined for HTML/XML
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to create an if statement in PHP that prevents a single post
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.