Jump to content

cybpsych

Member
  • Posts

    407
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Malaysia

Posts posted by cybpsych

  1. hi acheron, i've been using your latest SDK (NeroLiteSDK-1.17.2.2.7z) with Nero 8.3.13.0 (Nero-8.3.13.0_all_update.exe) ...

    here's the sequence of what I did...

    1) NeroLite_prepare.cmd <-- Working, only that the micromize nags the code signing error, whcih is ok

    2) NeroLite_english.cmd <-- Not working. Errors are "Unknown option: /dLite" and "Unknown option: /dMicro".

    Just curious if this SDK works fine on Nero 8.3.13.0?

    Note: In the prepare script, the msg stated to "Choose advanced installation, abort after language selection dialog."

    However, this NEro doesn't have advanced installation, it only has Typical and Custom. So, I chose "Custom" and exit after language screen (default of English already pre-selected, so i just exit).

    ** Update! ** I've finally found out what's the problem! See post below :)

  2. Now that it is saved, you can run ether "Large Build.bat" or "Small Build.bat". "Large Build.bat" will take less time to make, but the SFX in the end will be larger then if you use "Small Build.bat". It will take a while to compress (depending on how many applications you removed and if you used Large Build or Small Build). Once it has compressed, it is ready.

    Hi bro, good work on this. it makes every1 easier to slim down the bloated installer ;)

    I'm curious on the Small Build and Large Build batch files. Both uses the same 7zip compression level, therefore it shouldn't make any huge difference in size. The only command that is taking extreme long time is UPX, and that only compresses the SFX stub, not the actual compressed file. Just my 2c ;)

    I downloaded chm files and updated the cabs with them, I also removed all the non english languages and edited the MSI installers to remove any langs from the installer too using installshield (also removed windows installer, dx redist and other misc stuff too)

    I got a pretty small Nero 9 install now thanks x-Shadow-x

    hi rick, care to share your method in removing those extra stuffs (e.g editing MSI installers, windows installers, dx redist, etc.)??

    BTW, how small is your Nero 9 installer now? :)

    Thanks guys!

  3. that's what i'm using but wihtout UPX ...

    on the same exact copy of 7zSD (modified the icon and version texts) and 7zip ...

    1) Works fine for 7z archive with size ~500MB... icon and version info were shown/intact... extraction works fine.

    2) Works fine too for archive >700MB but the icon and version infos are missing/not shown. Extraction works fine.

  4. just curious: has anybody tried to make sfx installer which has total size >700MB?

    My situation is this: I have made sfx installer with 7z file at ~500MB. No problem. the SFX details (icon, version info, etc.) are intact.

    However, if my 7z file is >700MB, the SFX details (icon, version info, etc.) are missing! Running the sfx exe is ok, but file details are not visible.

    I've tried to compile this in Vista and XP, both having the same symptoms.

  5. Acheron,

    Inno Setup Compiler v5.2.3 is out ;)

    http://jrsoftware.org/isdl.php
    http://www.jrsoftware.org/files/is5-whatsnew.htm

    Some changes worth mentioning:

    :: Added new [setup] section directives: VersionInfoProductName and VersionInfoProductVersion.

    :: Changed the fixed Language field in Setup's version info from "English (United States)" to "Language Neutral".

    :: Uninstall now supports custom message constants ({cm:...}) like Setup.

    :: Added workaround for bug in Windows Vista (still present in SP1): With UAC turned off, launching an uninstaller from the Programs and Features Control Panel applet and answering No at the confirmation message box would cause a "This program might not have uninstalled correctly" dialog to be displayed, even though the uninstaller includes a proper "Vista-aware" manifest.

    ::QuickStart Pack: added ISPP functions GetMD5OfFile, GetMD5OfString and GetFileDateTimeString.

  6. Acheron,

    With build 1.15.0.2, I am experiencing DLL registration problem on my Vista Business & Ultimate workstations (please see attached screenshot of the error box).

    Problem exist on clean install and install-over previous build.

    Ignoring the msg poses no problem thereafter. Burning of DVDR still functional. Other features not used ;)

    post-10265-1202166866_thumb.jpg

  7. the "arrow" setting is fixed to all types of drawing ...

    u can overwrite this by manually edit the lines ... once u're satisfied with the new settings/properties of the line, right-click on it. Select "Set AutoShape Defaults". This will 'fixed' the new settings on all new autoshapes ....

  8. The image in the signature is not actually permanently embedded. It's actually linked/embedded from its location everytime you compose/reply/forward email.

    What I did was to put the image on *a fixed location* in my harddrive, then insert the image from *that* location. Subsequent emails will automatically 'pull' the image from the location.

    Caveat: If you move the image to another location, the image will disappear from the signature. To resolve, re-edit your signature again to re-insert the image (from new location) ...

  9. Inno Setup v5.2.2 is available.

    http://files.jrsoftware.org/is/5/isetup-5.2.2.exe

    :: The Setup loader now extracts the Setup program executable file with a ".tmp" extension. Versions 5.2.0 and 5.2.1 used a ".exe.tmp" extension, which reportedly, in some cases, caused an "Unable to execute file in temporary directory" error message on systems with a certain antivirus program installed. We were unable to reproduce the error in our own tests, however; it is suspected that this may have only impacted users with custom filename blocking rules defined in their antivirus configuration.

    :: Pascal Scripting: Added new GetSaveFileName support function.

    :: Fix: The compiler could fail with an "Out of memory" error on script files containing more than ~100,000 lines, due to a heap fragmentation issue.

×
×
  • Create New...