WPI v8.4.6 Release thread Thanks Francesco!
#21
Posted 05 November 2011 - 01:24 AM
I just donated a bit. Thanks for listening to your users !
Alex
#23
Posted 07 November 2011 - 04:18 AM
Kelsenellenelvian, on 04 November 2011 - 02:16 PM, said:
I have contacted Francesco about making the exe stay running until mshta is done (The wpi process)
I will post a new version as soon as I get the binaries.
P.S. Don't wanna be mean but for all those running from a network share please remember WPI is not free for business or corp uses. (I have only sold 3 of those licenses and get VERY little in donations)
Talked to francesco..
He will post a fixed one as soon as he can test it out.
Here is the launcher from 8.2.2 it will work for your purposes for now. (You just will miss out on a couple of the updates)
Attached File(s)
-
WPI.exe Temp use.rar (45.38K)
Number of downloads: 33
This post has been edited by Kelsenellenelvian: 07 November 2011 - 04:34 AM
#25
Posted 17 March 2012 - 01:42 PM
after I update 8.4.6 this code doesn't seem to work anymore;
I use it with RunOnceEx. And My .msi programs don't wait each other to finish its install. They begin to install even if others don't finish.
@ECHO OFF
FOR %%i IN (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:\CD.txt SET CDROM=%%i:
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:
set wpipath=%drive%\wpi
REG ADD %KEY% /V TITLE /D "Uygulamalar Yukleniyor" /f
REG ADD %KEY%\998 /V 1 /D "%wpipath%\WPI.exe" /f
REG ADD %KEY%\999 /VE /D "Driverpacks Finisher" /f
REG ADD %KEY%\999 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f
EXIT
#26
Posted 15 May 2012 - 08:52 AM
Kelsenellenelvian, on 04 November 2011 - 02:16 PM, said:
I have contacted Francesco about making the exe stay running until mshta is done (The wpi process)
I will post a new version as soon as I get the binaries.
P.S. Don't wanna be mean but for all those running from a network share please remember WPI is not free for business or corp uses. (I have only sold 3 of those licenses and get VERY little in donations)
I am having the same issue that midiboy is having with the WPI.exe no longer running (i previously used 8.1). I used to be able to have wpi and all files in my sysprep file run before teh desktop loads but now WPI runs as well as the next installation which has been causing issues. I tried using the 8.2 executable but i have been getting the IE Debug script errors when running WPI.
has a new version of the executable been released that keeps wpi.exe running?
Thanks ahead of time
#28
Posted 17 May 2012 - 08:36 AM
#29
Posted 17 May 2012 - 09:16 AM
#32
Posted 17 May 2012 - 04:47 PM
That was directed at bluesmoke.
#33
Posted 17 May 2012 - 06:19 PM
Which scripts do you want to see? Do you want me to post code directly here or upload as attachment or PM you?
This post has been edited by damak5: 17 May 2012 - 06:20 PM
#34
Posted 17 May 2012 - 08:47 PM
Whatever method you prefer
#35
Posted 18 May 2012 - 08:21 AM
<SynchronousCommand wcm:action="add">
<CommandLine>c:\windows\utils\wpi\wpi.exe</CommandLine>
<Order>2</Order>
<RequiresUserInput>true</RequiresUserInput>
</SynchronousCommand>
this is my config.js. I was using WPI 8.1 and copied the old config.js into the UserFiles folder as recommended when upgrading to WPI 8.4.6. I still have the config.js file and the other 4 files that are supposed to be in the UserFiles folder, in the WPI scripts folder:
// WPI Config 8.0.0 // // User defined options // // Configurations tab CheckOnLoad='default'; Configurations=[]; ShowMultiDefault=true; // --- SortOrder=['Applications']; //--------------------------------------------------------------------------------------------- // Your programs here... //--------------------------------------------------------------------------------------------- pn=1; prog[pn]=['Cisco VPN']; uid[pn]=['CISCOVPN']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; cmds[pn]=['"%wpipath%\\Install\\Cisco VPN\\CiscoVPN64.exe"']; desc[pn]=['Cisco VPN']; pn++; prog[pn]=['D630 Driver Pack']; uid[pn]=['D630DRIVERPACK']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; cmds[pn]=['"%wpipath%\\Install\\D630\\Audio\\setup.exe" -s','"%wpipath%\\Install\\D630\\Intel Wireless\\Intel PROSet Wireless.msi" /quiet']; desc[pn]=['Intel Wireless']; pn++; prog[pn]=['Optiplex 960 Driver Pack']; shortdesc[pn]=['Optiplex 960 Driver Pack - REQUIRED INSTALL']; uid[pn]=['OPTIPLEX960DRIVERPACK']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; cmds[pn]=['"%wpipath%\\Install\\Optiplex 960 drivers\\Audio\\setup.exe" -s','"%wpipath%\\Install\\Optiplex 960 drivers\\Intel AMT HECI\\setup.exe" -s','"%wpipath%\\Install\\Optiplex 960 drivers\\Intel AMT SOL\\setup.exe" -s']; desc[pn]=['Optiplex 960 drivers']; pn++; //--------------------------------------------------------------------------------------------- // End of program definitions ... //---------------------------------------------------------------------------------------------
my useroptions.js file. this is in the UserFiles folder and thew WPI scripts folder:
// WPI Options 8.1.0 // // User defined options // // Window tab Resolution=800; MainWindowWidth=800; MainWindowHeight=600; MainWindowX=-1; MainWindowY=-1; InstallerWindowX=25; InstallerWindowY=25; // General tab NumCols=3; // --- Timer=false; Seconds=60; StartBeepAtSecs=10; // --- Language='en'; // --- DefaultInstallPath='default'; CustomInstallPath=['']; // --- AbortInstallIfFailure=false; ExecuteCommandIfFailure=['']; ContinueWhereFailed=false; // Features tab ShowExtraButtons=false; DoNotShowIfCD=true; USSFSilentMode=false; VerifyInstallHDD=false; AllowCheckForInternet=false; LoadDesktopBeforeInstall=false; ReOpenAfterInstall=false; DisableCatCheckBoxes=false; SortWithinCats=false; DisableOnDepsNotMet=true; AlwaysUseScrollBar=true; DontSplitCats=true; InstallByCategory=true; ReallyForce=false; DisableIfDoGray=false; InstallFonts=false; ShowCommandInInstaller=false; ShowInstallerImages=false; AlwaysShowOutputWindow=false; EjectCDWhenDone=false; DoNotShowIfUSB=true; DisableHotKeys=false; // Tools tab MonitorResolution=0; MonitorDepth=0; MonitorRefresh=0; // --- ExecuteBeforeEnabled=false; ExecuteBeforebit64=false; ExecuteBefore=['']; ExecuteAfterEnabled=false; ExecuteAfterbit64=false; ExecuteAfter=['']; // --- RestartComputer=false; RestartType=0; RestartSeconds=30; DoNotLoadDesktop=true; // --- LogInstallation=false; LogPath=['%systemdrive%\\WPI_Log.txt']; TimeStampLogFile=false; // Audio tab PlayAudioInInstaller=false; InstallAudio=[]; Volume=75; Shuffle=false; CopyAudioFolder=false; CopyAudioPath=['%systemdrive%\\WPI_Audio']; DeleteAudioFolder=false; // Sounds tab SndWPIStartCB=false; SndWPIStart=['"%wpipath%\\Audio\\SoundsScheme\\Alert.wav"']; SndInstallStartCB=false; SndInstallStart=['"%wpipath%\\Audio\\SoundsScheme\\AtBeginning.wav"']; SndInstallSuccessCB=false; SndInstallSuccess=['"%wpipath%\\Audio\\SoundsScheme\\Yes.wav"']; SndInstallWarningCB=false; SndInstallWarning=['"%wpipath%\\Audio\\SoundsScheme\\Warning.wav"']; SndInstallFailCB=false; SndInstallFail=['"%wpipath%\\Audio\\SoundsScheme\\No.wav"']; SndInstallFinishCB=false; SndInstallFinish=['"%wpipath%\\Audio\\SoundsScheme\\AtEnd.wav"']; SndWPIExitCB=false; SndWPIExit=['"%wpipath%\\Audio\\SoundsScheme\\Exit.wav"'];
#36
Posted 18 May 2012 - 11:19 AM
<settings pass="oobeSystem">
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<Description>Le mot de passe n'expire jamais</Description>
<CommandLine>cmd /C wmic useraccount where "name='Antoine'" set PasswordExpires=FALSE</CommandLine>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<Description>Installation des applications avec WPI</Description>
<CommandLine>cmd /c 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\wpi.exe start %i:\wpi\wpi.exe</CommandLine>
<RequiresUserInput>false</RequiresUserInput>
</SynchronousCommand>
</FirstLogonCommands>
Regards
- ← Help regarding {x64} or getosver()
- Windows Post-Install Wizard (WPI)
- Can't install Brother and HP printer's suite using WPI →



Help


Back to top









