coucou Posted September 13, 2005 Posted September 13, 2005 Hi,RegSnap v5.5.1832 Registry analyzer, Registry tracerHere 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!Regardscoucou
benners Posted September 13, 2005 Posted September 13, 2005 (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. RegSnap.iss Edited September 13, 2005 by benners
coucou Posted September 13, 2005 Author Posted September 13, 2005 TNX benners for the info I'm not familar with the inno script. What this code means???[Files]Source: {app}\*.*; DestDir: {app}; Flags: recursesubdirs createallsubdirsHow and where to add it??? (i'm using WPI)Does your RegSnap.iss file will works with my v5.5.1832 revision???Regardscoucou
benners Posted September 13, 2005 Posted September 13, 2005 I'm not familar with the inno script. What this code means???[Files]Source: {app}\*.*; DestDir: {app}; Flags: recursesubdirs createallsubdirsHow 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now