Jump to content

Recommended Posts

Posted

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.


Posted

No, because the programs that you've mentioned have already been discussed elsewhere.

For example, typing in "Winzip silent" will give you this as one of the first hits...

Try harder... ;)

  • 2 months later...
Posted

THIS is my first post, after studying this stuff :hello:

ok do admin update on 7.0 if have not already, heres the web page showing you how

http://www.adobe.com/support/techdocs/330817.html

:thumbup

now, heres a copy of my batch file i used to install, and activate silently NO MORE ACTIVATION SCREEN :w00t:

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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