hey, i have downloade the canon i250 printer drivers no can i put the into folder 003_printer and do something like i did with drivers from cd method or drivers via winnt.sif tnx
how could i make something like @CDrom?? for egzample: FileCopy("C:\soft\copy\Nero Burning ROM.lnk", @DesktopDir & "\") how could i cange the C:\ into cdrom
I have read the notes and it seems a little to hard for me to understand, but @DigeratiPrime has given me the easyiest way(i think) to create shortcut, just copy the .lnk file to the \XPCD\$OEM$\$Docs\Administrator\Desktop I only need to modify the target of the link from E:\Program Files\Ahead\Nero\nero.exe to %ProgramFiles%\Ahead\Nero\nero.exe this should work, right?
can teach me how to put the shortcut, for egzample nero burning rom.lnk on the desktop while the desktop isn't started,maybe it can be done with runonceex.tnx
can i make this o ntunonceex.cmd REG ADD %KEY%\020 /VE /D "F-prot 3.16b lite" /f REG ADD %KEY%\020 /V 1 /D "%PP%\f-prot.exe /INSTALLDIR=&ProgramFiles&\F-Prot" /f
I created setup.iss file and there a line szDir=E:\Program Files\FSI\F-Prot and i don't want the "E:\" i want something like %ProgramFiles%, but when i write %ProgramFiles% windows doesn't understand whats that, so my question how could i change it??
in the file infnswr.txt there are these lines, do they have anything to do to the intel motherboard? [ComputerSettings] PowerScheme=Presentation [Branding] BrandIEUsingUnattended=Yes [Networking] InstallDefaultComponents=Yes [NetAdapters] Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetClients] MS_MSClient=parama.MS_MSClient [NetServices] MS_SERVER=params.MS_Server [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] DNS=Yes UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSelections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions=0
what should I do with this folder, if i want to put in the $OEM$\$1\Drivers\000_chipset should i put these files to the xp folder, or should i leave them where thay are.tnx
hey, I'm trying to copy file to other directory, but I'm getting an error, here is my code: FileCopy("D:\Documents and Settings\Admin\Desktop\Vypress\VyChat.exe", "%systemdrive%\Program Files\Vypress Chat\" [, 1] ) what did I did wrong?