
koszopal
Content Type
Profiles
Forums
Events
Posts posted by koszopal
-
-
i've added the RunWPI.exe to cmdlines.txt that thats all and didnt worked
and this script works
but i got another issue does ordering works ?
ive got here config like that
//---------------------------------------------------------------------------------------------// Reference ... prog[0] won't be used. It's just an example.
// Look in program.js to see explanation of these properties.
//---------------------------------------------------------------------------------------------
// pn=0; // start value for prog numbering
// prog[pn]=['ProgramName'];
// ordr[pn]=[0];
// desc[pn]=['Description'];
// uid[pn]=['APP1'];
// dflt[pn]=['no'];
// cat[pn]=['Application Category'];
// forc[pn]=['false'];
// configs[pn]=['List of configs to be auto checked. Comma seperated'];
// deps[pn]=[];
// excl[pn]=[];
// cond[pn]=['Javascript Conditional Statement'];
// gcond[pn]=['Javascript Conditional Statement to gray item'];
// regb[pn]=['Registry Key Path'];
// cmd1[pn]=['CommandLine 1'];
// cmd2[pn]=['CommandLine 2'];
// cmd3[pn]=['CommandLine 3'];
// cmd4[pn]=['CommandLine 4'];
// cmd5[pn]=['CommandLine 5'];
// cmd6[pn]=['CommandLine 6'];
// cmd7[pn]=['CommandLine 7'];
// cmd8[pn]=['CommandLine 8'];
// cmd9[pn]=['CommandLine 9'];
// cmd10[pn]=['CommandLine 10'];
// rega[pn]=['Registry Key Path'];
// picf[pn]=['Picture File'];
// picw[pn]=['Width'];
// pich[pn]=['Height'];
// textl[pn]=['Text Location'];
// pn++;
//---------------------------------------------------------------------------------------------
// Your programs here ...
//---------------------------------------------------------------------------------------------
pn=1;
prog[pn]=['APP1'];
ordr[pn]=[1];
uid[pn]=['APP1'];
dflt[pn]=['no'];
cat[pn]=['Applications'];
forc[pn]=['no'];
excl[pn]=['APP5'];
cmd1[pn]=['"%root%\\INSTALL\\APP1.exe"'];
pn++;
prog[pn]=['APP2'];
ordr[pn]=[3];
desc[pn]=['APP2'];
uid[pn]=['APP2'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%root%\\INSTALL\\APP2.exe"'];
pn++;
prog[pn]=['APP3'];
ordr[pn]=[4];
uid[pn]=['APP3'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%root%\\INSTALL\\APP3.exe"'];
pn++;
prog[pn]=['FIX3'];
ordr[pn]=[6];
desc[pn]=['FIX3'];
uid[pn]=['FIX3'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%root%\\INSTALL\\FIX3.exe"'];
pn++;
prog[pn]=['APP4'];
ordr[pn]=[5];
uid[pn]=['APP4'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%root%\\INSTALL\\APP4.exe"'];
pn++;
prog[pn]=['APP5'];
ordr[pn]=[2];
uid[pn]=['APP5'];
dflt[pn]=['yes'];
cat[pn]=['Applications'];
forc[pn]=['no'];
excl[pn]=['APP1'];
cmd1[pn]=['"%root%\\INSTALL\\APP5.exe"'];
pn++;
prog[pn]=['APP7'];
ordr[pn]=[7];
desc[pn]=['a'];
uid[pn]=['APP7'];
dflt[pn]=['no'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%root%\\INSTALL\\APP7.exe"'];
pn++;
prog[pn]=['APP8'];
ordr[pn]=[8];
desc[pn]=['b'];
uid[pn]=['APP8'];
dflt[pn]=['no'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%root%\\INSTALL\\APP8.exe"'];
pn++;
prog[pn]=['APP9'];
ordr[pn]=[9];
desc[pn]=['c'];
uid[pn]=['APP9'];
dflt[pn]=['no'];
cat[pn]=['Applications'];
forc[pn]=['no'];
cmd1[pn]=['"%root%\\INSTALL\\APP9.exe"'];
pn++;
//---------------------------------------------------------------------------------------------
// End of program definitions ...
//---------------------------------------------------------------------------------------------
and i chosed to install APP2,APP3,APP4,APP5,APP7 and it started to runs installation in this order3
not it should be install in order APP7,APP2,APP3,APP5,APP4
-
i removed RunWPI.exe and used this which uses nlite.cmd
for /f "tokens=3" %%i IN ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup /v "SourcePath" ^| findstr "REG_SZ"') do set SOURCE=%%i%SOURCE%\WPI\WPI.hta
and worked
koszopal
-
hi
RunWPI.exe runned from cdrom via cmdlines.txt set registry key to C:\WPI\WPI.hta
as it should set to CDROM drive and then \WPI\WPI.hta
koszopal
-
got same error
koszopal
Ps ive run on installed clean OS RunWPI.exe (downloaded ) from cdrom $OEM$\RunWPI.exe
and guess what he doing it creating at RunOnceEx 1 key for WPI running but !!
value of this key is "C:\WPI\WPI.hta" !!
i think it should write there %CDROM%\WPI\WPI.hta ?
koszopal
-
im interested
-
hi
did u plan to add support for BartPE ?
koszopal
-
-
hmm u can try build bartpe + bts driverpacks im sure it ll be working
koszopal
-
-
check on bartpe forum
koszopal
ps tip search more then 30 days
-
did u looked at bartpe forum ?
here is a jap lang plugin maybe it help you http://bartpe.nobody.jp/make.html
koszopal
-
hi
here is problem :
1) at windows 2003 is a directory for example "tmp" shared for all users with all properties except "full controll"
2) client at windows 2000/xp has got this dir. maped as a drive dor example Y:
3) when client open a ms dos windows (cmd) and at this dir write for example :
dir * > test.txt has got error : "A device attached to the system is not functioning"
Dunno what to do with this error or what to check whats wrong
koszopal
-
check a little lower Member Contributed Projects->DriverPacks General Discussion
koszopal
-
nice
koszopal
ps did you add option to add BartPE ? it would be greate to have option for this
-
go to pebuiler site and read there
check for example a penetcfg plugin
koszopal
-
or go to www.nu2.nu/pebuilder or to forum www.911cd.net/forums/
koszopal
-
check this topic maybe its help you a little
http://www.911cd.net/forums/index.php?showtopic=10830&hl=
koszopal
-
@pauledavey
check this topic
http://www.911cd.net/forums/index.php?showtopic=9685
and this
http://www.911cd.net/forums/index.php?showtopic=10445
koszopal
-
hmm i think i ve read on bart pe forum ab. bartpe in memory
koszopal
-
go to GM site and read
koszopal
-
@gpedrosa
You could try without any drivers i mean without drivers in OEM.. Path hmm maybe without TXTSETUP.OEM too ?
Try just pure XP with SP2
koszopal
-
many
for example regsnap
just use google and search there
reg snapshot
koszopal
-
still 404
(
-
So what you are trying to do is create a cd that will patch an already installed machine, not create a slipstreamed cd that is used to completely reinstall a new machine?
go here
and read
koszopal
Server 2008 Setup Passord Policy
in Windows Server
Posted
7 letters, 1 number and 1 special char & , worked for me