Black-Wolf Posted August 10, 2004 Posted August 10, 2004 Pain in the @$$, tried to extract and do it but all failed.Need to find out how to embed the key so it can feel free to install silently, etc.
spachtler Posted August 10, 2004 Posted August 10, 2004 it should be something like[HKEY_LOCAL_MACHINE\SOFTWARE\ACD Systems\ACDSee\60]"LicenseNumber"="xxx xxx xxx xxx xxx xxx"Spachtlerp.s.: in version5, i do this registry BEFORE the installation,because then the license field in the dialog is already filled out...
mazin Posted August 10, 2004 Posted August 10, 2004 Run EXE, then go to:C:\WINDOWS\Downloaded Installations\{9AA435FA-9B29-4D21-A80A-03E887C0F89B}\ACDSee 6.0 PowerPack.msiRun this register.reg before the MSI:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\ACD Systems\61]"LicenseNumber"="................."[HKEY_LOCAL_MACHINE\SOFTWARE\ACD Systems\ACDSee\60]"LicenseNumber"="................."[HKEY_LOCAL_MACHINE\SOFTWARE\ACD Systems\FotoCanvas\30]"LicenseNumber"="................."[HKEY_LOCAL_MACHINE\SOFTWARE\ACD Systems\FotoSlate\30]"LicenseNumber"="................."
--=ddSHADOW=-- Posted August 10, 2004 Posted August 10, 2004 REG ADD %KEY%\002 /VE /D "ACDSee 6.0.6 PowerPack" /fREG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\ACDSee_6.0.6_PowerPack\ACDSee_6.0.6_PowerPack.msi /QN USERNAME=NAME ALLUSERS=1 SLL_LICENSENUMBER=SERIAL REBOOT=REALLYSUPPRESS" /ftype your NAME and SERIAL
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now