Content Type
Profiles
Forums
Events
Everything posted by glent
-
Installing opera7 + settings silent of guirunonce
glent replied to tume2's topic in Application Installs
First register u key then in C:\Program Files\Opera a file called OUsr600.dat is created thsi is your serial so unnatended i use a SFX to extract it into the oper folder after install heres the cooment if u need it ;The comment below contains SFX script commands Path=C:\Program Files\Opera SavePath Silent=1 Overwrite=1 -
\o/ thanks very much
-
Hi I have usiing WPI for a while now and decided to change the way i install my apps by using the %CDROM% command in WPI so now all my apps are In Root>Software All the EXE and MSI file work just fine from CD but the few apps i have made.vbs file for say the cant find the file heres an example Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run ("%systemdrive%\Install\applications\Burning\Alc\setup.exe /qn REBOOT=REALLYSUPPRESS") WScript.Sleep 19000 WshShell.SendKeys "{TAB}" WScript.Sleep 1000 WshShell.SendKeys "{ENTER}" WScript.Sleep 10000 WshShell.SendKeys "{ENTER}" WScript.Quit Works fine but when i switch to Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run ("%CDROM%\software\applications\Burning\Alc\setup.exe /qn REBOOT=REALLYSUPPRESS") WScript.Sleep 19000 WshShell.SendKeys "{TAB}" WScript.Sleep 1000 WshShell.SendKeys "{ENTER}" WScript.Sleep 10000 WshShell.SendKeys "{ENTER}" WScript.Quit I get erros saying it error on line 2 "cant find file" but all exe and MSI files lauch fine from WPI so what do i add to make them work? thnx for your time
-
thanks
-
Follow simonsays guide here http://www.msfn.org/board/index.php?showtopic=29486&hl=nero
-
Ive not heard much about version C is it stable?
-
Few Start Menu Items not affected in cleanup...
glent replied to durex's topic in Unattended Windows 2000/XP/2003
That code wrks form me Via WPI cant see anything wrong -
Ntfs.sys Missing or corrupt
glent replied to Mizzl232Mike's topic in Unattended Windows 2000/XP/2003
I had this problem a while back remaking the ISO corrected the problem :)make sure ur using thr latest version of Ntlite -
yes edit your setup.exe I have only modded the text though
-
cant find a working link sounds cool to
-
WPI_2.7_Final by the Brain & Gresh
glent replied to bishooman's topic in Windows Post-Install Wizard (WPI)
pm sent -
WPI_2.7_Final by the Brain & Gresh
glent replied to bishooman's topic in Windows Post-Install Wizard (WPI)
thank you so much ooops well i did that but the script errors are still there -
WPI_2.7_Final by the Brain & Gresh
glent replied to bishooman's topic in Windows Post-Install Wizard (WPI)
ive tried various version of WPI and i rceive the same message for all javascript errors etc here my config //Application Options: // tooltip style //Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlig n, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor] Style[0]=["black","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,1,0,"",""] // Each application has nine parameters. These are: var prog=[]; // Program Name var desc=[]; // A description var cmd1=[]; // drive + Command Line 1, drive = 'systemdrive' or 'cdrom' or 'programfiles' or 'windir' or '' var cmd2=[]; // drive + Command Line 2 var cmd3=[]; // drive + Command Line 3 var regb=[]; // b=befor installing the application var rega=[]; // a=after installing the application var dflt=[]; // Whether it's a default option. If it's not yes, then it will assume no var forc=[]; // Force installation of application even if not Checked var cons=[]; // installation constraint, list of 2 strings, &&ed // e.g. cons[x]=['%systemdrive%','C:\\'] is expression ('%systemdrive%'=='C:\\') // which gets further evalued to ('C:\\'=='C:\\') // especially useful for installatione generated with InstallRite // if expression result gives FALSE then program not shown and not selectable var cat=[]; // category var ordr=[]; // [number], install order // order by definition in config, if not set // same order position is possible. if 2 progs have the same // order position, they'll be sorted by name //Other options var language; //language setting, see lang.js var load_checks; //Loading which boxs are checked: // loading with ('default' or 'all' or 'none') of the boxs checked var ReallyForce; //Really Force Option // Set Force install of applications even if exit button is pressed. //Timer: var timer; // turn the timer on or off var secs; // set the timer interval in sec max 3600 var discPath; // cdrom will return "drive letter of cdrom"(x:\) or "x:\i386\ // use 'root' if installing applications directly from CD/DVD while // applications is placed in a folder at the root of the disc. var numCols; // number of maximum columns to show in 1024 mode var sorting; // indicate if category/name sorting shall be used var sortorder; // sort categories according to sortorder if given var FiltersEnabled; // if your not going to use transitions or filters in any of the tips set this to 0 var debugOn = 0; // (0/1) for testing purposes only. //--------------------------------------------------------------------------------------------- // Your settings here ... //--------------------------------------------------------------------------------------------- language='en'; //[text] en, de, fr, it, nl, no timer='on'; //('on' | 'off') secs=90; //(0====>3600) load_checks='all'; //('default' | 'all' | 'none') ReallyForce='no'; // ('yes' | 'no') discPath=''; // ('' | 'root'), not used, when using %xxx% in path numCols=""; //number of columns to use in >=1024 mode, if left out //it will be calculated according to max. resolution sorting=true; //turn sorting on (true) or off (false) sortorder=['System','Tools','Office']; //predefined category sort order //not all categories must be given //missing categories will be appended at the end //of this list according to their appearance FiltersEnabled=0; // transitions for tooltips (0|1) //--------------------------------------------------------------------------------------------- // Reference ... prog[0] won't be used. It's just an example //--------------------------------------------------------------------------------------------- pn=0 // start value vor prog numbering prog[pn]=['ProgramName'] desc[pn]=['Description'] regb[pn]=['Drive','Registry Key Path'] cmd1[pn]=['Drive','CommandLine 1'] cmd2[pn]=['Drive','CommandLine 2'] cmd3[pn]=['Drive','CommandLine 3'] rega[pn]=['Drive','Registry Key Path'] dflt[pn]=['no'] forc[pn]=['false'] cat[pn]=['Appllication Category'] ordr[pn]=[0] pn++ //--------------------------------------------------------------------------------------------- // Your programs here ... //--------------------------------------------------------------------------------------------- prog[pn]=['Microsoft Office 2003'] desc[pn]=['Installs Microsoft Office 2003 Professional. <i>Recommended</i>'] cmd1[pn]=['c:\\install\\office.cmd'] dflt[pn]=['yes'] cat[pn]=['Office'] pn++ prog[pn]=['.Net Framework 1.1+SP1'] desc[pn]=['Installs Microsoft .Net Framework 1.1+SP1. <i>Recommended</i>'] cmd1[pn]=['c:\\install\applications\\XP\netfxsp1.exe'] dflt[pn]=['no'] cat[pn]=['Updates'] pn++ prog[pn]=['Media Player 10'] desc[pn]=['Installs Microsoft Media Player 10. <i>Recommended</i>'] cmd1[pn]=['c:\\install\applications\\XP\\MP10Setup.exe /q:A /c:\setup_wm.exe /Q /R:N DisallowSystemRestore\'] dflt[pn]=['yes'] cat[pn]=['Updates'] pn++ prog[pn]=['.Messenger 6.2'] desc[pn]=['Installs Microsoft Messenger 6.2. <i>Recommended</i>'] cmd1[pn]=['c:\\install\applications\\XP\ms62\MsnMsgs.msi /QB'] dflt[pn]=['yes'] cat[pn]=['Updates'] pn++ prog[pn]=['Alcohol 120% 1.92 Retail'] desc[pn]=['Ideal for DVD and Games.'] cmd1[pn]=['c:\\install\applications\\BURNING\\alc\\a120.vbs /qn'] dflt[pn]=['yes'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['DVD Decrypter 3.5.1.0'] desc[pn]=['A must have, For DVD Ripping.<i>Recommended</i>'] cmd1[pn]=['c:\\install\applications\\BURNING\\dvd\\SetupDVDDecrypter_3.5.1.0.exe /S'] dflt[pn]=['yes'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['DVD Shrink 3.2.0.15'] desc[pn]=['Shrink down over sized DVD's'] cmd1[pn]=['c:\\install\applications\\BURNING\\dvd\\SetupDVDDecrypter_3.5.1.0.exe /S'] dflt[pn]=['no'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['Iso Buster 1.6'] desc[pn]=['Extract mpegs from Bin files.'] cmd1[pn]=['c:\\install\applications\\BURNING\\iso\IsoBuster.exe /S'] dflt[pn]=['yes'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['Nero Burning ROM 6.3.1.25'] desc[pn]=['All in one burning suite.'] cmd1[pn]=['c:\\install\applications\\BURNING\\nero\\nero6601.exe'] dflt[pn]=['no'] cat[pn]=['CD & DVD'] pn++ prog[pn]=['AviSynth 2.5'] desc[pn]=['Essential for Encoding .'] cmd1[pn]=['c:\\install\applications\\VIDEO\as\AviSynth_255.exe /S'] dflt[pn]=['no'] cat[pn]=['Video'] pn++ prog[pn]=['CCE 2.67'] desc[pn]=['High Quaility encoder Ideal for SKVCD\KDVD.'] cmd1[pn]=['c:\\install\applications\\VIDEO\\cce\\CCESP267.exe'] cmd2[pn]=['c:\\install\applications\\VIDEO\\cce\\pachingcce.exe'] dflt[pn]=['Video'] pn++ prog[pn]=['Diko 0.77'] desc[pn]=['Divx In KDVD Out 1 clcik software.'] cmd1[pn]=['c:\\install\applications\\VIDEO\\diko\\DIKOSetup.exe /Verysilent /sp-'] dflt[pn]=['Video'] pn++ //--------------------------------------------------------------------------------------------- // End of programs list. //--------------------------------------------------------------------------------------------- I would really appreciat some help on this error reported are: untermanated string constant line 106 secs in undefined line 108 filters enabled is undefiend line 79 debug on is undefined line 158 launaguge is unefined line 11 timer is undefind ine 262 timer is undefind ine 269 timer is undefind ine 275 launaguge is unefined line 11 sorting is undefined line 156 -
WPI_2.7_Final by the Brain & Gresh
glent replied to bishooman's topic in Windows Post-Install Wizard (WPI)
im try to download from here http://members.aon.at/equinox/wpi/ but download link is donw can some send me it please EDIT had to turn off protowall to acess .all ok now -
WPI_2.7_Final by the Brain & Gresh
glent replied to bishooman's topic in Windows Post-Install Wizard (WPI)
im here to ask the same question -
thanks for this
-
use resource tuner to extract all files for original and add em into the new one thats the only way i believe
-
xp style silver color scheme unattended
glent replied to haysdad's topic in Unattended Windows 2000/XP/2003
will try now ..thanks -
xp style silver color scheme unattended
glent replied to haysdad's topic in Unattended Windows 2000/XP/2003
I also have a theme (crystal ) and it has 4 colour schemes each with different startmenus i was about to post a similar thread -
The Best Way to make multi RUNONCEEX.CMD
glent replied to The Black Cloud's topic in Unattended Windows 2000/XP/2003
great guide BUT cmd2exe is a trial version and the exe's created only work for 1 day then they will not work after that so is there an alternative software? EDIT I found batch file compiler and it works fine -
ive tried the reg methoid but ti didnt work id aprpeciate another method please
-
Unattended winXP on DVD: same as CD?
glent replied to ramik's topic in Unattended Windows 2000/XP/2003
yep no difference @all burn the iso the same way -
dont stress BtS its well worth the wait
-
just a did a fresh install using many tweaks from this thread ill double check to see if it is the above tweak causing it characters are like this [] [] [] [] [] r instead of My computer EDIT: yes I can confirm that was the cause..all ok without that tweak in my new install