Microsoft Expressions Studio 3 - Customizations
I was asked to automated the installation of Microsoft Expression Studio 3. I only want to install the Expression Web 3 and Expression Blend 3 + Sketchflow features. When I install them individually via the provided MSI files, I am asked for a keyafterwards, which doesn't happen when running from the Setup.exe. Also I cannot find a simple way only to choose these features from the setup.exe.
First off, I downloaded the ISO from MSDN and extracted the contents to a folder. This gave me Setup.exe, setup.ini and a subfolder called Setup, which contains 8 different MSIs, 76 cab files, some DLLs and few subfolders. Like any packager, I ran setup.exe with a -? and this is pretty much what I got (I relinked to an older image from the below post).
I am now in the process of extracting the files that are put in the TEMP directory during setup.exe /q installation, based on some suggestions in the below posts. Any ideas or suggestions on this one? Thanks much guys.
Appdeploy Expression Web 2 Silent Install Forum
http://itninja.com/question/ms-expression-web-2-silent-install&mpage=1&key=賶
Expression Forum
http://social.expression.microsoft.com/Forums/en-US/web/thread/69a3bff4-5f9e-4e3b-a079-09e62e414625
First off, I downloaded the ISO from MSDN and extracted the contents to a folder. This gave me Setup.exe, setup.ini and a subfolder called Setup, which contains 8 different MSIs, 76 cab files, some DLLs and few subfolders. Like any packager, I ran setup.exe with a -? and this is pretty much what I got (I relinked to an older image from the below post).
I am now in the process of extracting the files that are put in the TEMP directory during setup.exe /q installation, based on some suggestions in the below posts. Any ideas or suggestions on this one? Thanks much guys.
Appdeploy Expression Web 2 Silent Install Forum
http://itninja.com/question/ms-expression-web-2-silent-install&mpage=1&key=賶
Expression Forum
http://social.expression.microsoft.com/Forums/en-US/web/thread/69a3bff4-5f9e-4e3b-a079-09e62e414625
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
elgwhoppo
15 years ago
I figured out a way to do it. Look in ExpressionStudioManifest.cab, you should find a single file called ExpressionStudioManifest.xml. Do a search in that for PROOFOFPURCHASE. The value of that entry is your Key.
You can then simply apply that key to MSI installation by using the PROOFOFPURCHASE property, either via command line or MST. The reason I missed it before was I was looking for the older property, PIDKEY.
For example, to install only Web Expressions 3, my command line looks like this:
You can then simply apply that key to MSI installation by using the PROOFOFPURCHASE property, either via command line or MST. The reason I missed it before was I was looking for the older property, PIDKEY.
For example, to install only Web Expressions 3, my command line looks like this:
msiexec.exe /i Web_en.msi PROOFOFPURCHASE=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /qn
Posted by:
elgwhoppo
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.