TweakUI 2.10 (for WinXP) won't install silently
#1
Posted 06 February 2005 - 01:00 AM
tweakuipowertoysetup.exe /s /v/qn
...but it ignores the switches and installs normally (installer dialogs, etc.)
When I try to find out what the switches are...
tweakuipowertoysetup.exe /?
...it just launches a normal install as well.
All the other powertoys work fine with the standard switches, but this one is a pain.
I know I can install tweakui 2.00.1.0 silently using the file from msfn, but I want the newest version.
Any thoughts?
Chris
#2
Posted 06 February 2005 - 03:30 AM
This is not an InstallShield installer, so your switch will not work. It is an sfx, but a different kind.
Suggestions for now:
1. Don't install it. Simply etract the file using winrar.
or
2. Use AutoIt.
I'm also intersted to know which software is used to make sfx archives like this.
#3
Posted 06 February 2005 - 03:51 AM
On Error Resume Next
Set WSHShell = WScript.CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")
SysDir = fso.GetSpecialFolder(1)
Tweak = SysDir & "\tweakui.exe"
If fso.FileExists(Tweak) Then
Set WSHShell = WScript.CreateObject("WScript.Shell")
p1 = "HKCR\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\"
WshShell.RegWrite p1, "TweakUIXP"
WshShell.RegWrite p1 & "InfoTip", "Starts TweakUI for Windows XP"
WshShell.RegWrite p1 & "DefaultIcon\","%SystemRoot%\\System32\\tweakui.exe,0", "REG_EXPAND_SZ"
WshShell.RegWrite p1 & "Shell\Open\Command\","tweakui.exe"
WshShell.RegWrite p1 & "ShellFolder\Attributes",48,"REG_DWORD"
WshShell.RegWrite "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\", "Add Tweakui to Control Panel"
Else
End If
Set FSO = Nothing
Set WshShell = Nothing
#4
Posted 06 February 2005 - 06:40 AM
totoymola, on Feb 6 2005, 03:00 PM, said:
It uses IEXPRESS probably.
Try running the iexpress command at a CMD prompt.
#5
Posted 06 February 2005 - 10:53 AM
PM me if you want it with your e-mail address
#6
Posted 06 February 2005 - 11:28 AM
ECHO. ECHO Installing TweakUI 2.10 Powertoy ECHO Please wait... start /wait %systemdrive%\install\PowerToys\TweakUI.msi /QB ECHO.
Of course have the Tweakui.msi in the right folder and then add this to your registry tweaks so that it is added to control panel:
;Show TweakUI in Control Panel
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="TweakUI"
"InfoTip"="Start TweakUI"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon]
@="%SystemRoot%\\\\System32\\\\tweakui.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\command]
@="tweakui.exe"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder]
"Attributes"=dword:00000030
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Tweakui of the system control adds"
#7
Posted 06 February 2005 - 01:34 PM
glent: Where and when would I execute this script? If I didn't want to add it to the control panel but just put a shortcut somewhere in the start manu, can it be done?
mc134: I don't have an msi version of TweakUI. Where did you get it? Is it version 2.10?
Chris
#8
Posted 06 February 2005 - 01:47 PM
Quote
Try running the iexpress command at a CMD prompt.
Really? I know IEXPRESS, but I don't know how to make setup welcome screens from it.
Like this
#9
Posted 06 February 2005 - 02:35 PM
$OEM$\$Docs\All Users\Start Menu\Programs
this will place it in the start menu
#10
Posted 06 February 2005 - 02:55 PM
#11
Posted 06 February 2005 - 04:02 PM
Quote
I will try to build one after I finish reviewing.
#12
Posted 10 October 2005 - 02:50 PM
C:\WINDOWS\Downloaded Installations
To install the MSI files silently, I suggest using "Powertoy.msi /?" to find all the switches. For an installation involving no UI and no user interaction, use:
Calculator Powertoy for Windows XP.msi /quiet /qn /norestart
This post has been edited by PerfectSwanson: 10 October 2005 - 03:12 PM
#13
Posted 10 October 2005 - 10:00 PM
#14
Posted 10 October 2005 - 11:12 PM
- ← Silent switches for Linksys installer
- Application Installs
- Running setups from a passworded server. →



Help
Back to top









