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
Page 1 of 1
RegSnap v5.5.1832
#2
Posted 13 September 2005 - 12:36 PM
[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. Attached File(s)
-
RegSnap.iss (2.7K)
Number of downloads: 21
This post has been edited by benners: 13 September 2005 - 01:01 PM
#3
Posted 13 September 2005 - 01:34 PM
TNX benners for the info
I'm not familar with the inno script.
What this code means???
Does your RegSnap.iss file will works with my v5.5.1832 revision???
Regards
coucou
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
#4
Posted 13 September 2005 - 04:35 PM
coucou, on Sep 13 2005, 08:34 PM, said:
I'm not familar with the inno script.
What this code means???
Does your RegSnap.iss file will works with my v5.5.1832 revision???
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.
Share this topic:
Page 1 of 1



Help

Back to top








