Jump to content

Recommended Posts

Posted

Hi,

RegSnap v5.5.1832 Registry analyzer, Registry tracer

Here bellow the attached AutoIt file for RegSnap v5.5.1832 silent install. I had to register it manually.

Does anyone could help with where is the RegSnap v5.5.1832 info stored?

File or Registry??? couldn't find any!

Regards

coucou


Posted (edited)

[HKEY_CURRENT_USER\Software\LastBit\CPR\REGS]

binary value for the reg info.

I have created an inno script that I use to install my version.

Should just add that the

[Files]
Source: {app}\*.*; DestDir: {app}; Flags: recursesubdirs createallsubdirs

applies to all the files in the Regsnap directory when it was originally installed. :blushing:

RegSnap.iss

Edited by benners
Posted

TNX benners for the info :thumbup

I'm not familar with the inno script.

What this code means???

[Files]
Source: {app}\*.*; DestDir: {app}; Flags: recursesubdirs createallsubdirs

How and where to add it??? (i'm using WPI)

Does your RegSnap.iss file will works with my v5.5.1832 revision???

Regards

coucou

Posted
I'm not familar with the inno script.

What this code means???

[Files]
Source: {app}\*.*; DestDir: {app}; Flags: recursesubdirs createallsubdirs

How and where to add it??? (i'm using WPI)

Does your RegSnap.iss file will works with my v5.5.1832 revision???

The code tells the script compiler to add all files in the folder called {app}, this includes all the files in subfolders, it saves you having to manually add each file to the list.

The program that compiles the script is called Inno Setup and there is a third party add on called ISTool this makes creating the script easier. Once compiled an exe will be created and you can use this in WPI as you would any other installer, there are switches you can add to make the install silent or to install different components for different machines or users.

Once you get the hang of it creating installers for other programs gets easier. Using programs like regsnap and installrite you can monitor installations and try to emulate the installers with Inno.

My script works with the new version of Regsnap but I have a custom icon made from the Regsnap.exe so the installer will stop and say it can't find it as it wont be on your system.To remove it you can install ISTool and select Options, then Appearance and delete the line in Icons - Setup.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...