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

    • [Price Drop] PDF Expert for Mac v3 is still half off by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time you can save 42% on PDF Expert One-Time Purchase. PDFs remain the best way to transmit documents, but editing them isn't possible with standard Mac software. PDF Expert changes that, allowing you to edit PDF text, images, links, and outlines quickly and easily. Typo in a contract? Easy fix. Need to rework a complete section of a document? No problem. PDF Expert provides a series of essential functions that will transform the way you work with documents on your Mac. It recognizes text and OCR, makes edits, and fills out forms. And with the “Enhance” feature powered by AI, it will fix distortions, remove shadows and improve contrast so that even difficult-to-read documents look great. EDIT Change the text. Easily fix typos, update numbers, or add entire paragraphs Insert images. Update logos in a contract or add a new graph to a report Add links. Enrich your PDFs by linking to other pages or external websites ANNOTATE Highlight the important. Make the most valuable content stand out at a glance Comment on PDFs. Add text to PDFs, insert pop-up notes & write your thoughts in the margins Add stamps. Review documents with our set of stamps or create custom stamps for any workflow ORGANIZE Merge PDFs. Combine multiple files into one PDF document Manage pages. Add, delete, rearrange, or rotate PDF pages with ease Split PDFs. Extract pages from PDFs & save them as separate files CONVERT Convert to PDF. Turn JPG, PNG, Word, PPT, and Excel to PDF PDF to Word. Convert PDFs into editable Word documents PDF to image. Turn PDFs into JPG or PNG images PDF to Excel. Convert PDFs into Excel spreadsheets PDF to PPT. Save PDFs as PowerPoint presentations PDF to text. Convert PDFs into editable TXT files FILL OUT Fill out PDF forms. Easily fill out PDF forms by just clicking on them Sign documents. Add your signature to a PDF in a few clicks. Let customers sign documents with handy one-time signatures Redact PDFs. Blackout or erase confidential information from your documents RECOGNIZE TEXT OCR text in PDF. Recognize the text, so you can search, highlight & copy it Enhance scans. Fix distortions, remove shadows & improve contrast Crop & split pages. Split double-page scans into separate pages & remove undesired margins Good to know: Length of access: Lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Mac Max number of device(s): Unlimited usage on personal macOS devices Version: PDF Expert 3 for Mac (macOS) Updates: Get continuous support and bug fixes. Additional new features may come at an extra cost. PDF Expert One-Time Purchase normally costs $139.99, but you can pick it up for just $69.97 for a limited time, that represents a saving of $70 (50% off). For a full description, specs, and license info, click the link below. Deal Price One time cost now only $69.97 (was $139.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • Indeed - drives me mad - usually because Refresh is hidden in the full menu.
    • Firefox has had rounded corners for many years. I take it you're not a fan of modern browsers?
    • The problem is in the fundamentals of how businesses are allowed to operate and the change should happen in the basics and certain consumer friendly and moral practices should be enforced by law. This would fix so many things, not just this ages old default browser issue which is a tiny drop in the backut that includes a flood of privacy and other issues.
  • Recent Achievements

    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
    • Reacting Well
      X-No-file earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      +Edouard
      75
    4. 4
      Skyfrog
      74
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!