Help - Search - Members - Calendar
Full Version: ACDSee 6.03
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Black-Wolf
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
it should be something like

CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\ACD Systems\ACDSee\60]
"LicenseNumber"="xxx xxx xxx xxx xxx xxx"


Spachtler

p.s.: in version5, i do this registry BEFORE the installation,
because then the license field in the dialog is already filled out...
mazin
Run EXE, then go to:

C:\WINDOWS\Downloaded Installations\{9AA435FA-9B29-4D21-A80A-03E887C0F89B}\ACDSee 6.0 PowerPack.msi

Run this register.reg before the MSI:


QUOTE
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=--
QUOTE
REG ADD %KEY%\002 /VE /D "ACDSee 6.0.6 PowerPack" /f
REG 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" /f


type your NAME and SERIAL
Black-Wolf
Great, thanks a lot guys!
lulumi168
Thankyou your share.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.