MSFN Forum: More silent install updates! - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

More silent install updates! Tested!! Rate Topic: -----

#1 User is offline   songokussm 

  • Group: Members
  • Posts: 6
  • Joined: 12-February 06

Posted 10 September 2006 - 08:43 PM

This is my list of apps that can be silently isntalled, but the information located in the forums is out dated.

Acrobat 3D-
http://www.adobe.com...ocs/330817.html ----tells you how
http://www.adobe.com....jsp?ftpID=2709 --some software you need

Photoshop CS2-
http://www.adobe.com...ocs/331261.html -works with out cracking your msi files :D


Please note for Photoshop CS2 you need to import some registry keys. I figured it out once, but forgot how. In other words it worked, but i cant find the guide on how to import registry entries. SO if you find that out it will work fine. Good luck!

EDIT:
After a few hours of trying to used reg add i had no luck. can someone please point me in the right direction?

here's the reg info i want to import during the windows install, preferably before it stats installing the app that needs it.
---------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{236BB7C4-4419-42FD-0409-1E257A25E34D}]
"EPIC_REGS_TYPE"=dword:00000004
"EPIC_REGS_STATE"=dword:00000002
"EPIC_REGS_LANG"=dword:00000000
"EPIC_REGS_COUNT"=dword:00000000
-------------------------


Its the same reg info needed to suppress the activation for Photoshop.

Azureus 2.5.0.0
/S (case matters)

This post has been edited by songokussm: 11 September 2006 - 12:38 AM



#2 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,363
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 11 September 2006 - 01:14 AM

Something like this may help you out
 
@ECHO OFF &SETLOCAL

:: CREATE YOUR SPECIFIC VARIABLES
SET "PATHTOAPP=%SYSTEMDRIVE%\INSTALL\PHOTOSHOP"
SET "UNINSTKEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
SET "KEYCLSID={236BB7C4-4419-42FD-0407-1E257A25E34D}"

:: START THE INSTALL
START "" /WAIT MSIEXEC /I "%PATHTOAPP%\ADOBE PHOTOSHOP CS2.MSI" /QN

:: ADD YOUR REGISTRY KEYS
REG ADD HKLM\SOFTWARE\Adobe\Updater /V Enterprise /T REG_DWORD /D 1 /F >NUL
REG ADD %UNINSTKEY%\%KEYCLSID% /V EPIC_REGS_TYPE /T REG_DWORD /D 4 /F >NUL
REG ADD %UNINSTKEY%\%KEYCLSID% /V EPIC_REGS_STATE /T REG_DWORD /D 2 /F >NUL
REG ADD %UNINSTKEY%\%KEYCLSID% /V EPIC_REGS_LANG /T REG_DWORD /D 0 /F >NUL
REG ADD %UNINSTKEY%\%KEYCLSID% /V EPIC_REGS_COUNT /T REG_DWORD /D 0 /F >NUL
ENDLOCAL &GOTO :EOF 


#3 User is offline   songokussm 

  • Group: Members
  • Posts: 6
  • Joined: 12-February 06

Posted 11 September 2006 - 02:42 AM

thx for your responce. I figured it out. just use the reg file and make a an install script.

Something like-
regedit /s photoshop.reg /f
start /wait photoshop.msi /blabla

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy