jbm Posted February 27, 2008 Posted February 27, 2008 (edited) Anyone know how to add this file into the setup of Univextractor.I extracted it to a sub dir and copied the new file.I have inno setup 5.2.2 installed.when I tried to compile the iss script it gave me this error. Edited February 27, 2008 by jbm
nitro322 Posted February 29, 2008 Posted February 29, 2008 jbm - hope you don't mind, but I split off your post from the end of the other thread. Since we have our own subforum now, I figure it'd be easier to take the "one thread per general topic" approach rather than starting another crazy-long 800 post thread. :-)As for your problem, I really can't think of what would cause that. LangRead is a custom function that I wrote, but it's included in the uniextract15.iss file (or uniextract16.iss). Assuming that's what you're trying to compile, and the file didn't get corrupt or truncated or anything, it should just work.
mushu13 Posted February 29, 2008 Posted February 29, 2008 (edited) As for your problem, I really can't think of what would cause that. LangRead is a custom function that I wrote, but it'sincluded in the uniextract15.iss file (or uniextract16.iss). Assuming that's what you're trying to compile, and the file didn't get corrupt or truncated or anything, it should just work.I did some research The reason it won't recompile is because innounp won't decompile the section from the installer.Instead it just extracts the compiled code into 'embedded\CompiledCode.bin'There is a way to decompile the .bin using the ROPS Disassembler from the innounp site. However, it produces a code file that seems to require modification to be reused in IS.As you can see, there are a few choices:1. Create a personal installer (use IS to package your UniExtract directory)2. Wait for a new release3. Convince Nitro to post the needed code4. 'fix' the decompiled codeMy suggestion is 1, then 2Glad I could help you guys! (keeps me from getting in trouble elsewhere ) Edited February 29, 2008 by mushu13
nitro322 Posted February 29, 2008 Posted February 29, 2008 Oh, you're trying to recompile the installer after unpacking it with innounp? Yeah, that's not going to work at all.I provide the source code and all necessary support files on the website. Download that, along with the binary archive, extract all of it to the same directly, then try making your changes and compiling a new installer.
mushu13 Posted February 29, 2008 Posted February 29, 2008 Oh, you're trying to recompile the installer after unpacking it with innounp? Yeah, that's not going to work at all.I provide the source code and all necessary support files on the website. Download that, along with the binary archive, extract all of it to the same directly, then try making your changes and compiling a new installer.Wow.I can't believe I missed the .iss file in the source archive.Oh well. Now I know to double check the source!
Teh_Tech Posted May 28, 2008 Posted May 28, 2008 Hi!I know I am going to sound quite thick here, but once I have extraced the files, how do I go about re-packaging them up again?I have searched but I cannot find out how, please take pity and help me
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