MSFN Forum: Who knows UXTheme Multi-Patcher.exe Slience install switches - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Who knows UXTheme Multi-Patcher.exe Slience install switches Rate Topic: -----

#1 User is offline   jc888 

  • Group: Members
  • Posts: 7
  • Joined: 21-March 06

Posted 20 April 2006 - 11:36 AM

Hi all

Who knows UXTheme Multi-Patcher.exe
slience install command line switches?

Don't mention the AUTOIT, I don't like it.

I want totally slicence.

Anybody can help?

the original exe in the attachment.

Attached File(s)




#2 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,595
  • Joined: 04-December 03

Posted 20 April 2006 - 11:42 AM

If I remember at the end the autopatcher reboot and you can't bypass the reboot ... I don't know the silent switch, I have searched a bit but not found last months ago

#3 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 20 April 2006 - 11:58 AM

View Postjc888, on Apr 21 2006, 03:36 AM, said:

Hi all

Who knows UXTheme Multi-Patcher.exe
slience install command line switches?

Don't mention the AUTOIT, I don't like it.

I want totally slicence.

Anybody can help?

the original exe in the attachment.

Impossible to get total silence from the installer. It uses a Wise Installer by memory which is /s. But it is not silent at the end.

This is what I use as all the installer basically does not totally silent, is copy the uxtheme.dll to the system directory. But you may have WFP jump in also. I just use the dll from the installer, with this script.
Opt('TrayIconDebug', 1)
If @OSVersion <> 'WIN_XP' Then Exit 1

$source = @ScriptDir & '\uxtheme.dll'
If FileChangeDir(@SystemDir) Then
	FileMove('dllcache\uxtheme.dll', 'dllcache\uxtheme.old')
	FileMove('uxtheme.dll', 'uxtheme.old')
	FileCopy($source, 'dllCache\uxtheme.dll', 1)
	FileCopy($source, 'uxtheme.dll', 1)
	FileDelete('dllcache\uxtheme.old')
	FileDelete('uxtheme.old')
	If WinWait('Windows File Protection', 'Files that are required', 10) Then
		ControlClick('Windows File Protection', 'Files that are required', 'Button3')
		If WinWait('Windows File Protection', 'You chose not to restore', 5) Then
			ControlClick('Windows File Protection', 'You chose not to restore', 'Button1')
		EndIf
	EndIf
EndIf

Exit

Yep, an AutoIt script. :lol:
Or perhaps repack it better and have WFP disabled. Or add it to the source as most other do for a Unattended windows cd.

#4 User is offline   jc888 

  • Group: Members
  • Posts: 7
  • Joined: 21-March 06

Posted 20 April 2006 - 08:38 PM

Is it possible use NSIS to control

use nsEXEC 'xxxxxx' / some parameter

somebody has clue for this?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy