Content Type
Profiles
Forums
Events
Everything posted by Astalavista
-
AutoRunPro Silent Install Method - Protect Your CD
Astalavista replied to Astalavista's topic in Application Installs
sad to say that is not the coding i used for this project. fixed an error in my coding pls download the new updated Download the TEST.rar when downloading from rapidshare u hv to WAIT 40 seconds until u see the file name appear at the bottom of the screen. Color RED fixed multiple errors... now it is ok. -
Hopefully, i wont get reprimanded for posting this here. Guys check this post of mine on how you can protect your wpi investment. http://www.msfn.org/board/index.php?act=ST...t=0#entry254351 This protection works great w/ UltraISO hide function and WPI installation. When u mount the TEST.nrg u wont see the Software Folder it is hidden
-
Getting 3.3.5 ready.......
Astalavista replied to bonedaddy's topic in Windows Post-Install Wizard (WPI)
I got it! for %%i in (C D E F G H I J K L M N O P Q) do if exist %%i:\WIN51 set CDROM=%%i: set WPIPATH=%CDROM%\software999\WPI\ for /F "delims=: tokens=1" %%i in ("%cdrom%\software999\wpi") DO echo %%i: cd "%cdrom%\software999\wpi" WPI.hta Guy i forgot to turn on the ghost mode... pls download again. wpi.rar -
Getting 3.3.5 ready.......
Astalavista replied to bonedaddy's topic in Windows Post-Install Wizard (WPI)
Bonebaddy errors 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:\WIN51 set CDROM=%%i: set WPIPATH="%CDROM%\software\WPI\" for /R %%i in ( *.ttf ) do ( copy /Y "%%~fi" "%windir%\Fonts" > nul "%WPIPATH%\common\installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul ) "%WPIPATH%\common\cmdow.exe" @ /HID for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i: cd "%cdrom%\software\wpi" start /wait WPI.hta exit what does this do for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i: cd "%cdrom%\software\wpi" -
there is a danger of corruption when u do that. pls let me know if u find that tool thanks
-
AutoRunPro Silent Install Method - Protect Your CD
Astalavista replied to Astalavista's topic in Application Installs
------------- Updated!!! -- something wrong with the coding fixed. Fantastic program i just finish making my Autorun. Customize Buttons, Splash Background, and Password Security! Yahoo now i can protect my CDS from pirates Here is a very crude sample of the password protection. Download the TEST.rar when downloading from rapidshare u hv to WAIT 40 seconds until u see the file name appear at the bottom of the screen. Color RED MSFN for username and password after u enter the username and password click setup or exit u can also try typing an incorrect password -
how to get some icons to always hide?
Astalavista replied to lilweirddude's topic in Unattended Windows 2000/XP/2003
My method of removing stuff [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "Yahoo! Pager"=- -
Having trouble copying over Winntbbu.dll
Astalavista replied to Hazard666's topic in Unattended Windows 2000/XP/2003
lol good luck post your screenshot and let see what it looks like -
Amazon has it 64 dollars china has come out with a portable player similar to this one. I will be importing some to test
-
I just found this great tool called Autorun Pro http://www.longtion.com/autorunpro/ARPSetup40.exe it creates among other things AutoRun inf's, "well whats the big deal we can all make autorun.inf's." well this one makes PASSWORD protect Autoruns. When combined with hide Function - This could prove quite useful silent install method /Verysilent registration code is stored in C:\Program Files\Longtion\AutoRunPro\AutoRunPro.ini
-
i replaced notepad.ex_ with my own notepad.ex_ in i386 done. finito works good
-
arabic windows cool
-
Office Shrinker [reduce source of o2k3/xp/2k]
Astalavista replied to buckeyeXP's topic in Microsoft Office
LOL friend pls check the title of the thread u are in Office Shrink reduce of 02k3 /xp/2k LOL u must be far sighted. j/k -
Getting 3.3.5 ready.......
Astalavista replied to bonedaddy's topic in Windows Post-Install Wizard (WPI)
bonebaddy here is my working wpi.exe ... totally silent converted from my working wpi.cmd for cd or dvd install only with wpi being in cdrom\software\wpi\ wpi.rar -
[RegionalSettings] LanguageGroup=13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1 Language=00000409
-
Remove Shared Documents but keep individual ones ?
Astalavista replied to midiboy's topic in Unattended Windows 2000/XP/2003
i saw it in the regtweaks in the sticky look for it. -
if u are going to post a really long code it would be better to put it in a txt file zip it and post it. thanks welcome to msfn
-
Unattended.. Had some fun
Astalavista replied to gRoberts's topic in Unattended Windows 2000/XP/2003
try the new xplode it is fantastic! i just love it. -
nope i dont think that would work. It has been tried with no success in the past. hey! I love dell systems i hv a couple of the XPS and they still work ok. dont blame the machine... blame the one writing and preparing the code.
-
I dont know what to tell u i just tested MCT method again on another workstation and it installed all the fonts. and i just check with Office 2003 it recognizes all the fonts just did the sfx method.
-
Getting 3.3.5 ready.......
Astalavista replied to bonedaddy's topic in Windows Post-Install Wizard (WPI)
Is this correct? REM Determine the WPI startup path. REM If WPI should run off the CD the replace %dp0 with %CDROM%\PathToWPI set WPIPATH=%CDROM%\software\WPI\ echo WPI will run from %WPIPATH% it worked!!! REM Make WPI driectory the current directory for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO echo %%i: cd "%cdrom%\software\wpi" now to use my Quick Batch Compiler to make this baby totally silent. i hate the Cmd window. hate it!!! -
Getting 3.3.5 ready.......
Astalavista replied to bonedaddy's topic in Windows Post-Install Wizard (WPI)
I want to run this from a dvd I am getting errors I dont understand the color red statement. Can we pls hv some instructions? @ECHO OFF REM REM WPI startup something. REM REM Example, how to look for CDROM-drive. Must have a file called WIN51 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:\WIN51 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 echo %%i: cd "%cdrom%\software\wpi" REM Start WPI and wait for its end start /wait WPI.hta REM call any cleanup code here, or after this script. exit :end -
that sucks