Everything posted by SunLion
-
W10 answer file
Hello I'm trying to create an image for clean installation with autounattend.xml, but am having problems. My language is Portuguese-Brazil. In tests in VirtualBox are created two users: Administrator and Administrator-USUBDRVG. What am I doing wrong? Follow my autounattend.xml file I appreciate the help of the Advanced Autounattend.xml
-
7-zip self extracting setup not installing to path
Note that: InstallPath = %ProgramFiles% <== equivalent to "C:\Program Files" in 32 bit and "C:\Program Files (x86)" in 64 bit InstallPath = x86:%ProgramFiles% <== equivalent to "C:\Program Files" in 32 bit InstallPath = x64:%ProgramW6432% <== equivalent to "C:\Program Files" in 64 bit Also: x86: will only execute on 32bit x64: will only execute on 64bit %%T variable is equal to the InstallPath So you could try: 1 - If you choose to use "C:\Program Files" in 32 bit and "C:\Program Files (x86)" in 64 bit: ;!@Install@!UTF-8! GUIMode="2" Title="PaperCut & Printer Installer" InstallPath="%ProgramFiles%\\PaperCut Installer" BeginPrompt="Do you want to install the Papercut & Printer Installer?" RunProgram="cscript %%T\\PrinterVBS.vbs" ;!@InstallEnd@! 2 - Or, If you choose to use "C:\Program Files" in 32 bit and also "C:\Program Files" in 64 bit: ;!@Install@!UTF-8! GUIMode="2" Title="PaperCut & Printer Installer" InstallPath="x64:%ProgramW6432%\\PaperCut Installer" InstallPath="x86:%ProgramFiles%\\PaperCut Installer" BeginPrompt="Do you want to install the Papercut & Printer Installer?" RunProgram="cscript %%T\\PrinterVBS.vbs" ;!@InstallEnd@! Try and check if it works
- please help silent install of following pogram
-
Office 2010 Update Conflicts
Hi Celtic, Also had the same problem and solved it like this: 1 – Added in the folder "update" only the extracted SP2 package; 2-Using McRip tips (mydigitallife.info), I created an installer for the other MSP using InnoSetup (can be done also with WinRAR), with the script below to install: @echo off TITLE McRip Office 2010 PRE SP3 Update Pack COLOR 1F IF EXIST "*.msi" ( for /F %%i in ('dir /b /o:n *.msi') do ( echo Update: %%i %%i /passive /norestart ) ) IF EXIST "*.msp" ( for /F %%i in ('dir /b /o:n *.msp') do ( echo Update: %%i %%i /passive /norestart ) ) EXIT This installer is run after installation of Office2010 in my Windows Post Install. Works like a charm
-
Silent .NET Maker synthesized 20100118 - W2K/XP/2K3 x86
You can try this installer: http://www.wincert.net/forum/topic/12295-legacy-net-framework-aio-for-xp-x86/
-
Avast Free 2014 silent/unattended install
I created the version 8 as guidelines from the link below: http://forum.avast.com/index.php?topic=81104.msg775764#msg775764
-
The File-Checker (HFSLIPFC) for HFSLIP
I've added KB931125 to my list already. As for KB2934207, it didn't offer to me when I checked it, so I don't know what to do. Can anyone who got this update provide a direct download link so I can do some experiment to it? (Just use Wireshark to get the HTTP packets and grab the URL from inside them.) Microsoft did not provide a link to download the patch. At least I have not found. So I created the addon with the files installed on my system. http://support.microsoft.com/kb/2934207 I'm using the INF file below to disable the notification. Is working well. INF contents: [Version] Signature=$Windows NT$ Class=Base [DefaultInstall.NT] DelReg=ShotA.new AddReg=ShotB.new,ShotB.changed [shotA.new] [shotB.new] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","DisableEOSNotification",0x10001,1 HKCU,"Software\Microsoft\Windows\CurrentVersion","DisableEOSNotification",0x10001,1 CMD contents: start /wait rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\TWEAKS\DisableEOSNotification.inf Put the INF file in folder: $OEM$\$1\TWEAKS And the CMD file to run it in the directory: $OEM$\$Docs\Default User\Menu Iniciar\Programas\Inicializar Attached files: https://www.mediafire.com/?1ye91sno18aig1j
-
{REQ} Nod32 v6 silent install problems
Try this: msiexec /i ess_nt64_ptb.msi /qn REBOOT=ReallySuppress ADMINCFG=0004.xml
-
Office 2003 Update Switches
When you open the link page indicated, just look for the option in the upper right corner of your language. If you can't so, translate with google or another tool.
-
Office 2003 Update Switches
If you want to know about integration, see here (select your language): http://technet.microsoft.com/pt-br/library/cc716424 If you want to install the hotfix: - for MSP and MSI = /qb (with progress bar) or /qn (silent) - for EXE = /quiet /norestart When in doubt run the hotfix with the command /? Display all commands for installation.
-
The File-Checker (HFSLIPFC) for HFSLIP
Thanks Mim0!
-
Hello ! I Need Help (I Can't Make Kaspersky 2013 Silent)
@Cessilou Downloaded and did tests following the guidelines of the manufacturer's website: http://www.kaspersky.com/internet-security-latest-versions Everything works great! How to: How to install the program from the command prompt: http://support.kaspersky.com/8606 Step 1. Download the program distributive following the link in the email message from the eStore or from the Kaspersky Lab site. Step 2. Unpack all files from the downloaded distributive using any application to work with archives (for example, 7-zip). Find the setup.exe file. Step 3. Instead of using the command prompt, create a batch file script with the code below and save it as installer.bat: setup.exe /s /p "SELFPROTECTION=1" where: /s = silent /p "SELFPROTECTION=1" = active self-defense of the product during the installation process. NOTE: If you already have the activation code (20 digits), add it to the command. Will look like this: setup.exe /s /p "SELFPROTECTION=1 ACTIVATIONCODE=xxxxx-xxxxx-xxxxx-xxxxx" Some commands permitted: “<property>=<valor>” SKIPPRODUCTCHECK=1 = skips checking of product for software incompatible with Kaspersky Internet Security ALLOWREBOOT=1 = allows reboot if necessary INSTALLDIR=C:\Documents and Settings\Administrator\kis2013 = option to set the installation directory See other commandos in this link above.
- Hello ! I Need Help (I Can't Make Kaspersky 2013 Silent)
-
~ UxStyle - Silent Install ~
Thanks!
-
The File-Checker (HFSLIPFC) for HFSLIP
Hi Mimo, I'm having problems accessing your site. I can not. Is it just me?
-
The File-Checker (HFSLIPFC) for HFSLIP
OK Mimo. Glad to help. Thank you for your excellent work. NOTE: just to inform you that the rootsupd.exe repacked with iexpress tool and its final size is 396 KB.
-
The File-Checker (HFSLIPFC) for HFSLIP
Good day to all. With the intention of helping, repacked the kb931125 of 20130419 , replacing the updroots.exe file (5.1.2484.0) for the 5.2.3790.4456 version. http://www.mediafire.com/?zr5yf6l55bozub7 Tested on VirtualBox with WinXP SP3
-
The File-Checker (HFSLIPFC) for HFSLIP
Another alternative is to put the rootsupd.exe in HFSVCPACK_SW2, for installation in T13 with /Q:A /R:N switch.
-
Silent .NET Maker synthesized 20100118 - W2K/XP/2K3 x86
Thanks for your list, rockets4kids! Created the installer with these hotfixes and works fine.
-
Runonce help
Another option: Create your addons to be executed by the runonce. By this method, the Setup routine will be created in the Windows registry and the installation will take place at runconce. The addons may be added to your XPCD with nlite. For this, read this tutorial: http://www.wincert.net/forum/topic/4659-video-how-to-make-silent-switch-installers/
-
Ashampoo Burning Studio 12 trial switchless
Thanks for update. Merry Christmas and Happy New Year!
-
Windows Live Messenger 2009
Try here: or here: http://www.ryanvm.net/forum/viewtopic.php?t=7912
-
Languages, Themes, Manuals & Mods
Hi Kel, here is the file lang_br.js updated to version 8.6.2. I've tested with the new version 8.6.2 and worked well. Congratulations for your hard work lang_br.rar
-
WPI 8.6 and beyond bug\bugfix thread
Hi all, I upgraded the WPI following guidelines of Kel and, in the test, appears this message below: http://www.mediafire.com/?9orv1ix9hpdoqdi What is missing? Thanks for your excelent work
-
SFXMaker 1.3.1 Final - a Switchless Installer maker
Hello iuli! Here is the translated file "Portuguese-ptbr.lng" for the new 1.3.1 beta! cheers Portuguese.rar