Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Author

It's a dll file jetaudio register file extension with located in Program Files\JetAudio\JetFlExt.dll

I try to make an addon for jetaudio 7, everything went fine except the shell extension of the program. After several trials I figure out that this dll 's responsible for the shell extension. I register it manually and it works but how to make this via an addon.

Edited by eliteos

in the install section

add

RegisterDLLs=Dll.Register

and

make

[Dll.Register]

and add after it

16422,%ProgramFolder%,%dllFile%,1

that should do it

This should do it (OCEntry should be changed to whatever you have under [Optional Components])

[OCEntry]
OptionDesc=...
Tip=...
Modes=...
CopyFiles=...
AddReg=...
RegisterDLLs=ShellExt.DLL

[ShellExt.DLL]
16422,JetAudio,JetFlExt.dll,1

  • 2 weeks later...
Hey Rick....

Using your example....

How would you un-register a dll when

uninstalling a program?

i will answer this one

use

UnregisterDlls=

just as simple as this

Yes use UnRegisterDLLs with the same section you used to Register them (it runs before DelFiles) example:

[DefaultInstall]
CopyFiles=...
AddReg=...
RegisterDLLs=DLL.Files

[DLL.Files]
16422,SubDir\SubSubDir,dllname.dll,1
11,,dllname.dll,1 ; if there is no SubDir leave that part blank

[Uninstall]
UnRegisterDLLs=DLL.Files
DelFiles=...
DelReg=...

As you can see by the example I use the same section to register and un-register one or more dll's

But sometimes UnRegisterDLLs will not work if you use advpack.dll to launch the uninstall section, then you have to use RunPreSetupCommands like this:

[Uninstall]
BeginPrompt=...
RunPreSetupCommands=DLL.UnRegServer
DelFiles=...
DelReg=...
EndPrompt=...

[DLL.UnRegServer]
"REGSVR32 /u /s ""%16422%\SubDir\SubSubDir\dllname.dll"""
"REGSVR32 /u /s %11%\dllname.dll"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.