Jump to content

Recommended Posts

Posted
Yes i have exactly this string in my ACDsee.reg

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\ACD Systems\LM\ACDSee\70]
"AgreementAccepted"=dword:00000000

all other string is working but this i think not :(

Software update program window is still popup in first run of ACDsee 7.0PP

Strange...

run ACDsee.reg after login as current user

  • 2 weeks later...

Posted

Anybody helps me?

1. I instaled acdsee7pp with this method

prog[pn]=['ACDSee 7.0.102 PowerPack']
uid[pn]=['ACDSEE7']
desc[pn]=['Best graphic file viewer <i><font color="red">Recommended</font></i>']
ordr[pn]=[60]
cmd1[pn]=['%cdrom%\\software\\Application\\acdsee7\\Acdsee.msi /QB- ADDLOCAL=ACDSee,ImageEncodingDecodingPlugIns,ACDPh
otoEditor,CommandExtensionPlugIns,FotoSlate,PaneEx
tension LICENSE_MODEL=Full PIDKEY=****-****-*****-******* REBOOT=REALLYSUPPRESS']
cmd2[pn]=['%cdrom%\\software\\Application\\acdsee7\\LMClient.exe']
cmd3[pn]=['%cdrom%\\software\\Application\\acdsee7\\updates\\ACDSee7.0PowerPack.msp /qn REBOOT=ReallySuppress']
//cmd4[pn]=['REGEDIT /S %cdrom%\\software\\Application\\acdsee7\\acdsee7.reg']
cmd4[pn]=['%cdrom%\\software\\Application\\acdsee7\\shortcuts.cmd']
dflt[pn]=['yes']
cat[pn]=['Graphics']
pn++


where LMclient.exe is in the winrar sfx archive packed cracked lmclient.dll(for version 47).
acdsee7.reg is only iformation about me-user, organisation etc, it is only reduced copy of registry, i made it after fuly install acdsee.
line with updates u can not use if u wont, my asdsee pp ist the version 7.0.47 and i use updatepach to 102.
source files(acdsee.msi and *msp) are from %userdata%\Local Settings\temp directory during install.
shortcuts cmd file contains information about places of shortcuts

2.After closing any prog off pp ( viewer, fotoslate or fotoeditor) i get this error...

if i install acdsee normaly, prog is still working without problems

post-53658-1118205320_thumb.jpg

Posted

asbsamsf: run ACDsee.reg after login as current user

This is my cmdlines.txt

[COMMANDS]

"RunOnceEx.cmd"

"useraccounts.cmd"

"REGEDIT /S regtweaks.reg"

you mean add string like "REGEDIT /S ACDsee.reg"

at the end of cmdlines.txt ? Am i right?

Posted

он имел в виду запустить регтвик после установки винды, когда ты будешь залогинен как текущий пользователь

Posted

asbsamsf

Thanks a lot - it really works i do as i describe

[COMMANDS]

"RunOnceEx.cmd"

"useraccounts.cmd"

"REGEDIT /S regtweaks.reg"

"REGEDIT /S ACDsee.reg"

and Eurika!!!! :thumbup

mickmack

Да спасиба я уже сделал )

  • 3 weeks later...
Posted (edited)

Hi all,

There are many post and answer on this subject.

Finally, Which is in short the simple method and complete for a full quiet install without intervention or registratio or any activation.

Consequently the process to working fine (silent) without any error or other to put the script on unattend CD from Windows Post Installation Wizard "WPI".

Thanks a lot.

Edited by Subtil
  • 1 month later...
Posted (edited)

thanx Mazin and the other Guyz

but I have a little prob here

I made the ACDsee.cmd file & my ACDsee.msi is on the CD ROM and I'm installing all my apps from the CDROM through CD.txt, so when the cmd ran it told me that's it couldn't find the msi

I replace the %systemdrive% with %CDROM% , it didn't work

here is my acdsee.cmd:

cls
@echo off
ECHO ACDSee 7.0 PowerPack Full
start /wait %CDROM%\Softwares\ACDSee\ACDSee.msi /QB PIDKEY=*************** LICENSE_MODEL=Full ADDLOCAL=ACDSee,ImageEncodingDecodingPlugIns,ACDPhotoEditor,CommandExtensionPlugIns,FotoSlate,PaneEx
tension
ECHO.
REGEDIT /S %systemdrive%\Softwares\ACDSee\ACDSee.reg
copy /Y lmclient.dll "%programfiles%\Common Files\ACD Systems\EN"
EXIT

again, I wanna install my MSI from the CD ROM via batch file

Oh yeah I can put all the variables and parameters in the ExrunOnce.cmd but I'de like to learn something new 2day :P

Also how to prevent thoe Windows on Starting up ACDse:

1- ACDInTouch Viewer

2- Software Update Program

3- ACDsee Product Registration

Last Q

How to Customize the Tool bar? E.g removing the In TouMy & My ACD Icons ....etc

Offtopic:

how can I cancel the reboot (reboot.cmd) which is going to work after Exrunonce.cmd?

just in case someone is in a rush and don't want that Countdown!

[Edit]

Ok I figured how to install the msi file from CD via the ACDsee.cmd

just like ExRunOnce.cmd, adding the parameters :hello: :

IF EXIST D:\CD.txt set CDROM=D:

IF EXIST E:\CD.txt set CDROM=E:

IF EXIST F:\CD.txt set CDROM=F:

IF EXIST G:\CD.txt set CDROM=G:

IF EXIST H:\CD.txt set CDROM=H:

IF EXIST I:\CD.txt set CDROM=I:

IF EXIST J:\CD.txt set CDROM=J:

Cool, I'm waiting for th answer of the other issues, thanx in advanced

waiting for my heros

[/EDIT]

Edited by Wesmosis
Posted

@Wesmosis

I think ACDSee.reg, in the first post, performs some of your tweaks.

However, and as said by other posters, configure ACDSee to your liking, then Look at:

[HKEY_CURRENT_USER\Software\ACD Systems\ACDSee\70]

Export and maintain that key, eliminating those values whose contents are absolute paths like C:\\Progr....etc and date stamps...etc

Also, for those who might face the problem of ACDSee demanding Activation on the first use, although they weren't connected to the Internet; please apply your "ACDSee.reg" after Explorer shell is fully loaded.

This can be done via "HKLM\....\Run" that can be deleted afterwards.

Posted

ok cool, I exported a very useful reg vlues regarding the Tool bar, Menus ....etc

Also, for those who might face the problem of ACDSee demanding Activation on the first use, although they weren't connected to the Internet; please apply your "ACDSee.reg" after Explorer shell is fully loaded.

Oh yeah i'm not connected, but how Can I apply the acdsee.reg after the explorer fully loaded, I'm useing RunExOnce.cmd

please help me out here mazin and I'll be gratful

Posted (edited)
How Can I apply the acdsee.reg after the explorer fully loaded, I'm useing RunExOnce.cmd

please help me out here mazin and I'll be gratful

any help here guyz?

Edited by Wesmosis
  • 2 weeks later...
Posted

hey guyz and Mazin

I'm encountering something weird here

I'm installing the Image Decoders O'right as follows

ADDLOCAL=ACDSee,ImageEncodingDecodingPlugIns,ACDPhotoEditor,
CommandExtensionPlugIns,FotoSlate,PaneExtension

but whenever I open ACDsee 7 Viwer I saw only black!

while when I return to ACDSee Browser I can see the thumbnails clearly! what's wrong?

Posted

Wesmosis

Early i have the same problem

Solution: Edit you acdsee.reg and REMOVE any string that have direct path (e.g. C:\Program...) and timestamps. All other tweaks apllyed succefully!

Posted

@Fanatf1

thanx, but can you post your working registry and save me alot ot trials :)

this is my acdess.reg file, what should I remove, and what safely should I keep?

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:00000001

[HKEY_CURRENT_USER\SOFTWARE\ACD Systems\ACDSee\70]
"ShowAllFiles"=dword:00000000

[HKEY_CURRENT_USER\SOFTWARE\ACD Systems\ACDSee\70]
"ShowMediaFiles"=dword:00000000

[HKEY_CURRENT_USER\SOFTWARE\ACD Systems\ACDSee\70]
"ShowArchiveFiles"=dword:00000000

[HKEY_CURRENT_USER\SOFTWARE\ACD Systems\ACDSee\70\en\Settings2\Viewer\BCGToolBar-59408]
"Name"="Main Toolbar"
"Buttons"=hex:00,20,00,00,00,00,00,00,1e,00,ff,ff,01,00,16,00,43,42,43,47,50,\
 54,6f,6f,6c,62,61,72,4d,65,6e,75,42,75,74,74,6f,6e,5a,08,00,00,00,00,00,00,\
 0a,45,64,69,74,20,49,6d,61,67,65,00,00,00,00,00,00,00,00,01,00,00,00,00,00,\
 00,00,01,00,01,80,a7,08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,ff,ff,01,00,12,00,43,42,43,47,50,54,6f,6f,6c,62,61,\
 72,42,75,74,74,6f,6e,d2,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,\
 00,00,00,04,80,c0,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,\
 00,04,80,e8,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,\
 80,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,80,6a,\
 08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,80,69,08,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,80,c3,08,00,00,02,\
 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,80,00,00,00,00,01,00,00,\
 00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,80,43,09,00,00,02,00,01,00,00,\
 00,00,00,00,00,00,00,00,01,00,00,00,04,80,44,09,00,00,02,00,00,00,00,00,00,\
 00,00,00,00,00,00,01,00,00,00,04,80,45,09,00,00,02,00,00,00,00,00,00,00,00,\
 00,00,00,00,01,00,00,00,04,80,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,\
 00,00,01,00,00,00,04,80,18,09,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 01,00,00,00,04,80,19,09,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,\
 00,00,04,80,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\
 04,80,be,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,80,\
 bf,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,04,80,ce,08,\
 00,00,02,00,00,00,0b,41,63,74,75,61,6c,20,53,69,7a,65,00,00,00,00,00,00,00,\
 00,01,00,00,00,04,80,cd,08,00,00,02,00,01,00,09,46,69,74,20,49,6d,61,67,65,\
 00,00,00,00,00,00,00,00,01,00,00,00,04,80,00,00,00,00,01,00,00,00,00,00,00,\
 00,00,00,00,00,00,01,00,00,00,04,80,ed,08,00,00,00,00,00,00,10,52,6f,74,61,\
 74,65,20,2f,20,46,6c,69,70,2e,2e,2e,00,00,00,00,00,00,00,00,01,00,00,00,04,\
 80,00,09,00,00,00,00,00,00,09,52,65,73,69,7a,65,2e,2e,2e,00,00,00,00,00,00,\
 00,00,01,00,00,00,04,80,01,09,00,00,00,00,00,00,18,41,64,6a,75,73,74,20,49,\
 6d,61,67,65,20,45,78,70,6f,73,75,72,65,2e,2e,2e,00,00,00,00,00,00,00,00,01,\
 00,00,00,04,80,dc,08,00,00,00,00,00,00,16,43,6f,6e,76,65,72,74,20,46,69,6c,\
 65,20,46,6f,72,6d,61,74,2e,2e,2e,00,00,00,00,00,00,00,00,01,00,00,00,04,80,\
 33,09,00,00,00,00,00,00,07,43,72,6f,70,2e,2e,2e,00,00,00,00,00,00,00,00,01,\
 00,00,00,01,80,d8,08,00,00,00,00,00,00,0d,53,65,74,20,57,61,6c,6c,70,61,70,\
 65,72,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,03,00,01,80,d9,08,00,\
 00,00,00,00,00,09,26,43,65,6e,74,65,72,65,64,00,00,00,00,00,00,00,00,01,00,\
 00,00,00,00,00,00,00,00,01,80,da,08,00,00,00,00,00,00,06,26,54,69,6c,65,64,\
 00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,01,80,db,08,00,00,00,\
 00,00,00,08,26,52,65,73,74,6f,72,65,00,00,00,00,00,00,00,00,01,00,00,00,00,\
 00,00,00,00,00,04,80,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,01,\
 00,00,00,04,80,e3,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,\
 00,04,80,e2,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,\
 00,00,00,0c,4d,61,69,6e,20,54,6f,6f,6c,62,61,72,ff,7f,00,00
"OriginalItems"=hex:1e,00,ff,ff,01,00,12,00,43,42,43,47,50,54,6f,6f,6c,62,61,\
 72,42,75,74,74,6f,6e,5a,08,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,\
 00,00,00,01,80,d2,08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
 00,01,80,c0,08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,\
 80,e8,08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,6a,08,00,\
 00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,69,08,00,00,00,\
 00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,c3,08,00,00,00,00,00,\
 00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,01,00,00,00,00,00,00,00,01,80,43,09,00,00,00,00,00,00,00,00,00,\
 00,00,01,00,00,00,00,00,00,00,01,80,44,09,00,00,00,00,00,00,00,00,00,00,00,\
 01,00,00,00,00,00,00,00,01,80,45,09,00,00,00,00,00,00,00,00,00,00,00,01,00,\
 00,00,00,00,00,00,01,80,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\
 00,00,00,00,01,80,18,09,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,\
 00,00,01,80,19,09,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,\
 01,80,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,\
 be,08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,bf,08,\
 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,1c,09,00,00,\
 00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,d3,08,00,00,00,00,00,00,\
 00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,d8,08,00,00,00,00,00,00,00,00,\
 00,00,00,01,00,00,00,00,00,00,00,01,80,1d,09,00,00,00,00,00,00,00,00,00,00,\
 00,01,00,00,00,00,00,00,00,01,80,00,00,00,00,00,00,00,00,00,00,00,00,00,01,\
 00,00,00,00,00,00,00,01,80,e3,08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,\
 00,00,00,00,00,01,80,e2,08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,\
 00,00,00,01,80,d5,08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
 00,01,80,2f,09,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,\
 80,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,01,80,c1,\
 08,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00

Posted

I can post it but U can simple did it.

Start ACDsee, customize to your need (icons menues etc.) and then export this string [HKEY_CURRENT_USER\Software\ACD Systems\ACDSee\70].

Open reg file and edit it as i say

REMOVE any string that have direct path (e.g. C:\Program...) and timestamps.

Later i attach me reg

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...