MSFN Forum: zBrush 2 - 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

zBrush 2 Rate Topic: -----

#1 User is offline   Pyrii 

  • Group: Members
  • Posts: 9
  • Joined: 12-April 05

Posted 14 August 2007 - 02:54 PM

Kind of old and redundant now with zBrush3 out (And .msi too!), but I couldn't find it on search so I thought I'd show how I got zBrush2 to silent install. Anyways:

Take your zBrush2.exe and extract it to a folder using your favorite multi-archive extractor (I used winrar), for the purpose of consistency I extracted to \zbrush2\.

Now go to \zbrush2\InstallerData\ and open Execute.zip. In this archive's root is a file InstallScript.iap_xml, open it in your usual text editor.

Now look for the section as such:
			<property name="supportsConsoleUI">
				<boolean>false</boolean>
			</property>
			<property name="supportsSilentUI">
				<boolean>false</boolean>
			</property>

And change both values to true as such:
			<property name="supportsConsoleUI">
				<boolean>true</boolean>
			</property>
			<property name="supportsSilentUI">
				<boolean>true</boolean>
			</property>


Save your file and put it back into Execute.zip, overwriting/replacing the version already in there, extract it again and open it to check if you need to.

Now your installer has silent mode enabled, so you can install via the following commands:

REG ADD %KEY%\017 /VE /D "zBrush 2" /F
REG ADD %KEY%\017 /V 1 /D "%LOC%\zbrush2\Windows\ZInstaller.exe -i silent" /F
REG ADD %KEY%\017 /V 2 /D "XCOPY %LOC%\zbrush2\zBrush2.lnk \"%PROGRAMFILES%\Pixologic\ZBrush2\zBrush2.lnk\" /Y /R /Q /H" /F

(The last line I added because I use start menu favorite entries to run programs and zbrush needs to have default folder set the folder it's in or it won't run properly)


Anyways, hope it helps

This post has been edited by Pyrii: 14 August 2007 - 03:04 PM



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