-
Adobe Acrobat 8.0 - information thread
continues here.... http://www.msfn.org/board/index.php?showtopic=87545
-
Adobe Acrobat 8.0 - information thread
i checked it out. works fine.
-
Adobe Acrobat 8.0 - information thread
I'll get a call from technical support on monday concerning the Adobe Licence Manager. Unfortunately there seems to be no way to run Acrobat 8 without Licence Manager located either locally or at Adobe. I hate that sh** Next Photoshop etc. will also be using ALM...
-
Adobe Acrobat 8.0 - information thread
ok, we'll see thanks
-
Adobe Acrobat 8.0 - information thread
Hi Couldn't find IStuner for Acrobat 8. Tried to use v7. But with IStuner, there ist a ITW-File needed. I can't find it in my source-dir of acrobat 8 (testversion). there is no such file. Only the "abcpy.ini". But I want to create a transform-file to pre-configure the whole thing like Adobe Reader 7.0. any hints? many thanks
-
XP install takes too long
i'm using OnCommand CCM (symantec now) to distribute software on over 400 clients and also to setup clients completely with xp. but xp takes 1h longer to install than w2000...... there are 3 stages in the unattend-script from symantec: 1) copying the i386-dir from the distribution-server to the client (including client-specific hw-drivers) and starting the unattend-setup with client-specific answer-file 2) xp-setup is copying files to temporary directory in dos-mode 3) xp-setup is installing xp in gui-mode stage 2 takes around 30min to complete. that seems not normal to me. but smartdrv gets loaded by the symantec-script. the installation of xp directly from CD is finished while hd-install is still at stage 2! anybody knows how to speed it up?
-
Isodraw6 setup.iss doesn't work
anybody knows how you manipulate setup.iss files? i created my ISS-file as normal with -R, but everytime I run setup with -S i get resultcode -3 in my log-file. ----> "required data not found in the setup.iss file" i think there is a setup included for the usb-dongle. that might be the problem 'cause its maybe not installshield-standard (i read about that elsewhere). any tools or hints to control what setup.iss is doing?? iso6.iss
-
removing registry keys using a batch file
open up your regedit registry-editor, navigate to the appropriate key or string and choose EXPORT. switch file-type to "Win9x/NT4 Regfiles" and click SAVE. now, you've got a regedit4-file :-) the first line in these type of reg-files says always "REGEDIT4" the new w2k-type shows "Windows Registry Editor Version 5.00" don't ask me what is the difference :-))
-
shares thru command line?
hello anybody knows a tool to set-up shares on a server thru command line?? i'd like to move all the home-shares from one server to another. for security i'd use CACLS but how create the shares? is there a tool in the reskit?
-
removing registry keys using a batch file
easy job: to import a string: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla] "CurrentVersion"="1.6" to delete a string REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla] "CurrentVersion"=- to delete a key REGEDIT4 [-HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla] but works only with regedit4-format of reg-files. to silently use them, type: regedit /s sample.reg
-
Explorer reg settings
its under the same key: dont use Webview WebView=0 show system-files ShowSuperHidden=1 except icon-list and sort..... ---> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams but i didn't figure out completely how it works. under streams, there should also be the settings for "quick launch". looks like it's one binary-value that contains many of explorer settings. i hate that :-(