mazin Posted October 31, 2004 Author Posted October 31, 2004 You're supposed to slipstream it as follows. However, I haven't tested the slipstreamed version myself. So, you test it!Create a new folder anywhere on your hard disk. I'll assume you name it ABC. Put the following files inside ABC:1- acdseepowerpack.exe2- Update47.msp (MSP renamed)3- ACDSee.cmdNow, run ACDSee.cmd! After ACDSee.cmd exits, ACDSee folder is created in the root of your system drive. Delete ABC, as it's no longer needed.To install, run ...\ACDSee\ACDSee.msi as described in my first post.cls@echo offECHO Creating AIPstart /wait acdseepowerpack.exe /A /S /V"/QB TARGETDIR=%systemdrive%\ACDSee"ECHO Patching AIPcopy Update47.msp %systemdrive%\ACDSeestart /wait msiexec /p %systemdrive%\ACDSee\Update47.msp /a "%systemdrive%\ACDSee\ACDSee 7.0 PowerPack.msi" /QBdel %systemdrive%\ACDSee\Update47.mspren "%systemdrive%\ACDSee\ACDSee 7.0 PowerPack.msi" ACDSee.msiEXITThe first ECHO creates Administrative Installation Point out of acdseepowerpack.exe!The second ECHO patches the AIP!
SibTiger Posted November 1, 2004 Posted November 1, 2004 @Mazin... your amazing! I successfully slipstreamed the update, and it installs perfectly on a VM.Now, a slightly off-topic problem. On my physical computer, I no longer can open ACD Photo Editor 3.1. When I try to open it, I get a brief "hourglass" mouse pointer, then nothing. I've uninstalled ACDSee, deleted all "ACD" references from the registry, deleted all ACDSee folders in "Documents and Settings" and then reinstalled. But the problem continues. The problem can't be with my install source because it works fine on the VM.Any idea how to fix this?
laser21 Posted November 5, 2004 Posted November 5, 2004 Hi guys, Im experiencing the same problem as DigeratiPrime described on the last page. I cant customize the install options. My mst file does all the registry edits, removes all shortcuts and so on, but installs the full application.my batch file:CLS@echo offTITLE ACDsee 7 PowerpackEcho ACDsee Power Pack 7.0start /wait msiexec.exe /I "ACDsee7.msi" TRANSFORMS="Acdseeunattended1.MST" /qb- PIDKEY=***** LICENSE_MODEL=Fullcopy /Y "lmclient.dll" "%systemdrive%\Progra~1\Common Files\ACD Systems\EN"EXITThanks for any response laser
mazin Posted November 5, 2004 Author Posted November 5, 2004 You can use ADDLOCAL property as shown in my 7th post!
Lost Soul Posted November 23, 2004 Posted November 23, 2004 @Mazinhi im having trouble with my ACDSee 7.0 PowerPack - Full install, ive used your method and everything installs and it even registers full version,, but when i test it out after the instal, all the pictures come up black .any ideal what im doing wrong, ?
CoffeeFiend Posted November 23, 2004 Posted November 23, 2004 Your problem is his the partial color management information like I had mentionned previously (looks like he updated his posts to reflect that).
ozan319 Posted November 24, 2004 Posted November 24, 2004 You can grab updated(47) version instead of slipstreaming.files.acdsystems.com/english/downloads/acdsite/acdseepowerpack.exe
pinout Posted December 12, 2004 Posted December 12, 2004 How about this?Don't even bother taking the MSI from the "Downloaded Installations" directoryJust execute:START "" /WAIT "acdseepowerpack.exe" /S /V"/qn REBOOT=ReallySuppress" or whatever command-line options you want to pass to the MSI.And I agree, the whole deal with slipstreaming the updates isnt necessary, just download the current acdseepowerpack.exe - In fact, what I do for a lot of applications that use the same filenames for every version (acdseepowerpack.exe, aawsepersonal.exe & defs.ref, GoogleToolbarInstaller.exe, etc) is place a batch file named "UPDATE.BAT" in the same directory as the program (you need to have wget installed on your system and in your PATH. The batch file does this:Example: @PUSHD "%~dp0"WGET --timestamping "http://files.acdsystems.com/english/downloads/acdsite/acdseepowerpack.exe"That will change the current directory to the path where the batch file is located and then wget the latest version, the "--timestamping" option is for "don't re-retrieve files unless newer than local."This simplifies the task of updating some of your applications before you burn a fresh install CD.And if you want to get even fancier, make a batch file UPDATEALL.BAT in the directory above all of your applications, in my case it is in my $OEM$ directory - which contains this:@PUSHD "%~dp0" & ECHO OFFFOR /F "tokens=*" %%x IN ('DIR /A /B /S "UPDATE.BAT"') DO @"%%x"This batch will look through each directory and execute the UPDATE.BAT if its found, so to update all of your programs you just click a single batch file.
pinout Posted December 17, 2004 Posted December 17, 2004 I've read this entire thread and I don't understand what registry setting to change to make it so the activation prompt doesnt pop up. Is there even a way?
alhaddar Posted December 21, 2004 Posted December 21, 2004 how can use batch file in first Posted reading from cd rom I use wpi for insatll my programs pls help
fanatf1 Posted May 23, 2005 Posted May 23, 2005 Hello!I made my silent install of ACDsee 7.0 build 102 PPEverything is perfect but one:Then i first start program a popup window: "Participate Software Update program"i click "No Thanks" and OK. No more of this window appear.How can i disable this window?
asbsamsf Posted May 23, 2005 Posted May 23, 2005 Hello!I made my silent install of ACDsee 7.0 build 102 PPEverything is perfect but one:Then i first start program a popup window: "Participate Software Update program"i click "No Thanks" and OK. No more of this window appear.How can i disable this window?<{POST_SNAPBACK}>[HKEY_CURRENT_USER\Software\ACD Systems\LM\ACDSee\70]"AgreementAccepted"=dword:00000000
fanatf1 Posted May 24, 2005 Posted May 24, 2005 Yes i have exactly this string in my ACDsee.regWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\ACD Systems\LM\ACDSee\70]"AgreementAccepted"=dword:00000000all other string is working but this i think not Software update program window is still popup in first run of ACDsee 7.0PP Strange...
Loras Posted May 24, 2005 Posted May 24, 2005 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...<{POST_SNAPBACK}>I've tried that .reg and no popup window...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now