Jump to content

pppx00

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by pppx00

  1. ## Request1

    Please, change all the "Select Folder" window from this

    0hW4g.png

    to this:

    MWLUP.png

    Because the first one is really annoying for trying to search a specific folder.

    ##Request 2

    After a list of hotfixes are integrated, when you want to keep using the AIO and want to add another Hotfix, the list on the "Updates + Languages" tab is still full of the already integrated hotfixes.

    ##Request 3

    On the "Improve USB Storage Device Performance" tweak, provide the hotfix or the link to dowload it,

  2. There appears to be a small cosmetic issue with your "tweaks" page. Scrolling on the page cause some of the previously drawn text to not show up. I do not think it affects functionality, however I thought you should know, Legolash2o.

    Mine looks fine. Maybe it's your font size?

    2kCaY.png

    Btw, on the service tab, the dropdown menu appears in all columns, not sure if it's a feature or a bug.

    GOs7X.png

  3. ; WMP Tweaks

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]

    "DesktopShortcut"="no"

    "PreventLibrarySharing"=dword:00000001

    "QuickLaunchShortcut"="no"

    ; ## Internet Explorer Tweaks ##

    ; Disable add-on performance notifications

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{7AF0BBA9-2432-46FF-8EE3-792BEE653DA1}Machine\Software\Microsoft\Windows\CurrentVersion\Policies\Ext]

    "DisableAddonLoadTimePerformanceNotifications"=dword:00000001

    ; Disable Browser Geolocation

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Geolocation]

    "PolicyDisableGeolocation"=dword:00000001

    ; Disable Import/Export Wizard

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer]

    "DisableImportExportFavorites"=dword:00000001

    ; Provent the Customer Experience Improvement Program

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\SQM]

    "DisableCustomerImprovementProgram"=dword:00000000

    ; Turn off Automatic Crash Recovery Prompt

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Recovery]

    "AutoRecover"=dword:00000002

    ; Turn off Windows Search AutoComplete

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\WindowsSearch]

    "EnabledScopes"=dword:00000000

  4. Tried to apply this tweaks:


    #Tweaks
    Add "Open Elevated CMD here" to Folder context-menu [NOT WORKING]
    Add Take Ownership to context-menu (files) [NOT WORKING]
    Add Take Ownership to context-menu (folders) [NOT WORKING]
    Add 'Unpack' to *.msi context menu [NOT WORKING]
    Combine Taskbar when full.
    Detailed Shutdown/Logon [NOT WORKING]
    Disable Auto Reboot after installing updates [NOT WORKING]
    Disable Dr Watson [NOT WORKING]
    Disable Feedback Tool
    Disable Hibernation
    Disable Language Bar
    Disable Low Disk Space Notification
    Disable Search Online on Unknown File Extensions [NOT WORKING]
    Disable Shortcut Link Resolve [NOT WORKING]
    Disable Startup sound
    Disable User Account Control
    Disable Welcome Center
    Disable Windows Error Reporting
    Disable Windows Media Player AutoUpdates
    IE Homepage::http://www.google.com/
    Kill Services Quicker on Shutdown
    Open NFO files with notepad [NOT WORKING]
    Remove 'Add to WMP list' from Audio context-menu
    Remove 'Default Programs' from Start Menu [NOT WORKING]
    Remove 'Games' from Start Menu
    Remove 'Help & Support' from Start Menu
    Remove 'HomeGroup' from Explorer
    Remove 'Libraries' from Explorer
    Remove Shortcut Arrow
    Remove Shortcut Suffix
    Remove the Action Center icon
    Remove 'Troubleshoot Compatiblity' from context-menu
    Show 'Downloads' on Start Menu [NOT WORKING]
    Show 'Recent Docs' on Start Menu [NOT WORKING]
    Show 'Run' on Start Menu [NOT WORKING]
    Show User Folder on Desktop
    Turn off Domain Firewall
    Turn off Public Firewall
    Turn off Standard Firewall
    Unlock the taskbar [NOT WORKING]
    Word Warp in Notepad [NOT WORKING]

    None of them are working. The other ones that are "working", is because I forgot to erase a custom .reg file that runs on the SetupComplete.cmd.

    MountLog



    [4608] [ INFO ] ImageUnmarshallHandle: Reconstituting wim at H:\Dev7\Windows7\sources\install.wim.
    [3668] [ INFO ] Mounting new image.
    Wim: [H:\Dev7\Windows7\sources\install.wim]
    Image Index: [1]
    Mount Path: [H:\Dev7\Mount]

    [3668] [ INFO ] Wimserv process started for guid 23e9158b-bfea-437b-b04b-157c76a6cd33. Id is 5984

    [5984] [ INFO ] ImageUnmarshallHandle: Reconstituting wim at H:\Dev7\Windows7\sources\install.wim.
    [5984] [ INFO ] Mounted image at H:\Dev7\Mount.
    [1816] [ INFO ] ImageUnmarshallHandle: Reconstituting wim at H:\Dev7\Windows7\sources\install.wim.
    [5984] [ INFO ] Received unmount request for image with guid 23e9158b-bfea-437b-b04b-157c76a6cd33.
    [5984] [ INFO ] Unmount for image at H:\Dev7\Mount complete.

    Also, on the "Registry.txt" I see that there's a "TO" context menu option is created and does nothing.

    Using the latest Alpha version.

    Registry.txt

  5. Last night I used Windows 7 Toolkit to mak my custom image, so far these are my suggestions/bug reports/requests:

    • All-in-One Integrator: "Open Elevated CMD Here" tweak shows a very large strings ("Open Window Command Here As Administrator") on the context menu and shows an error saying someting about a "file not found, name of the directory or sintax of the volume label are not correct"
    • More options on the Autounattend.xml file creation
    • ISO Maker: could you please put that note as a part of the main box and not a pop up everytime that you clic that option? also theres a small mistake con "i recommend"
    • ISO Maker: would be nice too when you browse for the folder path, remember the last folder used or maybe use the other folder selection window (the one that have the left panel for easy navigation like the one used on the ISO Output function), because the collapse folder window makes more difficult to find the desired path
    • Request: Disable Firewall (Domain, Private and Public) :: EnableFirewall, DWORD 0

    netsh advfirewall set currentprofile state off

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\StandardProfile

    netsh advfirewall set domainprofile state off

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\DomainProfile

    netsh advfirewall set publicprofile state off

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\PublicProfile

    • Request: Disable Action Center from notification area
    • Request: More IE Tweaks
    • Request: Remove 'Send Feedback' tweak

    Keep improving this awesome project Lego :thumbsup: . It's overall a very good piece of software.

  6. Nunca había tenido problemas integrando el updatepack con RyanVM Integrator. Esta versión sin embargo, presenta ciertas anomalías como:

    Dejar archivos temporales:

    a0WRs.png

    QeZIn.png

    EZItR.png

    A pesar de eso, cree el ISO y lo puse en la máquina virtual, dándome estos errores:

    LxIQq.png

    Rk8B5.png

    La instalación se cancela en este punto:

    YZrE4.png

    5Bg5h.png

    La imagen de Windows es la original de MSDN con SP3. No incluye ningún otro tipo de addon o modificación. Únicamente el UpdatePack integrado mediante RyanVM. También omití cualquier método desatendido para que se descartara otro tipo de causa del error. He realizado el test 2 veces y me da los mismos resultados.

    Saludos.

  7. Why don't you go to the MSFN forums? It seems to me that your software is not popular to recieve a high amount of feedback or intensive testing. It's very promosing (more than RT7 Lite to be honest, that piece of sh*t is damn slow). Here's my wanted list:

    My requests:

    * More unattended options (an interesting option is enabling the Administrator account for default http://technet.micro...28WS.10%29.aspx)

    * Use the SetupComplete.cmd to install the Silent Installers (I believe that you're using your own post-installer, I haven't checked)

    * More Reg tweaks like:


    [s]REM Show Computer icon on the desktop
    REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" /t REG_DWORD /d 0 /f
    REG ADD "HKU\DefaultUser\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" /t REG_DWORD /d 0 /f

    REM Show User's Files icon on the desktop
    REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{59031a47-3f72-44a7-89c5-5595fe6b30ee}" /t REG_DWORD /d 0 /f
    REG ADD "HKU\DefaultUser\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" /v "{59031a47-3f72-44a7-89c5-5595fe6b30ee}" /t REG_DWORD /d 0 /f[/s]

    Another one for removing the language bar.

    * A tool or separated tab for cleaning the WinSXS folder (resource: http://www.out-web.net/?p=623)

  8. Hola Rick, quisiera eliminar el shortcut "Selección del Browser.lnk" que se crea en el escritorio desde un clean.bat cuando inicia por primera vez el sistema operativo, de momento tengo este comando que sólo funciona en via command line (CMD.exe)

    del "%SystemDrive%\DOCUME~1\ADMIN\ESCRIT~1\Selección del Explorador.lnk"

    Pero cuando lo corro desde el clean.bat no funciona.

    Alguna idea? Hasta ahora sé que el problema es el acento en la ó de "Selección".

    EDITO:

    Ya lo solucioné, utilicé un Wildcard, dejándolo así

    del "%SystemDrive%\DOCUME~1\ADMIN\ESCRIT~1\Selecci?n del Explorador.lnk"

  9. I am pretty sure that you can do this already by using the "Addon Installation Folder" option (in the second column in the "Addon Installation Paths" section).

    You can't with the installation path, only with the "Addon Profile Path" and "Addon Profile Folder Name".

  10. To Jonny or Dex:

    Could you please add the option to write and specified path (i.e. %PROGRAMFILES%\Mozilla Firefox and that would install Firefox wherever the Windows installation partition is) when is selected the option "Use Current Firefox?" in Default Paths.

  11. Hey Jonnyboy, sorry for telling you this again, but the AddOn Maker still doesn't get the proper language.

    Something that I have noted is that after select the profile folder, the AddOn maker window title recognize my installation as en-US.

    sshot1no5.png

    After select the profile folder.

    sshot2fc0.png

    As suggestion, would be easy for you if you make an option to choose the language that we want to use in order to make our custom Firefox 2/3 AddOn?

    P.S. Here's my log:

    http://www.mediafire.com/?mpdyxjydpnu

  12. Oh, another question. There's another way to make the custom AddOn? I mean, I would like to keep my current components, plug-ins, dictionaries, etc.. but without copy the entire profile (when you choose "yes" when it ask if you have Firefox installed). I followed the other option after choose "No" when it asked me if I have Firefox installed, but that doesn't work because I think that it doesn't look on your current components, plug-ins, dictionaries, etc... that you have on your existing Firefox installation. I'm kinda confused here, why is the AddOn maker asking if you wanna add those things if is supposed that you haven't Firefox installed?

    This is what I did when I choose "no": (My Firefox installation has 2 dictionaries, Adblock Plus and some changes on the preferences)

    1. Is Firefox installed? No

    2. I select Firefox 3.0 for download (and again doesn't download the proper language)

    3. After download and extract the installer, my next options are:

    • Bookmarks: no
    • Passwords: no
    • Cookies: no
    • History: no
    • Preferences: yes
    • Extensions: yes
    • Plugins: yes
    • Components: no
    • Disable Migration Wizard: yes
    • Edit install.rdf: yes
    • Search plugins: no
    • Copy dictionaries: yes
    • Edit Reg file: no
    • Create Silent Installer: yes
    • Silent Addon: no
    • Inf Addon: no
    • Custom icon: yes

    The result: Just make a Silent Installer of a pure clean Firefox installation (no preferences, no extensions, no dictionaries).

    Hope that it helps to make this AddOn more perfect ;).

  13. Hi Jonnyboy, I think that the AddOn maker doesn't working properly. It doesn't make the AddOn based on your default language. Here's my steps:

    1. I choose "yes" when ask of Firefox is installed.

    2. I choose "no" when asking if I like to use all of the defaults.

    3. "yes" when asking if Firefox is on the default location (%PROGRAMFILES%\Mozilla Firefox).

    4. Then, it ask me to locate the Profiles folder (%Appdata%\Mozilla\Firefox\Profiles\######).

    5. Then I choose option 2 (Firefox 3.0).

    6. After download and extract the Installer.

    7. I create the Silent Installer only with the Custom Icon.

    I'm on Windows XP Professional SP3 Spanish and my Firefox 3.0 is based on the Spain language (es-ES)

    Another bug that I found is that the Silent installer creates two entries on the Add/Remove Programs, here's a screenshot:

    sshot1nw1.png

    And it seems that is the "Mozilla Firefox (3.0)" entry that need to be removed, because when I chose "Remove" is just deletes it from the list.

×
×
  • Create New...