Jump to content

Interface

Member
  • Posts

    46
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Kuwait

Everything posted by Interface

  1. Hi, I need a legal clarification regarding to Win XP Pro. My unattented CD was working very fine with all the applications.All my applications are properly licensed including winXP Pro. Then,, one of my friends intrested i it and he copied my CD for understanding the scrept and layout. Every think is normal.... Now my question is ,,, If he use my CD in his PC with all my applications which is licesed to me, Is there any legal problem for me?.Because I have myown oemlogo and and support information in it. my contact adress and Email are also included in it. If authority catch him do I have any legal problem because of my contact adress like teplephone, PO Box and Email in it? Please correct me
  2. I got one CD-Lock ... I will try latter this night ,,, lot of pending job.... CD-Lock
  3. Agreed but If I wrote on a Cd and any body can see the SFXexe file. Insert the CD rom .... Password Prompt .....Type Password.......Then Open The CD. If you try to Browse It should Prompt the Password... Please........
  4. http://unattended.msfn.org/xp/reference.htm ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended DriverSigningPolicy=Ignor ......................... .................... ...............
  5. Can I put a password to a CD rom ............ Like this,,,,, I have some confidential programs and I wanna write that on a CD rom and send across the sea,,,, I wanna lock the CD. When any body try to open the CD from any drive It Should ask the password with out the password it won't allow anybody to browse the CD... I have tsted some encription locking and password protection utilites,, all that can lock the files and folders but not CD rom.. Like Winzip, Winrar and Pc Security etc. These utilites need to be installed on the PC where you need to open this locked files or folders. Insert the CD rom .... Password Prompt .....Type Password.......Then Open The CD.
  6. Why this one is not working with me.... silently ,,,Please have a look....... I tried to edit the Abcpy.ini and Setup.ini with serial number Silently not working . Abcpy.ini [OEM Install] ISX_SERIALNUMBER= 1111-1111-1111-1111-1111-1111 USERNAME=Interface COMPANYNAME=Belive The Force ................. .................... Normal installation this code is working Iam getting the provided entries from abcpy.ini Setup.ini CmdLine=ISX_SERIALNUMBER=1111-1111-1111-1111-1111-1111 /qb-! SuppressWrongOS=Y ScriptDriven=0 ScriptVer=1.0.0.1 DotNetOptionalInstallIfSilent=N UI=1000 Product=Adobe Acrobat 6.0 Professional PackageName=AcroPro.msi ................. ........................... Setup .ini is not working either silently or normal ,,It is just giving me a progress bar and disappear. Any idea.........
  7. Finally I wrote a script to add printers remotely.... This is the code that I used for and is working fine..... addprn.vbs 'Adding printer Option Explicit Dim multiPrinter, UNCpath1, UNCpath2, UNCpath3 UNCpath1="\\INTERFACE\LEX632" UNCpath2="\\PRINTSERVER\PRN_SHAR_NAME" UNCpath3="\\PRINTSERVER\PRN_SHAR_NAME" Set multiPrinter= CreateObject("WScript.Network") multiPrinter.AddWindowsPrinterConnection UNCpath1 'multiPrinter.AddWindowsPrinterConnection UNCpath2 'multiPrinter.AddWindowsPrinterConnection UNCpath3 'Make Setdeafult Dim objPrinter Set objPrinter = CreateObject("WScript.Network") objPrinter.SetDefaultPrinter "PRINTSERVER\PRN_SHAR_NAME" WScript.Echo "By: Belive The Force!" WScript.Quit ' End of Script First part of this will map the specified network shared printer and the rest will make maped one as deafult. You can add this WHS script to the users logon script or users can run this ( if users have rights). You can also use this script to add printer for locally connected, (LPT1/USB) shared printers.( I tested ) You can also use multiple shares for single user by specifing the UNCpath of the printer as UNCpath1...2....3... etc.(I tested) You can also use this script in Active Ditactory (Domain) environment.(I tested) Thanks Jdoe for giving me idea to write this script.
  8. your right ....... i tried the link on your post but to see the solution need a membership I don't have that.,........... I will try to get that thanks jdoe....
  9. I know that lexmark is having a utility to install printers on multiple clients but we are using it also but there is some security problem in our network with this program. that is why we are looking for altranative.......
  10. If it sounds like that ,, then I would have ask trhat tfrom the begening of this post as Can somebody write a script for me???????? I know that it is not as simple as that ....... that is why I am here for help...
  11. Fine... I DOWNLOADED AUTOITv3. it is good... now I have many questions ....!!!!!!!!!! 1.how can I write a script to invoke the add printer button on the client fron the serve?. 2.how can I fellowup with the screen of clinet system to conplete the printer installation? Please give me some idea...to start write a script...
  12. how can I write a script???????????? Can you help me.... we have only three type of printers Lexmark 614, HP4200 and lexmark2400 so puting a driver on acd is not a problem. All clients are Winxp pro and server is win2k3.
  13. How can I add printers remotely to the client mechian .Is there any utility ? or how can I write a script for that. I have a Domain and print server .I have 40 printers anong 27 are lexmark and other hp.All are connected to the network.I alloctate all these printers to different departments.I jut wanna add these printers remotely to the respective clients.I have 1000 clients. Sorry to say this ,, Now Iam adding printers maunlly by going to eatch client.... please help..
  14. HI,, How can I Put all my system information on my desktop (as wallpaper) like ipadress,computername, domain, processor ,memory etc....I mean a list of system inventory on the system desktop at a glance....for Network administrator. Is there any utility ,, I prefer reg teweak
  15. I tried your reg file as it is on a regfile but it is not working . I copyed my image (wallpaper.bmp) in C:\WINDOWS\Resources\Themes\wallpaper.bmp. then merge the regfile which I created. wallper.reg Qestion: why "Wallpaper"="C:\\Windows\\Resources\\Themes\\wallpaper.bmp? I mean why \\ (double backslash) \ is not enough? Can you Explain?...
  16. http://www.webroot.com/wb/downloads/index.php Please... try...
  17. How can I install webroot Spy Sweeper 2.1 Silently..I am looking for the silent installation switch for this program... I wanna add this to my unattented XP CD...
  18. I manage to install winzip9 with the same command (REG ADD ) by calling a .cmd file . Entries in my Runonce.exe: REG ADD %KEY%\040 /VE /D "WinZip 9 Full" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\WINZIP.cmd" /f My winzip.cmd ECHO. ECHO Please wait... start /wait %systemdrive%\"Program Files"\WinZip\WINZIP32.EXE /notip /autoinstall echo. It works fine BUT Form ,%Porgram Files% I can't.... Best regards.
  19. Sorry....... Its my typing mistake,,,,, I tried that.... not working REG ADD %KEY%\020 /V 1 /D "%Programfiles%\winzip\winzip32.exe" /notip /autoinstall /f It was giving a error like
  20. That's Correct and The Same code was working with me too. But it is a batch file under [Gugirunonce ] I am trying from runonceex with REG ADD REG ADD %KEY%\020 /VE /D "Winzip 9 Full" /f REG ADD %KEY%\020 /V 1 /D "%Programfiles%\winzip\winzip32.exe /notip /autoinstall" /f Its i belive there is a problem with ""(quotes) in %Program Files% or some thing like that.
  21. I have created my unattented XP CD ,,,Winzip is a bug now ....Iam using runonceex, REG ADD %KEY%\020 /VE /D "Winzip 9 Full" /f REG ADD %KEY%\020 /V 1 /D "%Programfiles%\winzip\winzip32.exe /notip /autoinstall" /f REG ADD %KEY%\030 /VE /D "Microsoft Hotfixes and Patches" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Hotfix\KB823980.exe /q /u /o /n /z" /f REG ADD %KEY%\030 /V 2 /D "%systemdrive%\install\Hotfix\KB835732.EXE /q /u /o /n /z" /f REG ADD %KEY%\020 /VE /D "Real One Player V2 Gold" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\Real1\Real1r2G.exe -s" /f REG ADD %KEY%\025 /VE /D "MSN Messanger 6.2" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Applications\MSN\MsnMsgs.msi /QB" /f I use $progs to copy winzip diractory cmdlines.txt for runonceex Cmdlines.txt [COMMANDS] "REGEDIT /S winzipr.reg" "RunOnceEx.cmd" After installation, all other application are instlling fine only Winzip , I can see winzip diractory under Program files but not installting please help me
×
×
  • Create New...