WPI v8.0.0

Discuss & post all WPI addons to the RyanVM Update Pack here. This forum is no longer active and is displayed for reference only.
Locked
User avatar
Kelsenellenelvian
Moderator
Posts: 4383
Joined: Tue Nov 30, 2004 8:32 pm
Location: Pocatello, ID
Contact:

WPI v8.0.0

Post by Kelsenellenelvian » Tue Jul 28, 2009 2:19 am

[center]ImageImage[/center]

Windows Post-Install Wizard (WPI for short) is a hypertext application designed for giving users choice. While Windows XP offers many ways of customizing the setup process out of the box, its major drawback is the lack of being able to select which applications an end user may install. In the past, end users and administrators needed to either download the files manually, or create overly complex scripts that could only be used once. WPI allows you to create one image, which can then be custom configured, and optionally, automated, so that end users can install any applications.

WPI is a simple to use automation program for the choice and installation of multiple programs, tweaks and scripts. No longer will you need a dozen CD's or more when doing a fresh Installation. No longer will you need multiple files when you are servicing another PC. With Windows Post-Install Wizard all that you will need is 1 or 2 CD\DVD's to fully install your PC with all of your apps, scripts, registry files or tweaks. Instead of having to re-download those apps like adobe reader, flash or updates to programs you can have them all on one disk. With WPI you can have all of them all on one disk and then have a nice interface for selecting which apps to install and after configured properly WPI will install all of them without any needed input from you. WPI also and is commonly used added to your windows installation disks. This way you can automate the complete process of Windows and program installations.

With your typical setup of WPI you have your OS and all of the apps, tweaks and such on one disk. After windows installs, WPI kicks in and you are given a selection of everything you have configured WPI with, then you can select the ones you want or simply let the timer run out and your default apps will install.

Highlights of the newest version!
HUGE, monstrous update!
Totally new layout option! (See the style tab in the options area.)
Loads of new features! Please read the changelog!
All themes are now included in the main dl...[/color]

Known Bugs\Issues!
The rewind button DOES NOT work on the media player... (Probably never has)

Nero 7 messes with the IE scripting engine and WPI will not work if Nero 7 has been installed or is currently installed. HOWEVER, This link to Nero Cleantool --> HERE has been reported to fix this issue. So if you wish to use WPI and have had Nero7 installed you will want to clean your system first.

[codebox]
v8.0.0 Updates - Released May 10th, 2010
========================================================================
* UTF-16 is now supported for foreign language custom characters. To
update your config.js file, load it in a text editor, like Notepad++,
and save it in UCS-2 Little Endian format. It will then be edittable
within WPI.

* Added command line argument continue to automatically continue an
aborted installation. You will not be presented with the alert to
continue or cancel.
WPI.exe continue=true

* Added command line argument language to switch saved language. Use
two letter language code.
WPI.exe language=de

* The tool tips text location for Left and Right were reversed.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added a new layout design that shows the program's logo (png image) and
a short description under the main text. The main use of the second
line would be for version, system requirements, exclusions, etc. It
does use much more real estate, but looks much nicer than the old boring
list.

To toggle the traditional list style and the new layout, go to Options
Wizard -> Style tab -> Use alternate layout with program's logos.

Be sure to adjust the style sheet: .txt_logo, .shortDescTxt_logo,
.grayTxt_logo, .forceTxt_logo, and .checkedTxt_logo.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Updated the tool tips to not show undefined when nothing is
specified in the Description field.

* Fixed a bug in CreateShortcut() if the sub-folder doesn't exist; it
will be created now.

* If a category carries over to the next column or page, the spacing for
next category has been fixed.

* Fixed a small bug in determining the width of the layerboxes div to
set the width of the columns properly. This in turn fixed fixed the
text being cut off too soon.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added {JSCRIPT}=TimedWaitForProgram(ImageName,Minutes) to monitor
installers, or any program, to close before moving on to next install
item. This was requested for installers or scripts that do not wait
properly when they launch installers from inside themselves.

Usage: {JSCRIPT}=TimedWaitForProgram(Setup.exe,10)

The image name is case sensitive. Minutes is the amount of time WPI
will wait before moving on in case the program hangs/crashes.

WPI will check every 3 seconds or until the specified minutes is
reached.

To see the actual image name, open a command prompt window, start the
program/installer, at the command prompt type tasklist. This will
give a list of all the running programs.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Updated the progress bar in the installer to finally keep the value
centered all the time.

* The euDock theme is now localized. No more making custom images for
each language.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Options -> Style tab has been reduced to remove a lot of theme
bloat. You can no longer change the skin of individual gadgets. You
can still change the installer background image and the progress bar
image.

There is now a new Selected skin drop-down box that has 8 skins to
keep all the gadgets the same colors. Much better consistancy. More
skins will be added later.

This reduced the archive size and number of files down significantly.

If you want to make your own skin, use the Skin Builder here:
http://www.dhtmlx.com/docs/products/ski ... ndex.shtml

Please upload it to the forum to share with others and maybe have it
included with future WPI releases.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Updated the Configurations tab in the Config Wizard to use 2 grids.

* Took out option to have maximize button on window border. Until I can
listen for it and redraw the data properly, no point in having it.

* Updated the internet check. Now done within the launcher.

* Put the Change Log tab back in the About window.

* If ReadMe.txt file exists in main folder, a Read Me button will be
displayed above the Install button. Use this to give the user important
information about the install package. Like, certain items require user
input (not totally silent), drivers need to reboot, etc.

* Francesco ported USSF from AutoIT to JavaScript; I finished it up. No
more false positives from virus scanners thinking USSF is a virus. And
I have full control of it now.

* Francesco updated the launcher to disable the X close button on the
window so reg keys are sure to get set back properly.

* Added function {JSCRIPT}=ErrorReporting().
Usage: {JSCRIPT}=ErrorReporting(Enable,Notify,WindowsOS,Programs)
This works just like the Windows XP's Error Reporting, but also for
Vista and newer.

* Fixed bug in Config Wizard when added a new entry it would always ask
if want to update UID when it doesn't need to be.

* Added function {JSCRIPT}=PowerOptions().
Usage: {JSCRIPT}=PowerOptions(too many to list)
This works just like the Windows' Power Options. Settings are visible
for both desktops and laptops to make things easier.
Note: A reboot is required for all changes to take affect.

* Added function {JSCRIPT}=ScreenSaver().
Usage: {JSCRIPT}=ScreenSaver(ssbezier,Minutes,t/f)
Screen saver is secure will either show logon screen if Fast User
Switching is enabled, or ask for a password if not. The account must
have a password assigned.
Note: A reboot is required for all changes to take affect.

* Added function {DIRMOVE}.
Usage: {DIRMOVE} C:\Test D:\Test
Note: Both paths must be in quotes.
Note: If final destination folder does not already exist, you must
specify it.

* Fixed a bug with %CDROM% not being set. It was, but then cleared
right after.

* The sub windows will now resize automatically to match different font
sizes.

* Broke down the Conditions and Grayed Conditions menus in Config
Wizard for easier navigation.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Updated all of the themes to a new rendering engine. The html code is
no longer in the theme folder. This way all the themes will match and
function properly. All images may be replaced or removed. Many items
in the theme are still customizable. This is done via the new
wpi_theme.js in each theme folder. The type of theme is defined in the
wpi.inf file: Windows, euDock, CorporateIT, or Accordion.

The names of the images are hard coded in and can not be changed and
they must be PNG images.

The background image can either be called Wallpaper.jpg or
Wallpaper.png. Or no image and set a background color.

If Title.png exists it will be used. If does not exist, text will be
used. To have no image and no text, copy in Title.png from
/Commom/imgs/.

If TitleBG.png exists, it will be used as the background pattern. Or
set a color in wpi_theme.js.

SmallBarT.png a SmallBarB.png, if exist will be used. Erase them to not
use them. The heights can be specified in some themes.

If SidePanel.png exists, it will be used as the background for the side
panel (Begin Install, Select All, Select None, etc.). And/or a color
can be specified. The width of the side panel is also customizable.

If Logo.png exists, it will be used as a second image. It is mainly
meant for a company logo/watermark when don't want a big background.
Usually would be light colored, almost transparent. Set it's right
edge and bottom edge location.
PinkRibbon and Woody themes are examples.

If Bottom.png exists, it will be placed in the bottom bar at center.

If BottomBG.png exists, it will be used as the background pattern. Or
set a color in wpi_theme.js.

You can specify and customize text to be placed in the bottom bar in
wpi_theme.js. Can not have both image and text.

The exit button can be on left or right side, and show or not show the
text.

Not all theme types have all the customizable features. If it's not in
wpi_theme.js then it can't be modified so don't try to add anything from
other types.

Went through every css file and removed several old items that are no
longer used, and changed the names of several items.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added Network Wizard to facilitate entry of user IP information,
create Windows' users, etc.

This wizard is meant to be set up ahead of time. If you have a business
with 25 users/computers, you would make an entry for each user/computer
with their specific information: IP address, computer name, Workgroup,
etc. If you also use a winnt.sif or XML file, you do not need to enter
any user specific data, so you only need one universal file with global
settings (ie, Display, Unattended, Windows key, etc).

Once the install process is started, a window will open and you pick
which user/computer you are installing for. Or hit Cancel and nothing
will be changed. The user may also be specified from a command line
argument: user=Ritter, Mark. To specify a different network settings
file: network=iowa_office_networkoptions.js.

In the grid you will see an entry .default. This entry can not be
deleted. You can use it for Administrator account, or other non-specific
users.

User information:
-----------------
Friendly name: Ritter, Mark or Mark Ritter. This is the name you specify
in command line args.

Computer name: Enter the name for user's computer. If left blank no
change will be made.

Windows user account information:
---------------------------------
User name: Mark. This will create a new user account in Windows.

User password: Leave blank if don't want one.

Administrator: Check to give this user Administrator rights, else will
be a limited user.

Join workgroup:
---------------
Workgroup: Name of your Workgroup.

Options:
--------
Reboot after settings are applied: Checking this will reboot the
computer so the newly created user account can be logged on to for user
specific settings/programs.

Auto logon user: Automatically log on to this newly created user.

Clear auto logon user when WPI is finished: This is recommended so any
user password is cleared from registry, and if multiple accounts exist,
allows selection of desired one again.


The rest of the settings are the usual network adapter settings for IP
address, DNS servers, etc.

No support for domains is included. That needs to be done on the
Active Directory server.

Alt+K shortcut key.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added function {JSCRIPT}=SetSecurityCenter_XP().
Usage: {JSCRIPT}=SetSecurityCenter_XP(Firewall,Updates,Virus,Disabled,
Disabled)

* Broke down the Commands menu in Config Wizard for easier navigation.

* Added function {JSCRIPT}=SetAutoLogonUser().
Usage: {JSCRIPT}=SetAutoLogonUser(Name,Password,Domain)
Note: Password is optional. If not on domain, use computer name.

* Added function {JSCRIPT}=ClearAutoLogonUser().
Usage: {JSCRIPT}=ClearAutoLogonUser()

* Added function {JSCRIPT}=RenameComputer().
Usage: {JSCRIPT}=RenameComputer(Name)
Note: Reboot computer to take affect.

* Added function {JSCRIPT}=CreateWindowsUser().
Usage: {JSCRIPT}=CreateWindowsUser(Name,Password,Administrator)
Note: Password is optional. Administrator=true/false.
Switch user to take affect.

* Added function {JSCRIPT}=DeleteWindowsUser().
Usage: {JSCRIPT}=DeleteWindowsUser(Name,true)
Note: If second arg is true, all associated files will be deleted.

* Added function {JSCRIPT}=SetFirewall().
Usage: {JSCRIPT}=SetFirewall(state)
Note: true or false for enabled or disabled.

* Added function {JSCRIPT}=SetFilePrinterSharing().
Usage: {JSCRIPT}=SetFilePrinterSharing(state)
Note: true or false to enabled or disable file and printer sharing.

* Added function {JSCRIPT}=MapNetworkDrive().
Usage: {JSCRIPT}=MapNetworkDrive(Letter,Path,Reconnect)
Note: true or false for Reconnect at logon.
Note: No path checking is done.

* Added function {JSCRIPT}=ShareFolder().
Usage: {JSCRIPT}=ShareFolder(ShareName,Path)
Note: No path checking is done.

* Added function {JSCRIPT}=SetPageFileSize().
Usage: {JSCRIPT}=SetPageFileSize(DriveLetter,InititalSize,MaximumSize,
NoPageFile)
Note: Reboot computer to take affect.

* Added function {JSCRIPT}=FormatDrive().
Usage: {JSCRIPT}=FormatDrive(Drive,Label,FileSystem,ClusterSize,
QuickFormat,EnableCompression)
Note: Requires user input during install process.

* Added option to dropdown box in Options -> General -> Eject CD when
WPI is finished.

* Updated WriteRegKey() to handle all key types properly. REG_MULTI_SZ
did not work before.

* No special characters are allowed in UID now. Only A-Z and 0-9.

* Added command line arg force to force the install process. At least
one item must be set to Forced for this to work.
Usage: wpi.exe force=true

* Removed a bunch of code for CorporateIT theme.

* Added global variable %userprofileroot%.
XP: C:\Documents & Settings
Vista: C:\Users
Usage: {COPY} d:\UserStuff.txt %userprofileroot%\Mark

* Improved the IE6 PNG fix code some more.

* Updated images to work with IE6 better.

* Fixed bug in Config's commands grid in how it showed some items.

* Now checks for changes in the wizards before creating a new file or
loading an existing file.

* The list of configurations was not being updated in the Details tab.

* Updated saving of all options files.

* Updated the Ajax code for when checking for an update.

* Francesco updated his WPI.exe launcher more. Mainly, the Office reg
keys are set before WPI is launched. You won't have to set them in your
batch file anymore. FROM NOW ON, USE WPI.EXE TO START WPI.

* Removed Do Office debugger check option. No longer needed with
launcher.

* Added global flag to setEnvVar(). If true, then variable is system
wide. If not, only the current process (WPI installer) and any batch
files after will see them, and will clear upon exit.

* Created a new way to update the useroptions.js and config.js in a much
more user-friendly way. Will make future updates much easier.

* The Options and Config wizards are now opened in their own window.
This makes Options smaller, but Config larger, to best utilize space.

* Updated how often the Dependent Of and Excludes combo boxes get
populated. Much faster now when switching items, especially with large
configs.

* These environment variable are now ceated when WPI is started for use
in batch files: %HDD%, %CDDRV%, %WPIPATH%, %ROOT%, %OSLANG%, %OSLOCALE%.

* Added function {JSCRIPT}=removeEnvVar().
Usage: {JSCRIPT}=removeEnvVar(Variable)
Note: You don't need to specify the %'s.

* Music is stopped before Install Finish sound is played.

* Francesco made WPI Launcher that will use the proper 32/64bit MSHTA
based on your system. Find it on the main forum thread.

* Updated the way the config.js version is checked. Much more flexible
for future updates.
[/codebox]
[center]


Image


Notes and Extras

Suggested disk folder layout:

Image

With the above folder layout all your config entries should read like:
[%wpipath%\Install\Blah.exe /switch][/center]

[center]Here is a small tutorial on how to add an app to WPI![/center]

Ok this is a sample (Very simple) configuration for CCleaner (A.K.A Crap Cleaner)
This assumes you have all of the WPI files either in the WPI folder at the root of your Windows cd or all of the WPI folders (Common, Graphics, WPIScripts, Tools, Install and Themes) and the file WPI.hta at the root of your cd.

Remember this is just the most basic and required entries for a program!
1. Download the app and place it in the WPI\Install Folder. (CCleaner.exe in this example)
2. Run WPI.hta and click on the “Config” button\Icon area.
3. Go to the very top area above the config section and click on the button that says “Add”
4. Enter in the name section “CCleaner” No quotes! Then press the TAB button to activate the rest of the wizard.
5. You will notice the Unique ID (UID) section gets automatically filled in for you.
6. All apps are selected to be installed by default right from the start so if you don’t want it selected by default you must uncheck this box.
7. Choose a category for your app to be displayed in. If you want the app to be displayed in a category you don’t see simply chose other and a box will appear that will allow the entry of you choice.
8. In the commands tab click on Add at the controls area just right of the command line pane and then the the little folder icon and browse to your folder that contains the app, preferably the .\WPI\Install folder then select the CCleaner installer, this will place the appropriate path in the command line.
9. Add the necessary switch(s) for the program to run silently. For CCleaner the switch is /S so you would have your command line looks like so = %wpipath%\Install\CCleaner.exe /S (This can be easily done for most standard apps by simply clicking on the USSF button on the far right of the command line.) Other switches for apps that USSF cannot identify you can try looking at the forum section here = MSFN Application Installs section,
10. Select the Save and then the Exit buttons and you have now configured your first app!

Afterwards you configure WPI to run with your CD using whichever method you choose. We suggest using one of the pre compiled and nicely provided $oem$ (Source folder if your are using Vista or Server 2008) folders that can be found in the downloads section. Then you can use an app like nLite, vLite, CDImageGUI or the Makeiso* program included in the tools folder to make your CD w\WPI bootable again.

* MakeIso.exe = Adds make bootable .iso to the right click menu of folders. It is a silent installer so DO NOT click on it 50x a simple double click is all that is need to install it. It can be uninstalled from the add\remove programs menu! Just go to the source folder (The one that contains I386 and WPI) and right click then select Make Bootable ISO...

[center]
_____________________________________________________________________

I have seperated the tools out from the main archive. You can download the tools here:

Tools archive.

Contents of the tools archive:
WPI Config Lister
CDSwitch <-- 3 Custom themes for CDSwitch
MakeISO.exe
Cleanup.exe (Deletes ALL icons from the desktop)
Reboot.exe (Dialog box that will reboot in 60 sec unless cancel is pressed)
_____________________________________________________________________

Here is a quick start package that will set your windows disk up to use WPI after the desktop loads.

This is for use with all versions of Windows 2000, XP and 2003!

To make use of this archive all you need to do is unRAR it and place the %oem% folder beside the I386 and WPI folders.

http://www.wpiw.net/downloads/Post_$OEM$.rar

Contents of the Post %OEM% archive:
cmdlines.txt
RunWPI.inf
_______________________________________________________________________

Here is a quick start package that will set your windows disk up to use WPI with runonceex.

This is for use with all versions of Windows 2000, XP and 2003!

To make use of this archive all you need to do is unRAR it and place the %oem% folder beside the I386 and WPI folders.

http://www.wpiw.net/downloads/$OEM$.rar

cmdlines.txt
RunWPI.exe
_______________________________________________________________________

Here is mritters RUN_ WPI solution!

http://www.wpiw.net/downloads/$OEM$_RunWPI.cmd.rar
CleanUpWPI.cmd
cmdlines.txt
RunOnceEx.cmd
RunWPI.cmd

Use is as the same as the one above...
_______________________________________________________________________

This is for use with all versions of Windows Vista, Server 2008 and Windows 7!

To make use of this archive all you need to do is unRAR it and place the Sources folder at the root of your CD.

Sources Folder.

Contents of the Sources archive:
setupcomplete.cmd (This needs to be several folders deep so I preset the folders for you)
________________________________________________________

Over 2000 .png images for your pleasure to use in your tooltips or whatever!

PNG Collection.
________________________________________________________

[/center]

[center]Please remember and donate![/center]
Last edited by Kelsenellenelvian on Sun May 09, 2010 8:08 pm, edited 1 time in total.

jfcarbel
Posts: 158
Joined: Tue Apr 15, 2008 2:08 am

Post by jfcarbel » Thu Dec 17, 2009 1:58 am

Nero 7 messes with the IE scripting engine and WPI will not work if Nero 7 has been installed or is currently installed. HOWEVER, This link to Nero Cleantool --> HERE has been reported to fix this issue. So if you wish to use WPI and have had Nero7 installed you will want to clean your system first.
Do you know what is the reason Nero 7 causes issues? Is it a certain program in the suite that is maybe causing the issue (i.e. Nero Scout or MediaTool)?

I ask because I am working on improving an existing Nero 7 AutoIT script that removes the bloat by allowing the user to set certain settings in the AutoIT script to tell the Nero installer to avoid installing most of the bloated Nero 7 components. And then there are some post install tweaks that further remove the bloat that the Nero installer still leaves around. I wish to see if I can correct the WPI issue by maybe removing something from the install that might be causing the conflict.

http://www.msfn.org/board/index.php?act ... pid=842856

I assume if one is using WPI on a fresh XP install, that this issue is nothing to be concerned with as long as Nero is not integrated prior to WPI running post XP install. Correct?

And is there any reason that a Nero 7 WPI could not be created using my script? I assume if it is run first though that it might break any other WPI installs that are checked. Maybe there is a way I can set it to always install Nero 7 last from WPI.

User avatar
mr_smartepants
Posts: 824
Joined: Thu May 18, 2006 5:56 am
Location: Cambridgeshire, UK

Post by mr_smartepants » Thu Dec 17, 2009 10:19 am

It must be a .ax plugin because simply executing the "RSUpdate.exe" portion of RogueSpear's XP SP3 Direct Update Addon Lite V3.2.1 will break WPIW also. That .exe only has .ax files (and a pair of .dlls).
Image
Image
Some heroes don't wear capes, they wear Kevlar and dog-tags!

jfcarbel
Posts: 158
Joined: Tue Apr 15, 2008 2:08 am

Post by jfcarbel » Fri Apr 30, 2010 6:02 pm

It must be a .ax plugin because
Then I wonder if an installer for Nero 7 could at and of install do a deregister of all its *.ax plugins and then have a shortcut that when the program is run (Nero 7) that it re-registers all the plugins.

My only concern that un-registering then maybe causes each plugins serial key registration to be lost for users with the registered versions of these plugins.

Here is script:

Code: Select all

@ECHO OFF
TITLE Nero Burning ROM DSFilters Unregistration
ECHO Unregistering Nero File Source
REM
REM Location of filters is C:\Program Files\Common Files\Ahead\DSFilter
REM Also make sure to disable NeroCheck or NeroFilterCheck with msconfig
REM
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeAudCD.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeAudible.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeAudio2.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeAudioRender.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeAVSync.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeBDGraphic.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeBDThumbnail.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeCapture.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeColorspace.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeDeinterlace.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeDVD.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeDVSplitter.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeESParser.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeFileSourceAsync.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeFLVSplitter.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeFramerate.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeHDAudioMixer.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeMp3Encoder.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeMP4Splitter.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeNDAud.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeNDMux.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeNDVid.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeOggSplitter.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NePhotoSource.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NePSMuxer.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeQTDec.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeResize.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeroVideoProc.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeroVobuGenerator.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeSBE.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeSceneDetector.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeSoundProc.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeSoundSwitch.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeSplitter.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeSubpicture.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeSubtitle.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeTeletext.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeTranscoder.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeTSMuxer.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeVCD.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeVCR.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeVideo.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeVideoAnalyzer.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeVideoHD.ax"
REGSVR32.EXE /u /s "C:\Program Files\Common Files\Nero\DSFilter\NeVideoRenderer.ax"
ECHO.
ECHO Unregistration complete
ECHO.
ECHO.
PAUSE
EXIT

User avatar
Kelsenellenelvian
Moderator
Posts: 4383
Joined: Tue Nov 30, 2004 8:32 pm
Location: Pocatello, ID
Contact:

Post by Kelsenellenelvian » Sun May 09, 2010 8:13 pm

Super huge mondo update!

ChiefZeke
Posts: 767
Joined: Fri Mar 23, 2007 5:33 pm
Location: Victorville, California

Post by ChiefZeke » Sat May 21, 2011 6:05 pm

Version 8.2.0 is now available

User avatar
Kelsenellenelvian
Moderator
Posts: 4383
Joined: Tue Nov 30, 2004 8:32 pm
Location: Pocatello, ID
Contact:

Post by Kelsenellenelvian » Thu May 26, 2011 4:55 am

Sorry to say chief but WPI is no longer compatable with the RVMi.

We moved to an exe (Instead of the .hta) a really LOOOOONG time ago and the coders for RVMi haven't been able to get the time to change their code.

ChiefZeke
Posts: 767
Joined: Fri Mar 23, 2007 5:33 pm
Location: Victorville, California

Post by ChiefZeke » Sat Jun 04, 2011 10:53 pm

Kelsenellenelvian wrote:Sorry to say chief but WPI is no longer compatable with the RVMi.
Oh well, time marches on and **it happens. :D

User avatar
bphlpt
Posts: 1405
Joined: Sat Apr 19, 2008 1:11 am

Post by bphlpt » Sun Jun 05, 2011 1:07 am

But there seems to be some talk about working on the code again here - http://www.ryanvm.net/forum/viewtopic.php?p=114822 so you might want to make sure that if that does happen that the ability to handle WPI gets added back in.

To not hijack the thread again, probably a PM to 5eraph would be in order?

Cheers and Regards

Locked