Recommended Posts

I was looking at TheBlazingAngel instructions on how to create your own module, but I'm stuck.

I'm trying to create a module for DVD Decrypter (something to start with and gain knowledge), and this is what I have so far.

post-40930-1129223918_thumb.jpg

post-40930-1129224094.jpg

Edited by EZRecovery

^

no, amp files are similar to zip files! amc files are similar to .txt files!

infact there not just similar, there the same but with the extensions changed!!

---

okay, to create the amc file from youve entered into the module editor, simply go to file > save as.

you then need to create the folder to keep the modules setup file(s) in.

create a folder in the same place you saved the amc file to, and give it the same name as the amc file plus "_files" on the end.

e.g. the folder for 'test.amc' would be 'test.amc_files'

now, you cant use C:\Program Files\... as the installation path because not everyone installs autopatcher to that location, and what about people running autopatcher from a CD???

instead, you can use the special autopatcher command 'Module:\'.

when you install a module with autopatcher, autopatcher will workout the path to the modules folder and put it in place of the command.

e.g. to install setup.exe, you would put "Module:\setup.exe"

to install \testfolder\setup.exe, you would put "Module:\testfolder\setup.exe"

note, sometimes modules for multiple versions of windows and lanuages use the same setup file. if your making such a folder, it does not need the same name as the one module.

to point to the setup file, instead use the "AutoPatcher:\" command which points to the folder containing autopatcher.exe itself. you can then point directly to the folder itself by adding subfolders.

e.g. "AutoPatcher:\modules\addons\test\setup.exe"

--

unique ID - you can actually ignore this field because we dont use it anymore, it will disappear fully in AP6.

ID's are now the name of the amc file itself (minus the extension)

parent id - if the module is to appear under something else in autopatcher (eg the shockwave player appears under addons) you need to give the ID of the module it appears under.

priority - this is used to create an order in which to load and install modules.

usualy the date something was released is used, but it doesnt really matter for anything other than updates, as long as the value is larger than that of the parents.

it should be an 8 figure number. for dates we enter in the format YYYYMMDD.

now, you cant use C:\Program Files\... as the installation path because not everyone installs autopatcher to that location, and what about people running autopatcher from a CD???

instead, you can use the special autopatcher command 'Module:\'.

when you install a module with autopatcher, autopatcher will workout the path to the modules folder and put it in place of the command.

e.g. to install setup.exe, you would put "Module:\setup.exe"

to install \testfolder\setup.exe, you would put "Module:\testfolder\setup.exe"

586667138[/snapback]

Thanks for the reply.

I opened a module and looked at the information for With Backups and Without Backups. Let me start :D

/EZ

Edited by EZRecovery

^ okay lest say you have the following:

C:\Program Files\AutoPatcher\modules\stand_alone section\test_module.amc

C:\Program Files\AutoPatcher\modules\stand_alone section\test_module.amc_files\setup.exe

now, you CAN NOT use the above path to the setup file in the installation instructions, because not everyone will have a copy in that exact location. if autopatcher is run off a CD, the setup files will be found on disk not in C:\Program\Files... !!!

so instead you would put the following in the instructions:

"Module:\setup.exe"

now, when autopatcher comes to install your module, it does the following:

- grabs the name of the amc file (test_module.amc)

- adds "_files" to the end (test_module.amc-files) to result in the name of the folder

- it then calculates the full path to that folder which solves the problem of different locations, such as runing from a CD!

- it then uses that full path to run the setup file.

---

now one thing you may want to do is to add switches to the setup instructions to get it to perform a silent installation.

find out what (if) there are any silent switches, then lets pretend '/quiet' is the switch, you would put as the instrcutions:

"Module:\setup.exe" /quite

Nevermind....got it.

Official releases are done by Flish (packaging and uploading).

585184247[/snapback]

I gotta pack it and send it to Flish according to nw_raptor on page 1

Thanks a lot

/EZ

edit: Testing the module now.

It works like a charm :p

Edited by EZRecovery

the amc file is looking good, you only need to finish off the registry detection fields.

now one thing i forgot to mention - when sending a module to us to be checked and encrypted, you must send the entire thing including the setup file(s). this is becase part of the encryption process gathers data from the setup file(s) and encrypts it to protect against tampering.

the amc file is looking good, you only need to finish off the registry detection fields.

586667953[/snapback]

I guess I'm having trouble on the registry part. :(

What do I need to look for?

now one thing i forgot to mention - when sending a module to us to be checked and encrypted, you must send the entire thing including the setup file(s). this is becase part of the encryption process gathers data from the setup file(s) and encrypts it to protect against tampering.

586667953[/snapback]

I thought I ZIP it with the .exe file. I can repack it again with the .exe in it once I get the registry worked on (when I figure it out). :laugh:

in your registry, go to the registry key path that you specified in the amc file, right click on the last part of the key - "DVD Decrypter", select export and save the file.

then attach the file to an email and send it to me at theblazingangel 'at' aol.com (replace 'at' with @)

ill then have a look for something to use, if not ill just install the software myself here and have a deeper look.

I thought Firefox 1.0.7 couldn't be installed silently?

586657328[/snapback]

not with the official Mozilla installer, but if it's repackaged then it can

The offical Mozilla installer can be installed sillently since either 1.0.4 or 1.0.6.

firefox-107-enu.exe -ms -ira (or whatever the install is called)

in your registry, go to the registry key path that you specified in the amc file, right click on the last part of the key - "DVD Decrypter", select export and save the file.

then attach the file to an email and send it to me at theblazingangel 'at' aol.com (replace 'at' with @)

ill then have a look for something to use, if not ill just install the software myself here and have a deeper look.

586669020[/snapback]

Repack it again with the .exe in it & the registry file. Hopefully it is correct this time. I thank you for your help. It is my first time doing this.

Sent you an email to your account, and the updated file is also on the link I sent you yesterday.

/EZ

Edited by EZRecovery
Is there still a Stand-Alone version availible?? I want to play around a bit till I can download the WIndows 2000 & XP full package.

586669138[/snapback]

Seems that the links I tried to get it from are dead. Probably the programmers are coming with a new version so they pull out all the working links.

You can download from here though.

/EZ

Link removed, check the link in the first post for a new download of version 5.1.0.34>

Edited by TheBlazingAngel
I tried downloading the msp apply to module and I get an error message saying that the domain name expired on 09/14/2005 and is pending renewal or deletion. Does anyone know where I can get this module from?

the_guy

586686712[/snapback]

Found a working link here

AutoPatcher_5.1.0.34_Stand-Alone in case you need it.

/EZ

Edited by EZRecovery
  • 5 weeks later...
  • 2 weeks later...
IS there a guide to show how to make your own module?

586824373[/snapback]

Nope, for making stand-alone modules we haven't a guide. Not yet. It's not that hard to do. Almost the same as the information you can read here. The difference is that the Stand-Alone modules are not included in AutoPatcher and that you must have the AutoPatcher_5.1.0.34_Stand-Alone for starting your " home made" modules.

Just play with it, if you want to have more information. Just ask!

  • 2 weeks later...

Is there a working download for a module for SpyBot Search and Destroy and/or Ad-Aware Personal Edition SE? I check the entire thread and see none for Ad-Aware, and the one for Spybot is a broken download.

For Ad-Aware no "standalone" module available. And Spybot....what can I say? We don't have a dedicated server or better our own server. That means that a few items are not available when you want them or just need them! You could make the Spybot "Ad-Aware " module.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Qmmp 2.3.3 by Razvan Serea Qmmp (Qt-based MultiMedia Player) is a free, open-source audio player that delivers a classic music listening experience with a modern foundation. Inspired by the legendary Winamp, Qmmp features a familiar, customizable interface that supports both Winamp and XMMS skins, making it instantly recognizable to long-time users. It handles a wide variety of audio formats including MP3, OGG Vorbis, FLAC, WAV, AAC, and many others, ensuring smooth playback across diverse music libraries. In addition to basic playback, Qmmp offers advanced features such as a 10-band equalizer, crossfading, gapless playback, and audio visualization plugins. Users can manage playlists efficiently, create and save multiple lists, and even enable streaming from online sources. Plugin support extends the player’s capabilities, allowing integration of features like lyrics display, ReplayGain, and more. Built with the Qt framework, Qmmp runs smoothly and efficiently, making it ideal even for older systems. 10 great QMMP features you might not know: Global Hotkeys Support – Control playback using customizable system-wide keyboard shortcuts. CUE Sheet Support – Automatically detects and plays tracks from CUE files for full album playback. Last.fm Scrobbling – Integrated support for sending playback data to Last.fm. Audio CD Playback – Play music directly from audio CDs. Command Line Interface – Control Qmmp via command-line options for scripting or automation. System Tray Integration – Minimize to and control playback from the system tray. MPRIS Support – Integration with desktop media player controls via the MPRIS (Media Player Remote Interfacing Specification) interface. Spectrum Analyzer and Oscilloscope – Built-in visualizations for real-time audio feedback. Configurable Notifications – Custom pop-ups for track changes and playback status. Multiple Output Backends – Support for ALSA, PulseAudio, JACK, and more, offering flexible audio routing. Qmmp 2.3.3 changelog: fixed build with PipeWire versions less than 0.3.50; fixed settings dialog layout; fixed default CUE encoding; fixed possible null pointer dereference; fixed tracks order when added using drag and drop (2.3.3 only); fixed uninitialized structure usage; improved sid plugin: added libsidplayfp 3.0 support; added feature to build without residfp engine; fixed memory leak; fixed displaying audio information; updated Japanese translation (2.3.3 only). Download: Qmmp 64-bit | 24.0 MB (Open Source) Download: Qmmp 32-bit | 24.1 MB View: Qmmp Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BATorrent 3.0.3 is out.
    • The current Statcoungter desktop numbers has Google Chrome increasing it's market share this past year and currently commanding 75% share. Everybody else is just making up the numbers with even MS Edge losing 3% this past year and has dipped just below 10% share which is staggering considering it's default on every Windows deviced purchased. If these numbers are correct that terrible Edge number is both devastating and embarrassing for MS especially when you add in the terribly low Bing market share. This leads me to ask a couple of questions as the default browser holding just less than 10% market share seems really weird. It used to be that all Chromium browsers were being counted as Google Chrome in some cases.  Is this still happening? Do these high Google Chrome numbers contains some Edge user numbers?
    • Yeah, all web browsers seem to have some junk in them these days. The regular Brave browser has a lot of unnecessary stuff in it, similar to Microsoft Edge, so I don't see any benefits of using Brave over Microsoft Edge if you already have Microsoft Edge fully set up with adblockers and that. The cleanest or best free browser outside of 'Microsoft Edge' I’ve tried so far is 'Opera Air'. It still has some bloat, but nowhere near as much as Brave browser, for example. I also really like the web browser called 'Floorp' that is based on Firefox. I have a system wide Adblocking program for Windows 11 that doesn't just blocks ads in the the web browser, but over the whole thing. I don't really need a web browser with an inbuilt adblocker because of that.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!