Content Type
Profiles
Forums
Events
Everything posted by Kelsenellenelvian
-
Error WPI on W2000+SP4
Kelsenellenelvian replied to victorperezmon's topic in Windows Post-Install Wizard (WPI)
Okay replace api.js with the one below from wpi 3.5.1 (still being developed so don't ask for full!) and try it for me please. -
Default Button
Kelsenellenelvian replied to funkyrabbit's topic in Windows Post-Install Wizard (WPI)
Please use the code boxes this works fine here try a new download please. Have you modified any other files?? -
Error WPI on W2000+SP4
Kelsenellenelvian replied to victorperezmon's topic in Windows Post-Install Wizard (WPI)
Hmmm what winver does w2k sp4 show?? -
Default Button
Kelsenellenelvian replied to funkyrabbit's topic in Windows Post-Install Wizard (WPI)
ok when you first open WPI are your defaults checked?? Try clicking select none and then select defaults. If this is still happening post your config.js file for me to see please. Remember to delete any serials. -
Default Button
Kelsenellenelvian replied to funkyrabbit's topic in Windows Post-Install Wizard (WPI)
In the config screen each section you create has a default checkbox did you speicify any "default" options? -
just post a link or send me the darn thing and I will fix it up for you.
-
New Wpi.cmd File.
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Interesting but for my personal system (Which I also keep, update and develop WPI on) I use a secondary drive as my main backup feature so for me most of the time WPI is already on the drive. The CD version is for when I am making a house-call or for my peeps. -
collecting data - wpi adobe photoshop
Kelsenellenelvian replied to rhvkl's topic in Windows Post-Install Wizard (WPI)
Your welcome I am glad to help. -
collecting data - wpi adobe photoshop
Kelsenellenelvian replied to rhvkl's topic in Windows Post-Install Wizard (WPI)
yes! -
collecting data - wpi adobe photoshop
Kelsenellenelvian replied to rhvkl's topic in Windows Post-Install Wizard (WPI)
Pay attention to the part where it says "REM Ask if WPI really is wanted to run." @ECHO OFF REM REM WPI startup module. REM REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\wpi.ico set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %CDROM%. set wpipath=%CDROM% REM Hide this command window. "%wpipath%\common\cmdow.exe" @ /hid REM Font installation - the smooth and customizable way. start /wait %wpipath%\common\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg" REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Ask if WPI really is wanted to run. echo Dim WshShell, oExec>%tmp%\WPI.vbs echo Set WshShell = CreateObject("WScript.Shell")>>%tmp%\WPI.vbs echo answer = Msgbox("At times during the install process some of the programs will" + vbCRLF + "use the cursor and answer the boxes automatically. So it is" + vbCRLF + "suggested that you start WPI and then leave your PC alone until" + vbCRLF + "the installation process has completed." + vbCRLF + "" + vbCRLF + "Also the screen resolution will be changed to 1280x1024 for the" + vbCRLF + "interface to be displayed properly. You may need to return it to" + vbCRLF + "the settings you prefer when WPI is finished." + vbCRLF + "" + vbCRLF + "Do you wish to continue?",VBYesNo,"Windows Post Installation Wizard")>>%tmp%\WPI.vbs echo if answer = 6 then>>%tmp%\WPI.vbs echo oExec = WshShell.Run("common\VideoChanger.exe 1280x1024x32@85 -q", 1, true)>>%tmp%\WPI.vbs echo oExec = WshShell.Run("wpi.hta", 1, true)>>%tmp%\WPI.vbs echo end if>>%tmp%\WPI.vbs echo set WshShell = nothing>>%tmp%\WPI.vbs %tmp%\WPI.vbs del /q %tmp%\WPI.vbs REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Confirming a reboot... echo Dim WshShell, oExec>%tmp%\WPI.vbs echo Set WshShell = CreateObject("WScript.Shell")>>%tmp%\WPI.vbs echo answer = Msgbox("The installation process has finished. Do you wish to reboot now?",VBYesNo,"Windows Post Installation Wizard")>>%tmp%\WPI.vbs echo if answer = 6 then>>%tmp%\WPI.vbs echo oExec = WshShell.Run("SHUTDOWN -r -t 0", 1, true)>>%tmp%\WPI.vbs echo end if>>%tmp%\WPI.vbs echo set WshShell = nothing>>%tmp%\WPI.vbs %tmp%\WPI.vbs del /q %tmp%\WPI.vbs exit :end This is the personal CD .cmd file I use, The popup box shows text and when the user clicks yes WPI will run. Maybee this will suit your needs with some modification to the text portion? -
collecting data - wpi adobe photoshop
Kelsenellenelvian replied to rhvkl's topic in Windows Post-Install Wizard (WPI)
Hmmmm kinda difficult but maybee you could write a text file and then just call blah.txt during WPI running and it would open the text file to the top and you could use cut and paste or just type. The window would stay open untill the user closed it or untill WPI called for the reboot. -
collecting data - wpi adobe photoshop
Kelsenellenelvian replied to rhvkl's topic in Windows Post-Install Wizard (WPI)
Carefully number all of your installations and everytime you need a restart call a command to restart. As long as WPI still has numbered installations to run it will pop back up after reboot and continue along its merry installing way. Use this in your cmd file = shutdown.exe -r -f -t 10 -c "Reboot in 10 sec..." I use winrar and make an sfx that points to where I want the files copied. As long as you set the options right it will copy any files and overwrite any needed files silently. commands can be complex = Path=%Systemdrive%\Documents and Settings\%Username%\Desktop SavePath Silent=1 Overwrite=1 this sfx comments will place contained files on the desktop of the user that runs it. Plus the sfx above can be called without switches and runs fully silently. -
New Wpi.cmd File.
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Of course we will keep the cmd file in the official WPI too many people change it to fit their needs. Peersonally I have 2 exe files in mine one for wpi from cd and one for wpi from drive. -
Theme Poll
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Look in the sticky section it is there. -
Theme Poll
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Already ahead of you... in the sticky thread I will delete all posts that do not contain a theme and if needed I will edit the post and take and provide a screenshot. -
In WPI.cmd delete this line = REM Rebooting the sytem to finalize the installation process. shutdown.exe -r -f -t 10 -c "Reboot in 10 sec..."
-
Themes for older WPI versions.
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
This one is by = S0mE0nesMiNd1 Download Here -
google for a program called CPL maker it will make cpl extensions for any program. I have a registered version for any that want a cpl made...
-
Themes for older WPI versions.
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
This one is by = blinkdt Download here... -
Themes for older WPI versions.
Kelsenellenelvian posted a topic in Windows Post-Install Wizard (WPI)
This is for download only!! Lets keep it clean and keep the new themes comin'!! The great original by Hasi001= Download here <----- !!! My personal theme= Download here <---- !!! Updated for 4.3 Versions!!!. For File Hosting try using Upload Temple this will provide no waiting downloads, unlike rapidshare Most themes only need to be extracted into your themes folder and then chosen in the options wizard!! For files hosted on rapidshare just click on the free option near the bottom! Only post themes here please provide a screenshot for each theme and download link. Any other posts will be DELETED. -
When Is Wpi Ran From Winnt?
Kelsenellenelvian replied to Ctwizzy's topic in Windows Post-Install Wizard (WPI)
Just use a winrar sfx file for copying files it is much neater and painless also you get compression thrown in to boot. -
Which switch can custom the setup folder of apps
Kelsenellenelvian replied to gzm55's topic in Application Installs
ALL .msi options... /i [package] Installs the specified product /f p|o|e|d|c|a|u|m|s|v p - Reinstalls a product only when a file is missing. o - Reinstalls a product when a file is missing or an older version of a file is installed. e - Reinstalls a product when a file is missing or an equal or older version of a file is installed. d - Reinstalls a product when a file is missing or a different version of a file is installed. c - Reinstalls a product when a file is missing or the stored checksum value doesn't match the calculated value. a - Forces all files to be reinstalled. u - Rewrites all required user-specific registry entries. m - Rewrites all required computer-specific registry entries. s - Overwrites all existing shortcuts. v - Runs from the source file and recaches the local product. /a [package] Installs a product on the network. /x [package] Uninstalls a product. /j u|m [package] Advertises a product (u is current user; m is all users). /l i|w|e|a|r|u|c|m|p|v|+|![log file] Specifies the log file and the options you can use. i - Status messages w - Non-fatal warnings e - All error messages a - Action startups r - Action-specific records u - User requests c - Initial User Interface (UI) parameters m - Out-of-memory p - Terminal properties v - Verbose output + - Appends to the existing file ! - Clears each line in the log file * - Wildcard. Logs all information, but the use of the v option isn't included. To include the v option, type "/l*v." /p [patch] Applies a patch. To patch an installed Administrator image, you should also use the /a switch (i.e., msiexec /p [patch] /a [package]). /q n/b/r/f Sets the user interface (UI) level. n - No UI b - Basic UI r - Reduced UI f - Full UI /y Calls system API DLLRegisterServer to register the module--e.g., msiexec /y savill.dll /z Calls system API DLLRegisterServer to unregister a module--e.g., msiexec /z savill.dll Some also support adding in serial numbers. -
Max number of installs
Kelsenellenelvian replied to tiwas's topic in Windows Post-Install Wizard (WPI)
I though it was just a de-bugging issue. I am glad you figured it out.