Jump to content

jinkazama

Member
  • Posts

    214
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Posts posted by jinkazama

  1. Thank you Tommy for reply, i've seen there is an official LTSC version of 10 but not for 11 (Windows 11 LTSC is now Windows 11 IoT), maybe the iso i've installed is a 10 LTSC upgraded to 11 (i don't know if is it's possible).

    I need it to install on laptop with embedded emmc memory (usually 32 or 64) to use it.

    windows11ltsc.jpg

  2. I need to unattend Office 2016 Professional Plus from MSDN

    I've found Office Office Deployment Tool (Office 2016 version)

    https://technet.microsoft.com/en-us/library/jj219426

    but it doesn't work (maybe is for Office 365)

    I've used this XML file 

    <Configuration>   <Add OfficeClientEdition="64">    <Product ID="ProPlusRetail" PIDKEY="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX">      <Language ID="it-it" />      <ExcludeApp ID="Grove" />      <ExcludeApp ID="InfoPath" />      <ExcludeApp ID="Lync" />      <ExcludeApp ID="OneNote" />      <ExcludeApp ID="Project" />      <ExcludeApp ID="SharePointDesigner" />      <ExcludeApp ID="Visio" />    </Product>  </Add>   <Updates Enabled="False" />   <Display Level="None" AcceptEULA="True" />   <Property Name="AutoActivate" Value="0" />  <Property Name="ForceAppShutdown" Value="True" /> </Configuration>
  3. i'ld like to download AVG offline installers via WGET

    File name changes often due to version change

    http://free.avg.com/it-it/download.prd-afh

    For example now filename is avg_free_x64_all_2014_4335a7045.exe

    I need to find a wildcard configuration to download every future release file from server using a simple wget script

    Reading wget manual i can read :

    On the other hand, ‘wget -A "zelazny*196[0-9]*"’ will download only files beginning with ‘zelazny’ and containing numbers from 1960 to 1969 anywhere within.

    i try to use

    wget -A "avg_free_x*" http://download.avgfree.com

    I have a big problem to indentify url to download from and a problem with wildcard.

    Someone can help me?

    Here avg offlines files links:

    http://download.avgfree.com/filedir/inst/avg_free_x64_all_2014_4335a7045.exe

    http://download.avgfree.com/filedir/inst/avg_free_x86_all_2014_4335a7045.exe

  4. bphlpt i refer to /q switch which sets UI level.

    http://support.microsoft.com/kb/227091/en-us

    /q   n|b|r|f                                      Sets the UI level.                                                  q , qn - No UI.                                                  qb - Basic UI.                                                  qr - Reduced UI. A modal                                                  dialog box is displayed                                                  at the end of the                                                  installation.                                                  qf - Full UI. A modal                                                  dialog box is displayed                                                  at the end of the                                                  installation.                                                  qn+ - No UI. However, a                                                   modal dialog box is                                                  displayed at the end of                                                  the installation.                                                  qb+ - Basic UI. A modal                                                  dialog box is displayed                                                  at the end of the                                                   installation. If you                                                   cancel the installation,                                                   a modal dialog box is                                                   not displayed.                                                  qb- - Basic UI with no                                                  modal dialog boxes.                                                   The "/qb+-" switch                                                  is not a supported UI                                                   level.

    Using /q only it works but i can't see UI to check % of installation, if i use /qb my cmq ignore other unattended switches

    wlsetup-all.exe /qb- /noceip /notoolbarceip /nomu /nohomepage /nolaunch /nosearch /AppSelect:Mail,MovieMaker,WLSync

    Thank you

  5. Is there any way to install Windows live Essential 2012 unattended seeing the GUI?

    I know these switches but no one install with gui

    /AppSelect:[app you wish to install]
    /noceip -- don't participate in the customer experience program
    /nohomepage -- don't reset the homepage
    /nolaunch -- don't immediately launch components after install
    /nomu -- no msupdate
    /nosearch -- don't mess with the search settings
    /notoolbarceip -- toolbar ceip
    /silent -- just install all

    /q -- no gui

    Thank you

  6. @jinkazama

    Your samples from the post #8 will not work, because you have installed a 64 bit version of Office 2007 under a 64 bit version of Windows. In this case change 16426 with 16422 in create_shortcut_x64.inf and make sure that you always install Office 2007 x64 or laterunder a 64 bit OS.

    @Geej

    Your script will not work with Office 2007 x64 or later under 64 bit Windows due to the same reason explained above.

    Edit: jinkazama, if you want to use a simpler method (a single AutoIt script for all install process and shortcut creation), I can post one.

    radix, i have office 2007 32bit installed on Windows x64

×
×
  • Create New...