mazin Posted October 5, 2004 Posted October 5, 2004 (edited) This is how I install ACDSee 7 PowerPack - Full Version. This version installs for all users by default. And it doesn't reboot a PC.You can pick the MSI up from here: C:\WINDOWS\Downloaded Installations\{2C002EC4-2787-41B3-A882-EE992406C096}\ACDSee 7.0 PowerPack.msi It won't be gone even if you reboot your PC.cls@echo offECHO ACDSee 7.0 PowerPack Fullstart /wait %systemdrive%\Install\ACDSee\ACDSee.msi /QB PIDKEY=your key with dashes LICENSE_MODEL=FullECHO.ECHO Deleting Shortcuts and Applying Tweaksdel "%AllUsersProfile%\Desktop\ACD FotoSlate 3.1.lnk"del "%AllUsersProfile%\Desktop\ACD Photo Editor 3.1.lnk"del "%AllUsersProfile%\Desktop\ACDSee 7.0.lnk"REGEDIT /S %systemdrive%\Install\ACDSee\ACDSee.regEXITIf you want to delete the shortcut folder in Start menu, add this line:RD /S /Q "%AllUsersProfile%\Start Menu\Programs\ACD Systems"Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\ACD Systems\ACDSee\70]"ShowTipOfDay"=dword:00000000[HKEY_CURRENT_USER\Software\ACD Systems\ACDSee\70]"RegisteredSettings"=dword:00000002[HKEY_CURRENT_USER\Software\ACD Systems\ACDSee\70]"ViewerShowFullPath"=dword:00000001[HKEY_CURRENT_USER\Software\ACD Systems\ACDSee\70]"ShowFullPathInTitle"=dword:00000001[HKEY_CURRENT_USER\Software\ACD Systems\ACDSee\70]"ColorMgt-Enabled"=dword:00000001[HKEY_CURRENT_USER\Software\ACD Systems\FotoSlate\31]"Show Quick Start"=dword:00000000[HKEY_CURRENT_USER\Software\ACD Systems\LM\ACDSee\70]"AgreementAccepted"=dword:00000000[HKEY_CURRENT_USER\Software\ACD Systems\ACD Photo Editor\31\Tip]"StartUp"=dword:00000001If you want to exclude some features of ACDSee, read my 7th post below.This is what you should see after installation (Help --> myACD): Edited October 23, 2004 by mazin
sleepnmojo Posted October 6, 2004 Posted October 6, 2004 I tried mazin's method above but was also getting the buy now link on my desktop. To remove it, I added the following to my command line.REMOVE=BuyNowACDSeeTrial,BuyNowPowerPackTrial
Powerhouse Posted October 6, 2004 Posted October 6, 2004 I'm a little lost with this one. Where are you guys getting the .msi file from? My ACDSee 7 is an .exe file (acdseepowerpack.exe).
Alanoll Posted October 6, 2004 Posted October 6, 2004 Execute the EXE. Let SETUP just sit there.Go to %USERPROFILE%\Local Settings\TempAnd there should be a new folder in there from the ACDSee install. Inside it is the MSI.
nemesis5 Posted October 9, 2004 Posted October 9, 2004 I tried mazin's method above but was also getting the buy now link on my desktop. To remove it, I added the following to my command line.REMOVE=BuyNowACDSeeTrial,BuyNowPowerPackTrialwhere do you add it?
mazin Posted October 9, 2004 Author Posted October 9, 2004 (edited) ACDSee.reg was updated in the first post. Also, a path to MSI was added. Oh, and Alanoll's suggestion for MSI path works, too. Edited October 11, 2004 by mazin
nemesis5 Posted October 11, 2004 Posted October 11, 2004 how can i preconfig acdsee 7 via regedit for idividual configuration in "perference"anyone with an idea??
CoffeeFiend Posted October 11, 2004 Posted October 11, 2004 Ok, I finally got around to try it again using mazin's method and it worked perfectly. I tried to add that REMOVE= ... but then it complained about an internal error. Without it, it doesn't install any of the trial stuff anyways, so no need for it. (myACD shows full registered too)As for mazin's reg tweak, I wouldn't use it as is. Your color managemet information is only partial. That made my acdsee preview and view pictures as solid black until I entered all the information in the options. Other than that the rest is fine, although I do customize more stuff personally (like viewer in full screen, black background, etc).@nemesis5Look at [HKEY_CURRENT_USER\Software\ACD Systems\ACDSee\70]Export it, remove the junk (keep just what you want). That's it. Nothing else to it. If you got some extra settings it shouldn't hurt anyways as overwriting the default settings with your previous (identical) default settings won't make a difference..@mazin thanks! That command line and EULA reg tweaks saved me some time
mazin Posted October 11, 2004 Author Posted October 11, 2004 (edited) Thank you crahak for confirmation.Reg tweaks I added are just the main ones. I can update the first post if any one likes to add some.EDIT: Yes, you're right, crahak. I removed that reg key. Edited October 23, 2004 by mazin
chrno2004 Posted October 13, 2004 Posted October 13, 2004 I seem to have a problem with "registry" while attempting to run the application after installing using mazin's method. Please advice ...See screenshoot
mazin Posted October 13, 2004 Author Posted October 13, 2004 The registry was tampered with. Please reinstall the application.This can happen only if you install ACDSee in trial mode then try to enter your key via Registry. Or you installed over a previous installation.If you use my batch as it is on a clean machine, you won't face this problem.
sleepnmojo Posted October 13, 2004 Posted October 13, 2004 I seem to have a problem with "registry" while attempting to run the application after installing using mazin's method. Please advice ...See screenshootDo yourself a favor, and don't post a 2 meg file. Convert it to jpg. Save everyone some bandwidth.The way to fix your problem is to delete[HKLM\Software\ACD Systems\LM]Then reinstall.
QKnet Posted October 14, 2004 Posted October 14, 2004 (edited) 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 offclsEcho Install ACDsee Power Pack 7.0start /wait msiexec.exe /I "ACDsee7.msi" PIDKEY=***** TRANSFORMS="unattended.MST" /qb-ECHO.ECHO Deleting Shortcuts and Applying Tweaksdel "%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.regcopy /Y lmclient.dll "%programfiles%\Common Files\ACD Systems\EN"EXITThe 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 Edited October 14, 2004 by Alanoll
CoffeeFiend Posted October 14, 2004 Posted October 14, 2004 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 offclsEcho Install ACDsee Power Pack 7.0start /wait msiexec.exe /I "ACDsee7.msi" PIDKEY=TRANSFORMS="unattended.MST" /qb-ECHO.ECHO Deleting Shortcuts and Applying Tweaksdel "%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.regcopy /Y lmclient.dll "%programfiles%\Common Files\ACD Systems\EN"EXITThe unattended.mst file is made by Custom Installation Wizard under MSO2003 toolkit. Works just fine for me. Hope you can apply it.the trial stuff doesn't need to be deleted if you have a retail serial no (unlike the key you should not have posted btw).copying a cracked lmclient.dll isn't necessary if you don't use a warez version.moderators?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now