Friday, 23 May 2008

Windows XP PowerToy RAW Viewer on Server 2003

In order to install the RAWViewerSetup.exe on Windows Server 2003, start the installation, leave it running, make a copy of the extracted MSI, close setup, open the MSI with Orca and cut out the only line in "LaunchConditions". Save the MSI and install it.

Monday, 28 January 2008

Accessing files from installation archives

Some installation archives do not allow to extract files manually by renaming them to .zip, .msi or .cab. In order to get the files the archive contains, start the setup and continue until you get the error message telling you that your OS is not support. Do not click OK/Cancel at this time. Leave the setup running and open an explorer window to C:\Documents and Settings\Username\Local Settings\Temp\. Switch to details view and sort descending by Date of creation. One of the directories which were created 1 minute ago should contain the extracted files of the installation.

Saturday, 13 October 2007

How to install and use ExtJs with symfony

- in your project root directory, create a new directory called "js" (if it doesnt exist yet).
- copy all contents of the ExtJs archive into a subfolder of js called "extjs"
- in your application dir, open config/view.yml
- locate the javascripts: node and add extjs/ext-base.js, extjs/ext-all.js
- now reload a page of your application, both javascripts are included in the html head

Thursday, 20 September 2007

More enforcement

Sometimes, enabling compatibility mode does not work for some application setups. However, most applications still use MSI-based installation files. At the time your run the .exe setup file, it extracts the MSI file into your %USER_PROFILE%\Local Settings\Temp (for easier location of the extracted file, open the folder in explorer and order by access time in detail view). Just copy out the file to a location on your hard disc and edit the msi properties using Orca.



The LaunchCondition table in an msi file may contain rules that prevent an msi based software installation from installing on Server 2003. Cutting out any lines in that table will make the installation work.

Tuesday, 26 June 2007

How to install Adobe Audition CS2 on Server 2003


  1. Download and install Microsoft Platform SDK for Server 2003 (Deselect everything except "Microsoft Windows Installer SDK") ... this'll take a while.

  2. Now go to C:\Program Files\Microsoft Platform SDK\bin and launch orca.msi (Right click -> Install)

  3. Start Orca from start menu and open the Adobe Audition 2.0.msi from the installation directory of Audition 2.0 (you have to copy the whole cd to your hard disk in order to make changes to the .MSI file!)

  4. On the left pane, select InstallExecuteSequence

  5. In the right pane, find the UnSupportedOS, right click the row and select "Cut".

  6. Save the .MSI and re-run Audition 2.0 Setup.exe with Windows XP compatibility mode.


This works for virtually any .MSI based application setup.

Monday, 25 June 2007

Installing CS3 products on Windows Server 2003

Although Adobe seems not want their customers to run their products on Server 2003, it is possible without flaws.

In order to make the setup let you proceed with install:

- Copy the whole contents of the installation media onto your hard disk
- Open \payloads\<ProductName>\<ProductName>_US_volume.proxy.xml with WordPad
- Scroll down to the very bottom and change

"Server2003":{"Exclude":true}

to

"Server2003":{"Exclude":false}

- Now save the file and start setup.exe from your local copy.