
neo_3333
MemberContent Type
Profiles
Forums
Events
Everything posted by neo_3333
-
I was just wondering if anyone know whether enviroment variables (such as %systemdrive% or %programfiles%) can be used in the install path of installshield installs, setup.iss ?
-
Hey mazin, Can a path to winamp.exe in the winamp.js be specified and with an enviroment variable ?
-
Thanks alot mazin
-
Thanks mazin, One question. How would I include the sleep function in your winamp.cmd into the inf ?
-
mazin, Do you have to use a batchfile to execute this selectable feature for winamp install? Can you use a inf file instead, mazin ?
-
Do you have to use a batchfile to use this selectable feature for winamp install? Can you use a inf file instead, mazin ?
-
Did you hypens in the serial ? You can backup your security settings in the preferences tab under overview. I will save you settings in a *.xml file which should work with a new install if you use the switches I provided earlier.
-
I've found that when there are interior quotes like above, one additional quote (") to make it ("") is good enough and I've seen this done in the old win95 powertoys infs. For example, Command line ie. batch some.exe /s /v"/qn REBOOT=SUPRESS" When using runonceex throught reg add some.exe /s /v\"/qn REBOOT=SUPRESS\" When using inf some.exe /s /v""/qn REBOOT=SUPRESS"" This syntax is inside the quotes which denotes it as a string. Hence, HKLM,"%RunOnceEx%\0101",1,,"some.exe /s /v""/qn REBOOT=SUPRESS"""
-
Hi Everyone, I've found some switches for ZoneAlarm which seems to allow you to add your licence key and your config file. Not sure it'll work. I'm going to it myself [PATH_to_exe]\zasetupXX_XXX.exe /s /i /noreboot /lickey lwqe95jkdghb03... [PATH_to_config_file]\config.xml The "/lickey" switch allows you to specify your license key; separate the switch from the key with a space. Leave another space after the key if you're going to use a configuration file. I works with some of ZoneLabs the other products
-
WINNT.sif Creator NOT WORKING. (HELP)
neo_3333 replied to mirza's topic in Unattended Windows 2000/XP/2003
Where can you get .NET framework, Alanoll ? -
Thanks Alanoll & MCT
-
MCT, Is there any reason you would use double slash instead of single for paths ? ie. Is there a difference or does it matter which you use ?
-
I've decided to use inf file for my reg. tweaks and I was just wondering what's the difference between the two syntax below. Can someone clarify this for me ? %ProgramFiles%\\Utilities\\Rename Master\\RenameMaster.exe \"%1\" and %ProgramFiles%\Utilities\Rename Master\RenameMaster.exe \"%1\" What's the diff when dealing with reg and inf files? Why double backslash ? Also can someone please confirm whether this correct ? .reg [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Window_Placement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,00,00,00,00,00,00,00,00,80,04,00,00,60,03,00,\ 00 if I can to .inf, is this correct ? HKCU,Software\Microsoft\Internet Explorer\Main,"Window_Placement",0x00000001,"2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,\ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,00,00,00,00,00,00,00,00,80,04,00,00,60,03,00,\00" Thanks in advance
-
Could someone please confirm whether this correct ? .reg [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Window_Placement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,00,00,00,00,00,00,00,00,80,04,00,00,60,03,00,\ 00 .inf HKCU,Software\Microsoft\Internet Explorer\Main,"Window_Placement",0x00000001,2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,\ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,00,00,00,00,00,00,00,00,80,04,00,00,60,03,00,\00"
-
Could someone clarify this for me ? %ProgramFiles%\\Utilities\\Rename Master\\RenameMaster.exe \"%1\" and %ProgramFiles%\Utilities\Rename Master\RenameMaster.exe \"%1\" What's the diff when dealing with reg files? Why double backslash ?
-
Run Installations From Cd/dvd
neo_3333 replied to GurliGebis's topic in Unattended Windows 2000/XP/2003
Can anyone else help me ? -
Run Installations From Cd/dvd
neo_3333 replied to GurliGebis's topic in Unattended Windows 2000/XP/2003
I was just wondering how you would introduce the %cdrom% variable into RunOnceEx in a inf format to install apps from cd? -
Can someone please me tell how the ramdisk prog found in the Win 98 boot disk or in others works ? What option are there and how can I create a ramdisk with my own settings ? Is there a better way of creating ramdisk ? (ie. a program ?)
-
ArmyDoc Is there any part of your multi-boot which set the %cdrom% variable ? If so, is it permanent ?
-
Hi Everyone, I'm making multi-boot DVD myself too. I planned to include Win98SE later and I've been reading the 98SE guide on http://flyakite.msfnhosting.com/. I am just wondering whether the boot image created from the boot disk will find the setup files or even the disc because according to http://members.ozemail.com.au/%7Erossstew/drs/sec3.html#bk32, the findcd.exe in the boot disk will set the %CDROM% variable by checking where \WIN98\SETUP.EXE exist and in the orginal 98 SE cd it exist in the root of the cd. In the case of a multi-boot DVD, it's in a different directory. If I am right then, the it will not setup Win 98SE because the %cdrom% is not properly set.
-
Acronis OS Selector Rescue Disks for the boot manager requires three floppies and so does the MS-DOS 6.22 installation. With both I had a look it at the auotexec.bat files and there is nothing which refers to the second or third disk.
-
How would add the third, forth disks and so on into the image ? Isn't the max 2.88 mB ?
-
Acronis OS Selector Rescue Disks (3 Disks) or even DOS installation disks. How can you add them ?
-
Partition Magic 8 can be added to a multi-boot DVD by injecting the second disk image into the first. But how can I add tools which ask you to insert the second, third or so on disk after booting from first disk and/or have more than two disk ? Could someone help me ?