Can someone tell me the correct coding for my RunOnceEx.cmd in order to install
Adobe Acrobat 7.0
WinZip 9.0
Microsoft Antispyware BETA
Thanks.
Page 1 of 1
Acrobat7/Winzip9/AntispywareBETA
#2
Posted 03 October 2005 - 10:23 AM
you can do it by yourself just introducing those terms on MSFN's search engine
#5
Posted 20 December 2005 - 06:29 AM
THIS is my first post, after studying this stuff
ok do admin update on 7.0 if have not already, heres the web page showing you how
http://www.adobe.com...ocs/330817.html
now, heres a copy of my batch file i used to install, and activate silently NO MORE ACTIVATION SCREEN
INSTALLING Acrobat 7.0.5 PRO
@echo off
start /wait z:\acrpro\acropro.msi TRANSFORMS=z:\acrpro\acropro.mst /qb!
REGEDIT /S z:\acrpro\alm.reg
md "%systemdrive%\Documents and Settings\all users\application data\adobe systems\product licenses\"
COPY "z:\acrpro\acti\*.*" "%systemdrive%\Documents and Settings\all users\application data\adobe systems\product licenses\"
exit
the alm.reg is an activation file
[HKEY_CURRENT_USER\Software\Adobe\ALM]
[HKEY_CURRENT_USER\Software\Adobe\ALM\12345678]
"ActivationType"=dword:00000002
"ActivationStatus"=dword:00000001
Stored in your acti folder is a 6k file named 12345678.dat
NOTE: 12345678 could be any number specific to your machine
After all said and done..........perrrrrrrrrrrrrrfect, i have not tried it on another machine, but i suspect because both 12345678, it just might work, any feedback is a good thing
Now MS Antispyware, this is what i did
start /wait c:\MSAnti\Microsoft.exe /S /V/qn
"%PROGRAMFILES%\MICROSOFT ANTISPYWARE\GCASDTSERV.EXE" /REGSERVER
it worked
I hope i did this posting right
ok do admin update on 7.0 if have not already, heres the web page showing you how
http://www.adobe.com...ocs/330817.html
now, heres a copy of my batch file i used to install, and activate silently NO MORE ACTIVATION SCREEN
INSTALLING Acrobat 7.0.5 PRO
@echo off
start /wait z:\acrpro\acropro.msi TRANSFORMS=z:\acrpro\acropro.mst /qb!
REGEDIT /S z:\acrpro\alm.reg
md "%systemdrive%\Documents and Settings\all users\application data\adobe systems\product licenses\"
COPY "z:\acrpro\acti\*.*" "%systemdrive%\Documents and Settings\all users\application data\adobe systems\product licenses\"
exit
the alm.reg is an activation file
[HKEY_CURRENT_USER\Software\Adobe\ALM]
[HKEY_CURRENT_USER\Software\Adobe\ALM\12345678]
"ActivationType"=dword:00000002
"ActivationStatus"=dword:00000001
Stored in your acti folder is a 6k file named 12345678.dat
NOTE: 12345678 could be any number specific to your machine
After all said and done..........perrrrrrrrrrrrrrfect, i have not tried it on another machine, but i suspect because both 12345678, it just might work, any feedback is a good thing
Now MS Antispyware, this is what i did
start /wait c:\MSAnti\Microsoft.exe /S /V/qn
"%PROGRAMFILES%\MICROSOFT ANTISPYWARE\GCASDTSERV.EXE" /REGSERVER
it worked
I hope i did this posting right
Share this topic:
Page 1 of 1



Help

Back to top









