Content Type
Profiles
Forums
Events
Everything posted by Kelsenellenelvian
-
can force switch be made uncheckable?
Kelsenellenelvian replied to Providence's topic in Windows Post-Install Wizard (WPI)
I just never use the really force option. -
odd WPI bug
Kelsenellenelvian replied to Bâshrat the Sneaky's topic in Windows Post-Install Wizard (WPI)
Yeah that is my experience also so you will just have to figure out how you want to rename the files or deal with it. P.S. not trying to be rude or mean. -
WPI Cant't find the other cdrom?
Kelsenellenelvian replied to kurt476's topic in Windows Post-Install Wizard (WPI)
put the wpi.cmd file in the xp cd call it from run once and it should find and start wpi.hta on the second disk just tell the command file to look for something like "WPI.hta" instead of win5i. It should be that simple to split up! -
WPI Cant't find the other cdrom?
Kelsenellenelvian replied to kurt476's topic in Windows Post-Install Wizard (WPI)
Add in a second line to wpi.cmd just like the first only have it look for a file that is only on the second disk. Plus remember you would have to change the config file to recognize the second drive for the installs. I am not sure what variables you would use but you should be able to figure it out . -
Been there done that, do you have the hacked sfc_os.dll file?? You might get errors if not. All i did was rename recab with jcarles compression bin and overwrite the originals...
-
any 1.6.2 SP side effects?
Kelsenellenelvian replied to wolfpack's topic in Windows 9x Member Projects
I found a MAJOR side effect the system ran better and had a more capabilities....... O did you mean bad side effects sorry my bad. -
Rename to Luna.theme also Luna.ms_ uncab and make Luna.msstyles plus Bliss.JP_ just uncab normally. Blue_SS would be the shellstyle, Home_SS would be the one of the others and the last would be Metal_SS would be the last. Just unzip then rename each to shellstyle.dll
-
Style XP 3.0 for Men & Women
Kelsenellenelvian replied to Astalavista's topic in Application Installs
stylexp can be installed silently with /S but I can't get the **** configure screen to close with taskkill! Any ideas??? -
Style XP 3.0 for Men & Women
Kelsenellenelvian replied to Astalavista's topic in Application Installs
I do sfx my themes but for editing the only good one I know is stylebuilder and for that you need stylexp installed (**** fookers anyways). -
Style XP 3.0 for Men & Women
Kelsenellenelvian replied to Astalavista's topic in Application Installs
God maybee someone can tell us I have been looking too. If someone can tell us please tell me stylebuilder also. P.S. The ONLY reason I use style XP is for VS editing!!!!! UXTHEME all the way baaaaaaaaaaabbbbbbyyyyyyyyyy!!!!!!!!! -
notepad replacement
Kelsenellenelvian replied to Astalavista's topic in Windows Post-Install Wizard (WPI)
same here I replaced notepad with notepad2 renamed, cabbed and then put in I386 folder. -
VERY Usefull Regfile...
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
16 reg files but I have another dozen entries to make ( only 6 are reg files ) just got kinda lazy over the past couple of days hell I even got 4 towers sitting in my room to process and fix God what a mess. -
VERY Usefull Regfile...
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
using the newest wpi sp2 winth ryans pack v 1.05 and my wpi has like 80 apps and entries. funny sfx files work okay ummm download like the 7-zip installer and try it that was one of the ones that pops up. -
VERY Usefull Regfile...
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
in sp2 almost any file you open to install gives you that popup asking if you actually want to run that exe or msi or whatever the package is. -
VERY Usefull Regfile...
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
EXCACTLY!!!!!!!!!!!!!! -
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="no" "RunInvalidSignatures"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mo v;.mp3;.m3u;.wav;" I just used WPI on 2 new installs and I got that **** "do you REALLY know what are doing and ACTUALLY want to install this?" on both pc's. I am making this run on startup of wpi and I would suggest others might want to do this also. Unless someone wants to tell me a better way.
-
Okay I am finishing my WPI project and I burned what I thought I was the final disk and I came up with a small glitch: Autorun calls the wpi.cmd file which reads as so= @ECHO OFF REM REM WPI startup something. REM REM Example, how to look for CDROM-drive. Must have a file called WPI.ico in its root. 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%\PathToWPI set WPIPATH=%~dp0 echo WPI will run from %WPIPATH% REM Font installation - the easy way for /R %%i in ( *.ttf ) do ( echo Installing font %%~ni.ttf copy /Y "%%~fi" "%windir%\Fonts" > nul "%WPIPATH%\common\installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul ) REM Hide this command window "%WPIPATH%\common\cmdow.exe" @ /HID REM Special registry tweak needed regedit /S "%WPIPATH%\common\wpi.reg" REM Make WPI driectory the current directory for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i: cd "%WPIPATH%" REM Start WPI and wait for its end start /wait WPI.hta REM call any cleanup code here, or after this script. exit :end This runs fine, yet when WPI starts the background pops up without words, categories or even buttons. ONLY the background shows. Can someone figure out why this is happening??? P.S. Autorun reads as so= [AutoRun] open=wpi.cmd icon=wpi.ico
-
its trying to install multiple times
Kelsenellenelvian replied to ripken204's topic in Windows Post-Install Wizard (WPI)
Have you checked your switches?? I had similar problems with another app the problem was really one of the apps would crash and then the main app would go on and try again at the end to install the other apps. Try watching to see which app it is re-starting at and remove that app. Or the app before it. Then try again. -
its trying to install multiple times
Kelsenellenelvian replied to ripken204's topic in Windows Post-Install Wizard (WPI)
Which version are you using?? -
Pocketdrive making me feel stupid
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Yup wpi.ico. -
3.3.4 Bug?
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Ummm crap now I have the same prob with version 3.2 can you fix it?? -
Version 3.3 - Themes
Kelsenellenelvian replied to hasi001's topic in Windows Post-Install Wizard (WPI)
Please reconsider.... Come on guys tell him if we want themes!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -
Version 3.3 - Themes
Kelsenellenelvian replied to hasi001's topic in Windows Post-Install Wizard (WPI)
and I'm austrian and there it's skript. I could also write command file or batch job. I think everyone would understand.As I see so many complaints about all the things with fonts, themes and startup I'll take it out of WPI. Versions 3.3.x are now offline while I remodel 3.2.3 to use the additional option to keep categories together. [EDIT] @a06 - BTW: didn't you ask for the pics sources and take them to make this ? [/EDIT] Please don't remove themes I love the themes and your viao theme is superb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! The only things I have ever said were about bugs and or ideas. Don't listen to those people who just want to pi$$ and moan. They will never be satisfied anyways. -
3.3.4 Bug?
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
I am currently at 60 entries. Still building my registry files though. P.S. The fix you did works awesomely now thanx.