-
Content Count
212 -
Joined
-
Last visited
-
Donations
$0.00
Content Type
Profiles
Forums
Calendar
Store
Forms
Posts posted by jinkazama
-
-
anyone know if is possible to register AVAST free silently?
It need an email for 1 year protection.
-
Thank you guys
-
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>
-
Anyone can help to silent install AVGFree 2016?
Old switches don't work.
http://www.itechtics.com/?ddownload=18320
http://www.itechtics.com/?ddownload=18321
Thank you
-
-
I need to select some text in Notepad, Word, and every app i need and be able to lookup that phrase in Google.
Thank you
-
Is it possible to change the default search engine via reg file in chrome?
I can do this in Explorer, someone can help me to find the solution to do the same in chrome/firefox? Thank you -
Someone can help me to create a silent install of Avast 2015 without toolbars and other craps?
Thank you -
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
-
-
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
-
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
-
I'll try it
-
Here new translation.
I'm translating other softwares and we use Transifex, it's very useful!
Here a project page Transifex
-
Is needed italian translation update form 8.6.5 to 8.6.6?
-
i need switches to perform unattended installation without toolbars crap!
-
I need help to install Panda Cloud antivirus unattended, i want to remove toolbars and internet search provider
you can find it here http://acs.pandasoftware.com/cloud/CloudAntivirus.exe
-
hi Geej, i'm trying all posted methods, i'll feedback about tests
-
@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
-
Disable_IE10_Auto_Update.reg
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
"EnableAutoUpgrade"=dword:00000000is right?
-
I want silent install IE10 in Windows 7 SP1, someone can help me? I don't want to inject it in Win7 image, only create a stand-alone silent installer.
Thank you
-
Yes, i remember this! but wpi users uses it to perform several installations (personal and friends)...
I think this feature may be useful.
-
@radix
i've create same script for Word and Excel 2007 but it doesn't work
Can you check it for me?
Thank you
install.cmd
@ECHO OFF
:: Check the operating system type (32 bit or 64 bit)
IF NOT EXIST %SystemRoot%\SysWOW64 GOTO X86
IF EXIST %SystemRoot%\SysWOW64 GOTO X64
:: 32 bit
:X86
::Create All Users Desktop icons for Word 2007 and Excel 2007 on 32 bit operating systems
start rundll32.exe advpack.dll,LaunchINFSection create_shortcut_x86.inf,,1
:: 64 bit
:X64
::Create All Users Desktop icons for Word 2007 and Excel 2007 on 64 bit operating systems
start rundll32.exe advpack.dll,LaunchINFSection create_shortcut_x64.inf,,1
:END
EXITcreate_shortcut_x86.inf
[Version]
Signature=$Windows NT$
[DefaultInstall]
ProfileItems=1IconItemAdd
ProfileItems=2IconItemAdd
[1IconItemAdd]
; All Users Desktop icon for MSO Word 2007
Name = "Microsoft Office Word 2007", 0x0000008, 16409
CmdLine = 16422,"Microsoft Office\Office12","WINWORD.EXE"
WorkingDir = 16422,"Microsoft Office\Office12"
InfoTip = "Create beautiful documents, easily work with others, and enjoy the read."
[2IconItemAdd]
; All Users Desktop icon for MSO Excel 2007
Name = "Microsoft Office Excel 2007", 0x0000008, 16409
CmdLine = 16422,"Microsoft Office\Office12","EXCEL.EXE"
WorkingDir = 16422,"Microsoft Office\Office12"
InfoTip = "Easily discover, visualize, and share insights from your data."create_shortcut_x64.inf
[Version]
Signature=$Windows NT$
[DefaultInstall]
ProfileItems=1IconItemAdd
ProfileItems=2IconItemAdd
[1IconItemAdd]
; All Users Desktop icon for MSO Word 2007
Name = "Microsoft Office Word 2007", 0x0000008, 16409
CmdLine = 16426,"Microsoft Office\Office12","WINWORD.EXE"
WorkingDir = 16426,"Microsoft Office\Office12"
InfoTip = "Create beautiful documents, easily work with others, and enjoy the read."
[2IconItemAdd]
; All Users Desktop icon for MSO Excel 2007
Name = "Microsoft Office Excel 2007", 0x0000008, 16409
CmdLine = 16426,"Microsoft Office\Office12","EXCEL.EXE"
WorkingDir = 16426,"Microsoft Office\Office12"
InfoTip = "Easily discover, visualize, and share insights from your data." -
Hi, i have created several profiles to install WPI for each type of OS (win xp - vista x86/x64 vista SP1x86/x64 vista SP2 x86/x64 7 x86/64 7SP1 x86/x64 and 8x86/64), is it possible to add an option to show system info in main page to quickly detect right configuration?
Thank you
StartIsBack++ 2.9
in StartIsBack+
Posted
Windows 1903 upgrade disabled me Start is back 2.8.5 (incompatible software) it was needed a fresh reinstall