There are some features that were rendered useless by updates or found redundant.
These have\had been removed and are mentioned in the changelog.
*** Fixed getArch6432 and getmshtaBits don't work.
-- They were removed as they did not work properly
*** Removed Tool tip position: Float
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
People still have a mix of x86 and x64 software and are running into
issues with installing the proper architecture version. Now in Config
Wizard -> menu -> Other there is a new Architecture item.
Instead of creating two entries for each program with conditions to hide
it depending on x86 or x64, do it this way as a shortcut:
When adding items in the Config Wizard, if needed, double the entries
for the install program:
{x86} D:\MyProgram_x86.exe /s
{x64} D:\MyProgram_x64.exe /s
When start the installer and it comes to these entries, WPI will check
the architecture bits (32 or 64) and either skip the entry or install
it like normal.
It will say Skipped when not on the right architecture.
This is only needed if the install package doesn't have both versions in
it and checks itself for which to use.
This method will reduce the number of entries and not require any
condition statements.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This post has been edited by Kelsenellenelvian: 16 October 2012 - 07:42 AM