adobe reader synchronizer
I am looking for a way to package Adobe Reader 8.0 without deploying the Adobe Reader Synchronizer within startup. Anyone come across this?
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
rpfenninger
17 years ago
According to the Package Knowledge Base on Appdeploy:
Use this tool to generate a transform file (.mst) and then edit the transform in Orca to delete the Synchronizer shortcut in the Shortcut table.
Cheers
Roland
There is a new tool to customize Adobe Acrobat/Reader 8 Products: "Adobe Customization Wizard"
http://www.adobe.com/support/downloads/detail.jsp?ftpID=3564
This tool supersedes the InstallShield Tuner.
Use this tool to generate a transform file (.mst) and then edit the transform in Orca to delete the Synchronizer shortcut in the Shortcut table.
Cheers
Roland
Posted by:
lamarx43
17 years ago
I used the Adobe Customization Wizard to create the MST however the only "remove" option available in the Shortcut table is the Adobe Reader Speed Launch. This is the information I found on Adobe's web site:
http://blogs.adobe.com/barnaby.james/2006/12/the_adobe_synch_1.html
I was hoping for an easier solution that someone has already come across.
http://blogs.adobe.com/barnaby.james/2006/12/the_adobe_synch_1.html
I was hoping for an easier solution that someone has already come across.
Posted by:
panda
17 years ago
Posted by:
lamarx43
17 years ago
Posted by:
applelittle
17 years ago
I did the script to del the shortcut
---------------------------------------------------
strCommand = host & "delSynchronizer.bat"
WshShell.Run strcommand, 0, True
-----------------------------------------------------------------
Host is the location where i keep the file
& the file delsynchronizer.bat is batch to del the shortcut.
content of delsynchronizer.bat is
---------------------------------------------------------------------
@ECHO OFF
ECHO Del the Adobe Reader Synchronizer from startup
del "%allusersprofile%\Start Menu\Programs\Startup\Adobe Reader Synchronizer.lnk"
------------------------------------------------------------------
I just use simple way..
---------------------------------------------------
strCommand = host & "delSynchronizer.bat"
WshShell.Run strcommand, 0, True
-----------------------------------------------------------------
Host is the location where i keep the file
& the file delsynchronizer.bat is batch to del the shortcut.
content of delsynchronizer.bat is
---------------------------------------------------------------------
@ECHO OFF
ECHO Del the Adobe Reader Synchronizer from startup
del "%allusersprofile%\Start Menu\Programs\Startup\Adobe Reader Synchronizer.lnk"
------------------------------------------------------------------
I just use simple way..
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.