Help - Search - Members - Calendar
Full Version: Acrobat7/Winzip9/AntispywareBETA
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
zedox
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.
SiMoNsAyS
you can do it by yourself just introducing those terms on MSFN's search engine smile.gif
zedox
you think I havn't tried that?
Zxian
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... newwink.gif
1954vet
THIS is my first post, after studying this stuff welcome.gif

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.gif

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

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.gif




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.