Jump to content

Kelsenellenelvian

Members
  • Posts

    3,115
  • Joined

  • Last visited

  • Days Won

    50

Everything posted by Kelsenellenelvian

  1. I know what is causing your issue. I will fix it in the next release.
  2. Request: Make the component removal progress more obvious! PLEASE! i.e. a progress bar or something? ANYTHING but just a small number in the top New error: Your alignment is off in the pic.
  3. Yeah after testing it doesn't stay elevated at all. (I usually have UAC turned off)
  4. Better even add these to the addon maker in all areas that would apply: 10 = %SystemRoot% 11 = %SystemRoot%\system32 12 = %SystemRoot%\system32\DRIVERS 17 = %SystemRoot%\INF 18 = %SystemRoot%\help 20 = %SystemRoot%\fonts 21 = %SystemRoot%\system32\viewers 23 = %SystemRoot%\system32\spool\drivers\color 24 = %SystemDrive%\ 25 = Shared directory 30 = <Root directory of the boot disk>\ 50 = %SystemRoot%\SYSTEM 51 = %SystemRoot%\system32\spool 52 = %SystemRoot%\system32\spool\DRIVERS\W32X86 ;(x86 systems only) 52 = %SystemRoot%\system32\spool\DRIVERS\x64 ;(x64 systems only) 53 = %UserProfile% 54 = <Directory where bootmgr.exe is located>\ 55 = %SystemRoot%\system32\spool\PRTPROCS\W32X86 ;(x86 systems only) 55 = %SystemRoot%\system32\spool\PRTPROCS\x64 ;(x64 systems only) 16384 = %UserProfile%\Desktop 16386 = %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs 16389 = %UserProfile%\Documents 16390 = %UserProfile%\Favorites 16391 = %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup 16392 = %UserProfile%\AppData\Roaming\Microsoft\Windows\Recent 16393 = %UserProfile%\AppData\Roaming\Microsoft\Windows\SendTo 16395 = %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu 16397 = %UserProfile%\Music 16398 = %UserProfile%\Videos 16400 = %UserProfile%\Desktop 16403 = %UserProfile%\AppData\Roaming\Microsoft\Windows\Network Shortcuts 16404 = %SystemRoot%\Fonts 16405 = %UserProfile%\AppData\Roaming\Microsoft\Windows\Templates 16406 = %AllUsersProfile%\Microsoft\Windows\Start Menu 16407 = %AllUsersProfile%\Microsoft\Windows\Start Menu\Programs 16408 = %AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Startup 16409 = %Public%\Desktop (%UserProfile%\..\Public\Desktop) 16410 = %AppData% 16411 = %AppData%\Microsoft\Windows\Printer Shortcuts 16412 = %LocalAppData% 16413 = %AppData%\Microsoft\Windows\Start Menu\Programs\Startup 16414 = %AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Startup 16415 = %UserProfile%\Favorites 16416 = %LocalAppData%\Microsoft\Windows\Temporary Internet Files 16417 = %AppData%\Microsoft\Windows\Cookies 16418 = %LocalAppData%\Microsoft\Windows\History 16419 = %ProgramData% 16420 = %SystemRoot% 16421 = %SystemRoot%\system32 16422 = %ProgramFiles% 16423 = %UserProfile%\Pictures 16424 = %UserProfile% 16425 = %SystemRoot%\SysWOW64 ;(x64 systems only) 16426 = %ProgramFiles(x86)% ;(x64 systems only) 16427 = %CommonProgramFiles% 16428 = %CommonProgramFiles(x86)% ;(x64 systems only) 16429 = %AllUsersProfile%\Microsoft\Windows\Templates 16430 = %Public%\Documents (%UserProfile%\..\Public\Documents) 16431 = %AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\Administrative Tools 16432 = %AppData%\Microsoft\Windows\Start Menu\Programs\Administrative Tools 16437 = %Public%\Music (%UserProfile%\..\Public\Music) 16438 = %Public%\Pictures (%UserProfile%\..\Public\Pictures) 16439 = %Public%\Videos (%UserProfile%\..\Public\Videos) 16440 = %SystemRoot%\resources 16441 = %SystemRoot%\resources\0409 16442 = %AllUsersProfile%\OEM Links 16443 = %LocalAppData%\Microsoft\Windows\Burn\Burn
  5. The complete failure was at the end of the removals. It just errored on my and never rebuilt, the supposedly smaller, wim. The shortcut maker has a error in the destination path generator Look closely at the hilighted section. Please add the variables into the shortcut maker too. ESPECIALLY %USERPROFILE%
  6. That IS the proper way. BUT did you patch your uxtheme.dll?
  7. Trying the components removal now. GAWD is it slow though Been looking at some new functions that you can do: Please add this to the current os tweaks and wim tweaks Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\CmdOpen Shell Extension] @="Open Elevated CMD Prompt Here" "Icon"="cmd.exe" "Position"="Top" [HKEY_LOCAL_MACHINE\Software\Classes\Directory\Background\shell\CmdOpen Shell Extension\command] @="cmd.exe /s /k pushd \"%V\"" It ads an elevated cmd prompt option to the top of the right click explorer menu with the cmd icon to the right of it. We don't need an actual .dll shell extension any more. NEW tiny issue: With the addon maker can you add the rest of the common enviroment variables in? I am making a VERY serious adaptation of my UberPack and I need the other Variables like %appdata% http://vlaurie.com/c...ows-vista-7.htm See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.Security.SecurityException: Requested registry access is not allowed. at Microsoft.Win32.RegistryKey.InternalOpenSubKey(String name, RegistryKeyPermissionCheck permissionCheck, Int32 rights) at W7Toolkit.frmCR.frmCR_FormClosing(Object sender, FormClosingEventArgs e) at System.Windows.Forms.Form.WmClose(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)The Zone of the assembly that failed was:MyComputer************** Loaded Assemblies **************mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4952 (win7RTMGDR.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll----------------------------------------W7Toolkit Assembly Version: 0.8.0.2 Win32 Version: 0.8.0.2 CodeBase: file:///C:/Users/Kelsenellenelvian/Desktop/Win7ToolKit/W7Toolkit.exe----------------------------------------Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll----------------------------------------System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll----------------------------------------System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------MySql.Data Assembly Version: 6.3.2.0 Win32 Version: 6.3.2.0 CodeBase: file:///C:/Users/Kelsenellenelvian/Desktop/Win7ToolKit/MySql.Data.DLL----------------------------------------System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll----------------------------------------System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_64/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll----------------------------------------System.EnterpriseServices Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_64/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll----------------------------------------Microsoft.mshtml Assembly Version: 7.0.3300.0 Win32 Version: 7.0.3300.0 CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box. After an hour of waiting I got a complete failure 'Nother bug! EDIT: Fixed the shortcut put, btw the error code you pasted above happen when the form was trying to close. So you can unmount the WIM manually.
  8. Instead of clogging up the forum with new posts post your issue in this thread: You will get a better response there... [/closed]
  9. 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! New Theme Editor Loads of new features! Please read the changelog... 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. v8.1.0 Updates - Released August 25th, 2010 ======================================================================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * New to the wpi_theme.js in each theme folder is Installer_BackgroundRepeat to specify either a big background image or a small pattern. Note: In the theme folder in installer.css under .Background, you must set the actual repeat style. Options: repeat, stretch Usage: Installer_BackgroundRepeat="stretch"; * Also new is Theme_BackgroundPosition is set the background image position if using an image that is smaller than the screen and not using stretch option. Note: Must also set: Theme_BackgroundRepeat="no-repeat"; Options: top, left, center, right, bottom. and any combonation Usage: Theme_BackgroundPosition="top right"; * In installer.css in each theme is a new entry: .WPI_Text. This sets the text color for the title text in the installer window near the bottom. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is a new theme type: Windows Framed. The first theme to use it is WindowsFramed. Simply put, there is a frame around the main body, 7 pixels wide, 20 pixels in from the edge. In the theme's folder in wpi_theme.js Theme_FrameColor="#ffffff"; sets the frame color. If Frame.png exists, that image will be used. There are no SmallBarT.png and SmallBarB.png images in this theme type. All of the new features below are also in this new type. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There are two new options in each theme folder in wpi_theme.js, Theme_MainPanelBGColor="" and Theme_MainPanelBGImageRepeat="". These set the main checkbox panel's background color or image. If MainPanel.png exists, that image will be used. You now have three independant background images: Wallpaper.png (.jpg) as the main background. SidePanel.png MainPanel.png You now have three independant background colors: Theme_BGColor Theme_SidePanelBGColor Theme_MainPanelBGColor Note: Only applies to Windows and WindowsFramed based themes. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * If the three png images for the main control links (Install.png, InstallDown.png, InstallOver.png) do not exist, then just the text will be displayed with no error image. Useful if tight on space or just don't want any images. Note: Only applies to Windows based themes. * There is a new option in each theme folder in wpi_theme.js, Theme_ShowButtonText, to show or not show the text for the control links (Begin Install, Options, About WPI, etc). Setting this option to false allows you to make full image text buttons. The drawback of this is you lose locale support since images can't be translated. So use this only if you don't need multi-language support. Usage: Theme_ShowButtonText=false; Note: Only applies to Windows based themes. Note: Theme_ShowExitButtonText is still independant of this option. * With the addition of the above feature, there are now seperate images for Defaults, All, and None in all Windows and Accordion based themes. * The large combobox on Options Wizard -> General tab has been removed since many people seemed to not see it. It has been replaced by a new Features tab with all the check boxes laid out in two columns. * An oversite in the wpi_theme.js file has been remedied: Theme_BackgroundRepeat=""; It was fine for large background images, but not small patterns that needed to be repeated. Options: repeat, no-repeat, repeat-x, repeat-y ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New to the Config Wizard -> Details tab -> Return code requires reboot. This function allows for a script, or program, to be run multiple times with reboots in between. For example, you could have a script that creates a new user, exit code for reboot, set user's network settings, exit code for reboot, do some more stuff, exit code 0 for done. If you have the "Repeat command until other code is returned" WPI will restart at the same command. Else it will continue on to the next item. The reboot code can not be 0 or 1. There are now new warning image and sound files, and a css entry for it with yellow text. The default ones have been copied to all themes. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added three new options in Options Wizard -> General tab: - Abort installation process if failure occurs - Script or program to execute if failure - Continue next installation where failed Very handy for testing a program or script. * Fixed a bug dealing with stdout redirection and quotes in the path. "d:\program.exe" "param1" >c:\app.txt would fail, but with no quotes it always worked. Works all the time now. * WPI now reports success/fail properly in the installer. The return code was not being processed properly. 999 is the "default" fail code, which usually means the file does not exist. 0 is success. 1 usually means a file doesn't exist in a CMD /C or cmd.exe call. ex: cmd /c copy a b Return code 1 * Added function {JSCRIPT}=CreateRegKey(). Usage: {JSCRIPT}=CreateRegKey("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx\001") Sometimes a key needs to be created first, then it's value set. If {JSCRIPT}=WriteRegKey() fails to make and set the key, use this function first, then write the value. * Small update to tips.js which should make the tooltips display a little faster and smoother. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is a new Theme Wizard to edit themes and a full GUI to edit the tooltips. This interface has been much needed since none of the options have been properly documented. Most of the options are self- explanatory, so here are the obscure details: * Appearance behavior: Controls how the tip message is displayed. Some will stay open when mouse is moved. This allows for internet links to be used in the message (ie, program's home page). - Visible: Same as Sticky below but no X close button. - Sticky: The tip message will not hide after your mouse goes off the link and it will only be positioned once. A close link is automatically generated and inserted at the top right of the tip message so if you would like to hide the tip message just click it. The properties (color, bgcolor, etc) of the close link are set from the title's properties so the close link and title will have exactly the same style and look as the title. This is designed specially for the need of inserting links in the tip message or any thing that involves using the mouse in tip message's content. - Keep: The tip message will not hide after your mouse goes of the link rather the tip message will move with your mouse around the page. This will produce the same effect as if you didn't specify the mouse out function in the link. * Tip position type: Open the tip relative to the mouse pointer. - Float: The tip message will not move with the mouse rather it will popup at the coordinates of the X Pos and Y Pos entries. And if you scroll down or left the scroll values are added to the X Pos and Y Pos values so the tip message will always float in the same place no matter how much you scroll left or right, in simple words "Static position". - Fixed: The tip message will not move with the mouse rather it will popup at the coordinates of the X Pos and Y Pos entries. And it will not float with the scrollbars. * Background image: Uses Graphics\ToolTipsBgs\ as base folder. Put all your images in there. The image overrides the background color. -OR- place ToolTipsTitleBg.png and/or ToolTipsBodyBg.png in the theme folder to use that image to override the user specified one. * X pos / Y pos: - If the tip message's position is set as left or right it sets the coordinate of the tip message relative to the position of the mouse. - If the tip message's position is set as float or fixed it sets the coordinate of the tip message relative to the window. You may set positive or negative numbers. * Shadow type: You may apply one of two shadow styles: simple or complex, or none. You must also add a shadow color to enable it. The ColorPicker does not like words for colors (white, red, etc) so use the hex value whenever possible. Keyboard shortcuts are either F6 or Alt+H. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Updated WriteRegKey() to use the WMI version instead of the DOS-based Reg. This speeds up the startup process by several seconds. * Added to Options Wizard -> General -> combobox -> Disable hot keys. Use this in conjunction with "Show extra buttons" and "Do not show if started from CD" and/or "Do not show if started from USB". This will block all access to Wizards. Enable when you make your final DVD. Use with care. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Updated WPI and the Installer to handle custom audio files. You can now place custom audio files in your theme's folder to override the one's specified in Options Wizard -> Audio tab. WPI will check if the files exist in the Theme folder and use those in place of the specified ones. The checkboxes in the Audio tab still must be checked for the audio to play. The audio files must be named: SndWPIStart.wav SndInstallStart.wav SndInstallSuccess.wav SndInstallWarning.wav SndInstallFail.wav SndInstallFinish.wav SndWPIExit.wav The audio files can either be wave (.wav) or midi (.mid) files. Keep them as short as possible. The installer will not wait for the sample to finish playing before moving on to the next item. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fixed a small issue with the audio player. If no files are specified the Install.m3u file was not cleared. * Alper Catak (ZEUS__) created some new themes: 7Fresh, 7Matrix, 7Pure, 7StarWars, and 7Transformers. He also created 7Matrix, Black, Pure, LightGray, and CobaltSteel skin styles. * Black_Kel skin style is gone. Use new Black style. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It has come to my attention that it is difficult for people to specify certain operations, like file copy, when building one config for both 32 and 64 bit systems. Here is a simple example on how to copy a file based on your cpu bits and cpu type: {JSCRIPT}=if (getBits()==32) RunCmd('%wpipath%\Install\CCleaner.exe /s',false,true) {JSCRIPT}=if (getBits()==32) RunCmd('cmd /c copy /y "C:\WPI\ChangeLog.txt" "C:\"',false,true) {JSCRIPT}=if (getBits()==64) RunCmd('cmd /c copy /y "%wpipath%\Install\MyFile.txt" "%ProgramFiles(x86)%\"',false,true) {JSCRIPT}=if (getArch()=="AMD64") RunCmd('cmd /c copy /y "%wpipath%\Install\CCleaner\Password.ini" "%ProgramFiles%\CCleaner\"',false,true) Using RunCmd() is the key. There are 2 possible options: RunCmd('your command',OutputWindow,Wait) Use single quotes around your command so don't interfere with double quotes in your paths. OutputWindow: true or false. Show the cmd output window or not. Wait: true or false. Wait until the command is finished or not. All of the functions in the Dependecies can be used with {JSCRIPT}. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Updated version extraction method. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New to the Installer window is a combobox under the Pause/Abort buttons to specify what to do when WPI is finished installing your programs. There are 3 options: "none", Restart, and Shut Down. If you have "Restart Computer" specified in Options Wizard -> Tools tab, then that option will be reflected here. If you don't, then "none" is selected. (no restart or shutdown) With this combobox you can specify, or change, what to do on the fly. Selecting "none" will cancel the restart or shut down. The time delay and "Do not load desktop" options are still used. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * When hit Abort in the Installer window, any restart or shut down is cancelled. * Added new option to Options Wizard -> General tab -> Options combobox: "Do not show extra buttons if started from USB drive". This has same functionality as the original "...if started from CD Drive.". This is needed because it is possible to still allow writing to a USB drive. * Updated how drives are checked for how WPI was started. Notes and Extras Suggested disk folder layout: With the above folder layout all your config entries should read like: ["%wpipath%\Install\Blah.exe" /switch] Here is a small tutorial on how to add an app to WPI! 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 dont 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 dont 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 ISO Creator program included in the tools folder to make your CD w\WPI bootable again. _____________________________________________________________________ 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 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. ________________________________________________________ [url="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=kelsenellenelvian%40gmail%2ecom&no_shipping=0&no_note=1&tax=0
  10. Personally? http://www.thewindowsclub.com/ultimate-windows-tweaker-v2-a-tweak-ui-for-windows-7-vista#more-1957 I like this one better.
  11. Simply go into the windows\resources\themes folder and delete all of the themes there you do not want.
×
×
  • Create New...