QUOTE (nitro322 @ Feb 28 2008, 11:14 PM)

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 [Code] 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 release
3. Convince Nitro to post the needed code
4. 'fix' the decompiled code
My suggestion is 1, then 2
Glad I could help you guys! (keeps me from getting in trouble elsewhere

)