Jump to content

QKnet

Member
  • Posts

    37
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Vietnam

Posts posted by QKnet

  1. how can i preconfig acdsee 7 via regedit for idividual configuration in "perference"

    anyone with an idea??

    I used these lines for setup.cmd

    @echo off

    cls

    Echo Install ACDsee Power Pack 7.0

    start /wait msiexec.exe /I "ACDsee7.msi"  PIDKEY=***** TRANSFORMS="unattended.MST" /qb-

    ECHO.

    ECHO Deleting Shortcuts and Applying Tweaks

    del "%AllUsersProfile%\Desktop\ACD FotoSlate 3.1.lnk"

    del "%AllUsersProfile%\Desktop\ACDSee 7.0.lnk"

    del "%AllUsersProfile%\Desktop\Buy ACDSee*.*"

    del "%AllUsersProfile%\Start Menu\Programs\ACD Systems\Buy ACDSee*.*"

    start /wait REGEDIT /S ACDSee7.reg

    copy /Y lmclient.dll "%programfiles%\Common Files\ACD Systems\EN"

    EXIT

    The unattended.mst file is made by Custom Installation Wizard under MSO2003 toolkit. Works just fine for me. Hope you can apply it.

    PID removed ~ Alanaoll

  2. To disable the annoying device detector that's intalled by default. I haven't had time for more tweaks jsut yet (viewer full screen, black background, ...) but hopefully soon
    I tried to build up an .MST file for ACDsee7 using........... Custom Installation Wizard (a part of MSO 2003 tool kit), and it worked. I can disabled PhotoEditor, Device Ditector and others.
    start /wait msiexec.exe /I "ACDsee7.msi"  TRANSFORMS="unattended.MST" /qb-

    Reading this thread helps me inserting serial too.

  3. Alanoll is correct. The msi is wrapped using Installshield. You must pass msi arguments to run this silently. Look in the application switches thread. I posted  ACDSee switches and examples.

    (Hint: run the setup you downloaded and look in your temp folder before setup finishes or use /a on the setup)

    Actually I did lookinto the temp folder. But ACDsee didnot extract to the folder but to a subfolder. That's why I missed.

    I used this to get it unattended

    @echo off

    cls

    Echo Install ACDsee Power Pack 7.0

    start /wait msiexec.exe /I "ACDsee7.msi"  TRANSFORMS="unattended.MST" /qb-

    call unlock.cmd

    Thanks all for reading

    (I'm not so sure that putting the "call unlock.cmd" here would break the forum rules)

  4. I've just downloaded ACDsee Powerpack 7.0 (30 days trial :angry: ) and tried unattended installation. I followed the instructions for installShield with the line "setup.exe -R". The setup ran well. But I found no setup.iss file in C:\Windows like it was stated in the instructions.

    Any idea or other instructions from you?

    Thx all

  5. Is it possible to make a .cmd file that help me to do this

    - Extract all files in the cab files into subfolders (the name of the subfolders should be the name of the files, respectively)

    Or

    - Create cab files from the subfolders, one cab files for each subfolders, I meant. The name of the file should be the name of the subfolders respectively.

    =========

    Pls help

×
×
  • Create New...