Jump to content

Ralin

Member
  • Posts

    44
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Posts posted by Ralin

  1. not work in v3.0

    SELECT_WORD=1 SELECT_EXCEL=1 SELECT_PPT=1

    replace by

    REGISTER_ALL_MSO_TYPES=1

    That did not work here.

    Using SELECT_WORD etc. did work however.

    It appears that the feature you can use REMOVE on is in the features-tab of ORCA, I successfully installed using this line:

    start "" /wait "openofficeorg30.msi" /passive ALLUSERS=1 SELECT_WORD=0 SELECT_EXCEL=0 SELECT_POWERPOINT=0 ADDLOCAL=ALL REMOVE=gm_o_Quickstart

    This removes the quickstarter and sets microsoft office to the default application for its files.

    I'm still stuck on dictionaries though, I used to have a SFX for extracting the files to "%ProgramFiles%\OpenOffice.org 2.4\share\dict\ooo\"

    That doesn't seem to do the trick anymore.

    Apparently, this one should do the trick for extensions.

    But the extensions are oxt, and dictionaryes is in .zip

    http://wiki.services.openoffice.org/wiki/D...tensions/unopkg

  2. Am I the only one getting problems with updates after using these switches?

    I'm running:

    avg_free_stf_en_8_100a1295.exe/HIDE /NO_WELCOME /NOAVGTOOLBAR /DONT_START_APPS /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch

    and it installs fine, but when I open the program later it says: "Database update is disabled" under "Update Manager"

  3. Traveler Mode

    TrueCrypt can run in so-called 'traveler' mode, which means that it does not have to be installed on the operating system under which it is run. However, there are two things to keep in mind:

    * You need administrator privileges in order to able to run TrueCrypt in 'traveler' mode.

    * After examining the registry file, it may be possible to tell that TrueCrypt was run (and that a TrueCrypt volume was mounted) on a Windows system even if it is run in traveler mode.

    If you need to solve these problems, we recommend using BartPE for this purpose. For further information on BartPE, see the question “Is it possible to use TrueCrypt without leaving any 'traces' on Windows?” in the section Frequently Asked Questions.

    http://www.truecrypt.org/docs/?s=traveler-mode

    Edit: After testing this now, Traveller mode does not support encryption of system partition.

  4. So I should change and mofify both those places, but the User Shell Folders instead?

    At what time would I apply these settings? Just before I copy the user profile to Default User?

    Is the attached reg-file correct? (ignore the localised words of course)

    Maybe its just late, maybe I'm stupid - I was sure this would be a walk in the park to figure out but I was so wrong :blushing:

    edit: and yeah, the reg keys are REG_EXPAND_SZ according to regedit

    edit2: Thanks to my curiosity and the fact that I had never heard that REG_EXPAND_SZ had any specific meaning I googled it and found this:

    http://helpnet.macrovision.com/robo/projec...istryExpand.htm

    Thanks to that I now know that the previously posted reg-file is incorrect!

    But I didn't quite understand how I would input the correct variables in the reg-file, so I'm not sure what I'm supposed to edit it to?

    The exported result of registry entries with variables just give me hex-output :unsure:

    Is there a way to input it in clear-text or do I have to export the correct entries in hex / use REG.EXE to import it?

    mydocuments.reg

  5. Is there a way to change the default location for My Documents to reside on another partition?

    I want to change the default location to my documents for new profiles to be D:\%UserName%\My Documents.

    I have tried changing

    [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]

    and

    [HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]

    But they dont support variables (namely the %username%-variable) so I'm still lost to how to attack this.

    The idea is to create different folders for my documents on the D-drive for automatic synchronization via Allway Sync later on.

  6. If you ever look into making an installer similarly to Tomcat76 this script does the dirty-work of moving and deleting the correct files

    @echo off
    title DarkShadows .NET 3.5, 3.0 SP1, 2.0 SP1 installer
    if not exist dotnetfx35.exe echo You dont have dotnetfx35.exe in this directory!&PAUSE&EXIT
    dotnetfx35.exe /X:TEMP /quiet
    xcopy Temp\wcu\dotNetFramework\*.* Temp\ /S
    RD /S /Q Temp\wcu\
    DEL Temp\dotNetFX20\*64*.*
    DEL Temp\dotNetFX30\*64*.*
    DEL Temp\dotNetFX35\*64*.*
    RD /S /Q Temp\dotNetFX30\x64
    RD /S /Q Temp\dotNetFX35\x64
    RD /S /Q Temp\dotNetFX35\ia64
    RD /S /Q Temp\dotNetMSP\x64

  7. a fast one would be to use shortcut.exe

    just a quick thingy, you might look into µtorrent as an alternative, much ligther and with the same functionality (and its dead-east to install silent, as it doesn't need an install ;))

  8. NEW - DAEMON Tools V4.0.8 RELEASED!

    Dear Community,

    we're proud to release a new DaemonTools version, V4.0.8

    This version also includes a new SPTD (V1.37)

    Changelog:

    This new version supports silent setup now.

    Example: daemon408-x86.exe /S /D=F:\Some Folder\

    Note that no quotes must be used in installation path even if name has spaces.

    All critical errros will be still displayed no matter silent or not.

    Case of parameters is important, eg. /s will not work.

    Reboot prompt will not be shown.

    If SPTD was not present then it will be silently installed but

    PC will not be rebooted - it is assumed the administrator who

    performs unattended install will take care of reboot and restarts DT setup after reboot in this case.

    It is best first to use standalone SPTD installer and install it silently this way:

    sptdinst-x86.exe add /q

    Note: SPTD 1.37 will not display debugger warning dialog anymore. They left this info in EULA only as this message confuses many users and also not "silent setup friendly".

    Standalone SPTD 1.37 installer is released by Duplex Secure officially and can be obtained at their website http://www.duplexsecure.com

    Also fixed:

    alot of Installation problems (f.e. invalid device, prob 12 etc).

    SPTD 1.37 fixes also problem reported with virtual drive from InterVideo DVD Copy 5.

    from:

    http://www.daemon-tools.cc/dtcc/announcements.php

    Just released from developers :)

    edit: typo's

×
×
  • Create New...