Jump to content

ZileXa

Member
  • Posts

    833
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by ZileXa

  1. Shockwave 10.1 and Flash 7

    but forget I mentioned it...

    How do I set the MSI to silently install without the pack of themes etc? I know the /qn and /qb switches.

    Note: If you choose not to install the themes and extensions, you will have a basic installation of Firefox with Flashplayer plug-in only.

    but how do I get this basic installation silently!?

  2. Shockwave 10.1 and Flash 7

    but forget I mentioned it...

    How do I set the MSI to silently install without the pack of themes etc? I know the /qn and /qb switches.

    Note: If you choose not to install the themes and extensions, you will have a basic installation of Firefox with Flashplayer plug-in only.

    but how do I get this basic installation silently!?

  3. Shockwave 10.1 and Flash 7

    but forget I mentioned it...

    How do I set the MSI to silently install without the pack of themes etc? I know the /qn and /qb switches.

    I quote:

    Note: If you choose not to install the themes and extensions, you will have a basic installation of Firefox with Flashplayer plug-in only.

    but how do I get this basic installation silently!?

  4. Is this topic still active?

    I want to associate Winamp with audiofiles,but it must be able to play video as well! I install with your MSI and use Xaudio=1 Xvideo=0, then Video support isn't installed :(

    So now I install with Xaudio=1 and Xvideo=1, but then videofiles are also associated with winamp.

    In the preferences menu, there is a button AUDIO ONLY, is there perhaps something possible like this:

    run Winamp.exe /regaudioonly

    ??

    (The idea is from Media Player Classic)

    Problem is, cant use the ASSOC in cmd, Because when you start winamp it will restore its associations (this functionality I want to keep)

    Who can help me?

  5. @totoymola

    I prefer a clean Firefox... so I can decide myself what plugins/extensions/themes...

    Your method seems good for this...

    But how do I set the msi to silently install without the plugins/themes etc?

    think this can be done with one switch since its already an option during installation

    or (not so important) with just one theme and nothing else (Noia Lite)

    and (not so important) is there a way to remove the flashplugin?

    my RunOnceEx already installs Flash and Shockwave and I prefer this (easy if new version comes out)

  6. I have altered the install.ini and now it installs 1.0 also unattended

    I include the file

    WOW thats great! Could you perhaps tell us what you've modified? And how did you know what to modify? And I assume this is about the final version?

    this is the most simple unattended method... only if you want to add extensions and set other settings and bookmarks the method at http://firefox.dbltree.com/ or in this topic can be used.

    Still have to decide what I'm going to do... But its nice to have such an easy method! B)

  7. SiMoNsAyS perhaps you know about this:

    is there also a plugin for Media Player Classic?

    if you install Quicktime & Real Alternative... they will work with MPC in Firefox just fine.. but for Windows Media streams... Firefox uses Windows Media Player.... I would like it to use MPC instead..

    ontopic:

    thought I found the silent switch in the final 1.0 setup: unpack the downloaded .xe (its a 7z archive). Look for the file Config.ini:

    [General]

    ; Run Mode values:

    ; Normal - Shows all dialogs. Requires user input.

    ; Auto - Shows some dialogs, but none requiring user input. It will

    ; automatically install the product using default values.

    ; Silent - Show no dialogs at all. It will install product using default

    ; values.

    Run Mode=Normal

    But if you change it to Auto or silent... and then run the setup.exe file... You'll be asked where to install.. and Next/Previous buttons aren't working... only Cancel :(

  8. is there a way to silently install the second package (its called the Vision Express 3 package) but only install Vision Express and Recode, not the other applications included in this package?

    the package includes:

    Package 2

    * NeroVision Express 3

    * Nero Recode 2

    * Nero ShowTime 2

    * Nero PhotoSnap

    * Nero MediaHome

    http://www.nero.com/en/nero-prog.php

    Showtime is to play media files... wich I already can play in Media Player Classic or Winamp, Photosnap is useless.. I have Xnview for fotobrowsing/minor editing and PSP for photoediting, MediaHome is also something I will never use..

    If I just delete the folders in the installation package I think it will result in an error cause the installer cannot locate the files... (not tested)

  9. ;Remove
    [-HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\3]
    [-HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\4]
    [-HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\5]

    As for the value I believe it should be as follows:

    "Policies"=hex(2):01,00,... and so on, writing the values by raw.

    The code to remove works! thanks a lot! (tested).

    But to change the values isn't working...

    EDIT: it seems to work now!

    tried it like this:

    Windows Registry Editor Version 5.00

    ;Change Power Management Configuration
    [HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\PowerPolicies\0]
    "Description"="This is the standardschedule, for all computers"
    "Name"="Enerysave"
    "Policies"=hex(0):01,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,02,00,
    00,00,05,00,00,00,00,00,00,00,B0,04,00,00,78,00,00,00,32,32,03,02,04,00,
    00,00,04,00,00,00,01,00,00,00,14,F2,06,00,58,02,00,00,3C,00,00,00,58,02,
    00,00,B4,00,00,00,00,00,64,64,64,64,09,78

    ;Change Power Management Configuration
    [HKEY_CURRENT_USER\Control Panel\PowerCfg\PowerPolicies\0]
    "Description"="This is the standardschedule, for all computers"
    "Name"="Enerysave"
    "Policies"=hex(0):01,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,02,
    00,00,00,05,00,00,00,00,00,00,00,B0,04,00,00,78,00,00,00,32,32,03,02,
    04,00,00,00,04,00,00,00,01,00,00,00,14,F2,06,00,58,02,00,00,3C,00,00,00,
    58,02,00,00,B4,00,00,00,00,00,64,64,64,64,09,78

    ;Remove
    [-HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\PowerPolicies\3]
    [-HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\PowerPolicies\4]
    [-HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\PowerPolicies\5]
    [HKEY_CURRENT_USER\Control Panel\PowerCfg\PowerPolicies\3]
    [HKEY_CURRENT_USER\Control Panel\PowerCfg\PowerPolicies\4]
    [HKEY_CURRENT_USER\Control Panel\PowerCfg\PowerPolicies\5]

    (I've used RETURNS in the hexcode here.. because strange things like & # appear if I don't wich mess up the code... ofcourse the original hexcode is one long line)

    One small problem... in Regedit, when I look at the TYPE, it should be REG_BINARY.

    For HKEY_CURRENT_USER it is ok, REG_BINARY but for HKEY_USERS it says REG_NONE

    Also, when I look at Enery options in Control panel... I only have the "Energysave" scheme... all others are gone.. perhaps they are visible on laptops only...

    further testing will give the answer I think... will post final results here.

    only need one regtweak and I'm finished! it's this one:

    and a request, is there a regtweak to get Mozilla Firefox in the Start Menu, so that after the unattended install is finished, IE is not seen in the Start Menu. (This is automatically done when FF is launched the 1st time and you set FF as default browser)
  10. (I'm sorry for 3 posts instead of one... )

    @Timorad: have no ideas

    HI, I found a nice regtweak... but don't know how to apply it in my regtweak.reg file for unattended install...:

    Power Management - Change Power Management Configuration

    This parameter allows you to specify the primary role of the computer so that predefined power management configurations can be used. For example a laptop will have different power saving features than a home desktop PC.

    Go to Start/Run/Regedit and find the key below.

    [HKEY_CURRENT_USER\Control Panel\PowerCfg]System Key: [HKEY_USERS\.DEFAULT\Control Panel\PowerCfg]

    Value Name: CurrentPowerPolicy

    Data Type: REG_SZ (String Value)

    Modify the existing value, or create a new string value, called "CurrentPowerPolicy" and set it to a value (0 to 5) from the table below.

        * 0 - Home/Office desktop

        * 1 - Portable/Laptop computer

        * 2 - Monitor on for presentations

        * 3 - Network computer (no Wake-on-LAN)

        * 4 - Optimized for high performance

        * 5 - Optimized for power saving

    Restart Windows for the change to take effect.

    Now, I'd like to modify 0, 1 and 2 the name and the values. I know how to modify the names.

    Also want to remove 3, 4 and 5. But in Regedit these items are like folders... I don't know what I should put in the regfile to delete these! Who can help?

    Below I have a preview about the regtweak so far:

    Windows Registry Editor Version 5.00

    ;Change Power Management Configuration
    [HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\0]
    "Description"="This is the standardschedule, for all computers"
    "Name"="Enerysave"
    "Policies"=hex:

    [HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\1]
    "Description"="This is a schedule balbalbla"
    "Name"="monitoroff"
    "Policies"=hex:

    [HKEY_USERS\.DEFAULT\Control Panel\PowerCfg\2]
    "Description"="Disabled, good for presentations or if u don't want pc to go in stby"
    "Name"="All OFF"
    "Policies"=hex:

    As you can see, I have no values yet for "Policies". That's my second problem!

    First, I just set my own scheme in the Control Panel and save it.

    Then I start Regedit, and go to

    [HKEY_CURRENT_USER\Control Panel\PowerCfg]

    here I can find the scheme just made, and the values for "Policies". As you can see in the image, its a big list! How to I put these in the regfile?

    Here a screenshot of Regedit. This is the "Policies" for the scheme I made, it is set to poweroff monitor after 10min, HDD after 10min, standby after 20 min.

    energiebeheer.jpg

    2nd prob: How do I add all these values in my regtweak file correctly?

    1st prob: How to delete the 'folders' (perhaps the correct term is string value) 3,4 and 5?

  11. I've got a slight problem with the start menu, and specificly the list of recently ran programs. Somehow, after applying the tweaks, this list just stays empty. Has anyone encountered this before or knows the solution to this?

    No-one? Am I the only one, or is everybody using the classic start menu? :)

    I just dont want this list! its very annoying to me... Perhaps you have the regtweak applied (like me) to disable this list... check your regtweak files!

  12. The following tweak for Adobe Reader does not work at all... not with my Unattended disc (I use cmdlines.exe) and not if I just run the reg file manually:

    ; Turn off Adobe splash screen
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\Originals]
    "bBrowserCheck"=dword:00000001
    "bDisplayAboutDialog"=dword:00000001

    WinXP SP2 slipstreamed, Adobe Reader 6.0.1

    I think it should be:

    ; Turn off Adobe splash screen

    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\Originals]

    "bBrowserCheck"=dword:00000001

    "bDisplayAboutDialog"=dword:00000000

    Don't know what bBrowserCheck does... will have to test..

    and a request, is there a regtweak to get Mozilla Firefox in the Start Menu, so that after the unattended install is finished, IE is not seen in the Start Menu. (This is automatically done when FF is launched the 1st time and you set FF as default browser)

  13. What are the parameter for silent install of XnView please :)

    (Sorry for post that here)

    Try this for disable it :

    System Key: [HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\
    ContextMenuHandlers\ShellImagePreview]
    Value Name: (Default)
    Data Type: REG_SZ (String Value)
    Value Data: Blank or {e84fda7c-1d6a-45f6-b725-cb260c236066}

    XnView:

    REG ADD %KEY%\034 /VE /D "Fotobrowser installeren" /f
    REG ADD %KEY%\034 /V 1 /D "%systemdrive%\Install\Apps\xnview.exe /SILENT /SP-" /f

    BTW, XnView uses a INI file for the settings... this VERY NICE! now You can configure XnView the way you want... make an SFX that extracts the .ini file to C:\Program Files\xnview\ :D

    COULD anyone confirm the regtweak for Start Menu above is only for the user logged in, ,not for users created in the future?

  14. Hi, I found this famous regtweak... but I think it is incomplete! so it doesn't work:

    ;Disable Windows Picture and Fax Viewer
    [-HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers\ShellImagePreview]

    I am using Xnview (its a program like ACDsee or Irfanview but better) so I don't need Windows Viewer... how do I disable it?

  15. For Taskbar and start menu

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

    "TaskbarSizeMove"=dword:00000000 ;lock taskbar

    "FriendlyTree"=dword:00000001

    ;1 see it, 2 expand it, 0 disable it

    "Start_ShowNetConn"=dword:00000000

    "Start_LargeMFUIcons"=dword:00000001 ;0 for small icon, 1 for large

    "Start_MinMFU"=dword:00000004 ;Number of icons to see

    "Start_ShowMyComputer"=dword:00000000

    "Start_ShowRun"=dword:00000000

    "Start_ScrollPrograms"=dword:00000001

    "Start_ShowPrinters"=dword:00000000

    "Start_ShowMyPics"=dword:00000000

    "Start_ShowMyDocs"=dword:00000000

    "Start_ShowMyMusic"=dword:00000000

    "Start_ShowHelp"=dword:00000000

    "StartMenuFavorites"=dword:00000000

    "Start_ShowSetProgramAccessAndDefaults"=dword:00000000

    "Start_ShowSearch"=dword:00000000

    "Start_ShowControlPanel"=dword:00000002

    "Start_EnableDragDrop"=dword:00000001

    "Start_ShowRecentDocs"=dword:00000000

    "Start_AutoCascade"=dword:00000001

    "Start_NotifyNewApps"=dword:00000000

    "Start_AdminToolsRoot"=dword:00000000

    "StartMenuAdminTools"="NO"

    "Start_ShowNetPlaces"=dword:00000000

    For toolbar in Explorer and IE

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]

    "Locked"=dword:00000001 //1 for lock, 0 for not

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\SmallIcons]

    "SmallIcons"="yes"

    For save your toolbar position go in regedit and export that:

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser]

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\Explorer]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\SmallIcons]

    enjoy :P

    But this will only work for the user you are logged in with...

    Not for users added later... so not very useful I think

    EDIT: DOES WORK for users added later (if you use cmdlines method)

  16. I think i've seen a regtweak to remove Recycle bin.... will search...

    have a question... after my unattended install, I would like to run a regtweak wich makes Mozilla Thunderbird the default mailclient.

    This is automatically set AFTER first time I run Thunderbird...But then I also have to set an account etcetera....

    Is there perhaps also a way to modify what to do when I insert an AudioCD, an cd with videos, and a cd with audio files? Now you get a popup, asking you what program to launch... I want to set it to launch Media Player Classic automatically. (Or Winamp for audioCD and audio files cd)

    EDIT: I understand, no requests in this topic! so will post it in another one

    EDIT2: can't really find an active topic...

  17. Hello,

    Nero automatically starts NeroCheck.exe at startup... I want to disable this by running a .reg file from my RunOnceEx:

    I have found the registryplace, but don't know how to remove it!

    ;Disable Nero filtercheck NeroCheck.exe to start at startup

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

    In Run, there are 2 things, one is this one:

    NeroFilterCheck

    wich contains:

    C:\WINDOWS\system32\NeroCheck.exe

    The second one is from Kaspersky Antivirus, wich should be left alone...

    Now how do I remove NeroFilterCheck?

    will this work:

    ;Disable Nero filtercheck NeroCheck.exe to start at startup

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

    DEL NeroFilterCheck

    My unattended disc is actually finished when this is solved!

  18. djees!! I've been searching for a simple way to silent install winamp! now finally found it!

    I'm using RunOnceEx, have One Question:

    Is this possible (check the switches, Xfull...)

    REG ADD %KEY%\065 /VE /D "Installing Winamp" /f

    REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\winamp\winamp.msi Xfull=1 XQuicklaunch=0 XDesktop =0 XStartmenu=0 XAgent=0 Xtray=0" /qb /f

    Or will ther be a conflict cos first I'm saying Xfull=1 and then I'm saying no shortcuts, no agent no tray?

    I prefer this way because else I have to say 0 or 1 for ALL the switches... then ofcourse I would use an INI file... but if above is allowed.. I do not need an INI file!

    Who can tell me?

  19. Hello, I have a problem.

    I received an old P2 266mhz with 96 RAM. Had to put win98se on it, no problem, I did a clean install..

    Then I got a great idea, since I read about the Lite program...

    So after win98 setup, I first installed office2000 & MSN messenger 6.2 + (cos office & MSN wont install without an IE) and then used win98Lite Pro to remove:

    Internet Explorer

    Windows Media Player

    And a few other things I didn't need.... Outlook Express also removed (Office2000 automatically installs it).

    Then I installed DirectX 8.1b (has an old 16mb AGPcard... no need for DirectX9)

    and:

    - Mozilla Firefox, with Macromedia & Flash... and the extension "things they left out"

    - Real Alternative (1.23) (automatically installs Media Player Classic)

    - Quicktime Alternative (1.33) (also automatically installs Media Player Classic)

    - ffdshow

    - Windows media codecs pack, containing codecs: windows media audio & video 7, 8, 9 for Media Player 6.4 (I thought this was necessary to be able to play wma streams in Firefox with MPC)

    Now everything runs cool except:

    When there is an audio or video stream, I keep getting the white window in Firefox with a lightblue puzzlepiece and: Click here to get the plugin.

    If I click, it says to download Quicktime 5 or Windows Media Player..

    Quicktime Alternative DID install a plugin in the Mozilla Firefox folder, and I checked the mime settings in Firefox. They were all on default so I put them all on C:\Program files\Media Player Classic\mplayerc.exe

    But I still get the same message, no matter what... also when I change the Stream handler in MPC to Quicktime...

    I thought it was perhaps a bug of Firefox in Win98, because I don't have the problem in XP (where I never removed WMP or IE, but have MPC and the Alternatives installed) at least, thats what I think... Because in XP when I open an audio stream in Firefox, and check the media player used... it says Media Player 6.4.... so MPC isn't used either!!?

    Also, (both XP and 98) on www.123greetings.com, when I click an animated card... the place were the media player should be playing a MIDI, it also has the white window: "Click here to get the plugin"

    So it isn't possible to use an alternative browser, with non microsoft player (MPC) and Quicktime alternative for streams???

    Or is this a new bug in Firefox? or MPC? or QT Alt?

×
×
  • Create New...