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

    • Who uses Outlook anymore? Seriously. When you have open-source and completely free clients such as Thunderbird, Outlook is really obsolete now.
    • "Low price of just $340" ? I don't think so, especially when these same memories were less than $100 just last year before the AI craze started.
    • Spyro: A Realm Beyond revealed by Toys for Bob, the first new entry after almost 20 years by Pulasthi Ariyasinghe The Xbox Games Showcase had a surprise reveal from Activision that wasn't related to Call of Duty. The Microsoft-owned publisher revealed a brand-new Spyro game, confirming the return of the series that last had a brand-new entry appear nearly 20 years ago. Watch the new Spyro: A Realm Beyond trailer above, which shows off a new look for the iconic dragon. While most of the trailer is a rendered cinematic, the very end does feature a snippet of gameplay captured on PC. The development team working on this project is Toys for Bob. This is the same studio that delivered the Spyro Reignited Trilogy remasters that brought back the original games for fans. "We are huge Spyro fans ourselves and we are so excited that 'the adventure continues'," says Toys For Bob Studio Head, Paul Yan. "I know the wait has been excruciating but we’re so thrilled to finally come out of stealth and confirm that a new Spyro game is indeed what we’ve been up to these past few years." As is evident from the trailer, Spyro has grown since his previous adventures, and that means he is better at flying too. Players will be able to fly around with freedom for the first time in the series this time, and not just inside mini-levels. "In Spyro: A Realm Beyond, Spyro will experience the freedom of true dragon flight," adds Yan. "He’s small, but mighty, so we had to do a lot of different experiments to explore how he could be both nimble and still be very physical when actively pushing his way through the air." The studio promises the return of whimsical worlds to explore, with plenty of treasure and activities to find. There is a new antagonist coming in to threaten this peaceful world too. Moreover, Tom Kenny is returning to voice Spyro. Spyro: A Realm Beyond is releasing sometime in Spring 2027 across PC, Xbox Series X|S, PlayStation 5, and Nintendo Switch 2.
    • They couldn't have done a better job, this is beautiful!
    • Oh, of course not. The real "victims" are the people who snipe kids in the head, have killed more journalist than all the worlds wars combined, do double tap strikes on medical personnel, claim history started on October 7th, have a $700 million dollar annual Hasbara budget and pay influencers $7k a post to spout exactly this kind of propaganda. How dare you question the most moral army in the world. Victimhood belongs to these genocidal freaks alone. Anyone who denies that is literally Hitler. If you're going to support a terrorist state, the least you could do is come up with better talking points.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      66
    5. 5
      FloatingFatMan
      65
  • Tell a friend

    Love Neowin? Tell a friend!