Jump to content

mayang

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Egypt

Posts posted by mayang

  1. @mayang would you please post a guide :blushing:

    Already talk about it before

    http://www.msfn.org/board/index.php?s=&showtopic=73633&view=findpost&p=511775

    You just find any MSI editor, in this forum there are many talk about MSI and repackager.

    You can use Installer Design Studio to replace the old file with the new file. or any other MSI Editor.

  2. Is it possible to post the new version?

    or altleast a guide how to do it myself?

    Yes, it is always possible to post new version.

    The installer based on MSI, so if you have any software related for repackaging MSI, you can repackage the installer by updating the files with a new version. You can unpack original installer (innosetup) using Universal Extractor then copy and replace the files in the MSI.

    Updated version

    Spyware Doctor - MSI installer/switchless installer with /qb switch

    Version 3.8.0.2575

    5.18 MB

    http://rapidshare.de/files/21476251/SDsetup3802575.rar.html

  3. bfr.exe

    tnx i will try soon

    You can try ExeScript from www.hide-folder.com

    It can converts batch files (.bat), Visual Basic and Java

    scripts to executable files (.exe)

    download the attachement as an example for your cmd

    CLS
    @echo off

    start /wait %systemdrive%\install\bfr.exe /VERYSILENT /SP-
    REGEDIT /S %systemdrive%\install\Registri\bfr_register.reg

    EXIT

    and edit your config.txt like below:

    ;!@Install@!UTF-8!
    RunProgram="bfr.exe"
    ;!@InstallEnd@!

    Nice try.

  4. i asume that we need to import registration info into registry rigt?

    If you are registered user, please look at registry entry as below for the license.

    You can add this registry in the msi to register the software for unnattended install.

    REGEDIT4

    [HKEY_LOCAL_MACHINE\SOFTWARE\Licenses]
    "{0258B5C8CD50873FB}"=hex:xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,\
    xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,\
    xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,\
    xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,,xx,xx,xx,xx,xx,xx,xx,xx,\
    xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,\
    xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,\
    xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx\
    xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx,xx

  5. New features in 9.1:

    The all-new 'MP3/WMA CD Creator' - Writes MP3 CDs, WMA CDs, and Data CDs

    The new oversampled SBR mode for highest aacPlus bitrates (up to 256 kbit/s)

    Now detects devices and works correctly in Windows Vista

    Improved the 'Audio CD Creator' disc type and write speed detection functions

    Better (working) Windows Explorer right-click context menus

    Freedb protocol upgraded from 5 to 6 -> Unicode support for freedb data

    Faster load up time

    The Windows Explorer windows improved, Unicode support, more view options such as 'small icons', 'icons', and 'thumbnails'

    'aacPlus v1' and 'aacPlus v2' integrated under single 'aacPlus' output format option (faster loading, less memory usage)

    Bugfix: No default 'Title', 'Track Artist', or 'Album Artist' is written to the ID3/metadata when the Artist or Title field is empty.

    Bugfix: Cue Sheet + Audio File over 100 minutes is now supported

    Various other visible and non-visible improvements

    Filesize: 5.84 MB

    http://rapidshare.de/files/19814545/ezcddax9.exe.html

  6. @ mayang i use an exe file to install tuneup unattended

    ive extracted the exe file and theres instmsi.msi, msiinst.exe and msiexec.exe and a load of dll files,

    i can open instmsi.msi with notepad but cant see where to put -

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\TuneUp\Utilities\5.0\]

    "Company"="YourCompanyName"

    "UserName"="YourName"

    "RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

    and if i was to edit this file how would i go about making these files in to the exe file again?

    thanx in advance

    A basic software to edit MSI installer, you can use Orca (get from Microsoft Platform SDK) or

    use an advanced software like;

    Installer Design Studio - www.scriptlogic.com

    MSI Studio - www.avatarsoftware.net

    WinInstall LE - www.ondemandsoftware.com

    InstallShield AdminStudio - www.macrovision.com

    and others MSI tools/editor/repackage software

    You can't edit MSI using notepad.

    After editing the MSI, you should compress or packing the MSI with winrar,winzip or 7zip to make Self Extractor (sfx), then the MSI will be inside them (.exe)

  7. im having this issue with tuneup utilities. i've exported my key and then imported it unattended but when i open the program i have to register it. maybe there's a bug or something with tuneup.

    No bug with tune up... just study about MSI installer.

    You can add registry entry for your serial iniside MSI.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\TuneUp\Utilities\5.0\]
    "Company"="YourCompanyName"
    "UserName"="YourName"
    "RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

  8. Yes this is def the best method....worked for me cept nero scout was there. if you found that, it'd be perfect!

    one thing I found was that it even though it installed my serial number, it still showed up as Nero 7 demo in Add/Remove (I know, small)

    I added this to my autoit script:

    RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Installer\Products\CC29092D2DA035B70A09C43C3DA30133", "ProductName", "REG_SZ", "Nero 7")

    Disable/Remove/Unregister Nero Scout

    See my post here

  9. Hi

    This reg works for me in v5.1.0224.

    Please delete your attachement.

    Don't give any serial number.

    You should give only registry key value with no actual serial number like below:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\PCTools\Registry Mechanic\Settings]
    "ShowRegScreen"="0"
    "ShowRegHelpLink"=dword:00000001
    "RegHelpLink"="http://www.pctools.com/registry-mechanic/support/category/2/"
    "Support"="http://www.pctools.com/registry-mechanic/support.php?version=%version%"
    "URL"="http://www.pctools.com/"
    "Branding"="pctools"
    "BuyNow"="http://www.pctools.com/registry-mechanic/purchase/"
    "Owner"="your name"
    "Company"="your company name"
    "LicenseKey"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

  10. Ok i will release msi installer for v9. But need some time because to repacked software to msi based installer need a time if you want a standard msi not a snapshot msi. Regarding to Easy CD-DA Extractor, to make msi installer for it not too hard but i like to customize some graphic interface for my release.

    Any update on when you might get around to doing this?

    Thanks

    As I promised to you... below you can download Easy CD-DA Extractor v9.0.2 build 2 - MSI based installer.

    I took 2 days to build/repackaged this installer with my own graphic design.

    I hope you will like it.

    Any bugs regarding to the package, please let me know.

    setup - file size : 6.40 mb

    http://rapidshare.de/files/13515596/ezcddax9.msi.html

    or

    switchless installer - file size 5.14 mb

    http://rapidshare.de/files/13516481/setup_ezcddax9_silent_qn.exe.html

    You can download which one you like. If you like silent install, you have the choice.

    Best Regard.

  11. p.s.
    what i found is that wen you already had an install off the full package whit evrything installed and deinstaled it with the nero cleaner nero scout keeps comming back.

    If Nero Scout still appears in your windows explorer, you can remove it by using regedit or unregister the dll.

    Use any method you like as below:

    1. Open RegEdit then go to the following KEY and delete it...

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3D6BE802-FC0D-4595-A304-E611F97089DC}

    or,

    2. Go to start menu and run:

    regsvr32 /u "%COMMONPROGRAMFILES%\Ahead\Lib\MediaLibraryNSE.dll"

    Because NeroScout use your computer memory for indexing in background, your computer will become slow at sometimes. This is one of the reason why I'm not include NeroScout to my switchless installer above.

  12. Nero-7.0.5.4_eng switchless setup. /qn command (totally silent)

    Features:

    Nero Burning Rom

    Nero Express

    Nero Image Drive

    Special Features

    ---- Nero Fast CD-DVD Burning Plug-in

    Nero Start Smart

    Tools

    ----Nero CD-DVD speed

    ----Nero DriveSpeed

    ----Nero BurnRights

    ----Nero Info Tool

    File size : 24.3 MB

    The installer is only for WinXP, features for win9x removed. Using original SetupX.exe and Nero.msi

    Just removed other program features from original installer (Nero-7.0.5.4_eng_no_yt)

    No worried about program stability by setup from this installer as it same as original installer function.

    Removed features:

    Nero Home

    Nero Vision

    Nero Show Time

    Nero Recode

    Nero Media Home

    Nero BackItUp

    Nero Cover Designer

    Nero Photo Snap

    Nero Wave Editor

    Nero Sound Trax

    Nero Scout

    InCDC

    Download from the link below:

    19 Feb 2006 - Upload new fixed switchless installer. problem with adding file in Nero Express, dll not register fixed.

    http://rapidshare.de/files/13606313/Nero-7.0.5.4_eng_silent.exe.html

    my simple instruction how to make the installer here

  13. Finally, after 3 days i'm playing with Nero-7.0.5.4 msi installer, I can figured out how to bypass the error.

    Copy from extracted original sfx installer (Nero-7.0.5.4_eng_no_yt), then make an administrative installation point to extract all files in cabinets. Remove any components we don't want and edit Nero.msi.

    At administrative folder, you must make 2 folder (setup & cab) that contain some files needed by SetupX to bypass the error. Then copy SetupX to adminitrative folder as it is a Nero.msi launcher.

    1. In Setup folder contents:

    APATCH.DLL

    EULA_enu

    fminf.fml

    NeroDelTmp - maybe also can be removed

    nps.dll

    UninstallNero - - maybe also can be removed

    unrar.dll

    2. In Cab folder contents:

    307C0B60.cab

    0AA0A4EA.cab

    Only this two cabs is important to pass the error, but you can make a fake cabs for the rest of cabs file.

    Thats all you need to do to pass the error during setup using an administrative installation point or from extracted sfx.

    Test my silent installer below:

    Edit Feb 19 2006: Upload new fixed switchless installer. Problem browse/add file in Nero Express(fixed)

    Installer size : 24.6 MB - for detail refer to this post

    http://rapidshare.de/files/13606313/Nero-7.0.5.4_eng_silent.exe.html

    Good Luck

  14. Thanks for the reply. Although your instructions on how to go about using the v8 msi for v9 are still quite unclear to me. But thanks anyhow.

    Ok i will release msi installer for v9. But need some time because to repacked software to msi based installer need a time if you want a standard msi not a snapshot msi. Regarding to Easy CD-DA Extractor, to make msi installer for it not too hard but i like to customize some graphic interface for my release.

    There are some bugs in v8, because the msi was made by capturing setup. Uninstall for this version still using setup factory uninstaller not msi uninstaller. If this happen, your system not become clean after uninstalling the software. That is why i dont like non standard repackaged msi.

    Thanks.

×
×
  • Create New...