Jump to content

minusbfold

Member
  • Posts

    43
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Posts posted by minusbfold

  1. Hi all I need some help I have a user here at my company that his computer crashed I have his hard drive with me here but he says he had a personal address book when we tell users to use contacts but he is senior management so he does what he feels like doing. Long story short is how do i get the personal address book off of the hard drive??? Dont know how to export it or what the file name even is. If anyone could help that would be great thanks.

  2. But I want them to go silent ye know dont want them to go though having to click next. The reason im doing this is cause some of my Pc's here at my work have there own licence here with them and i dont wana make a custom DVD for every computer but atleast could get it so all the updates could be put on there

  3. My XP CD is almost done but there is a few things I cannot figure out if anyone could help me.

    -Unlocking the taskbar

    -Useing Small Icons on the taskbar

    -I want to uncheck "use personalized menus"

    -I want to put Excel,Word,Outlook and power point on the desktop

    Also want to do a silent install with cisco VPN client 4.8

    If anyone can help me with these issiues i would really appreacte it

  4. I need some help... I added most of the critical updates into my XP unattended CD but I want to add the rest of these updates into it but I already used nlite for the critical ones. I don’t know how to do these manually so they will all go in. Could someone help me...?

    Here is a list of the updates I want on my CD also.

    Cumulative Security Update for Outlook Express for Windows XP (KB911567)

    Security Update for Windows XP (KB908531)

    Cumulative Security Update for Internet Explorer for Windows XP (KB912812)

    Security Update for Windows XP (KB911562)

    Security Update for Windows Media Player 10 for Windows XP (KB911565)

    Windows Malicious Software Removal Tool - April 2006 (KB890830)

    Security Update for Windows XP (KB905749)

    Microsoft GDI+ Detection Tool (KB873374)

    Security Update for Windows Messenger (KB887472)

    ----------------------------------------------------------------------------------

    Office Updates

    Update for Outlook 2003 Junk Email Filter (KB914454)

    Office 2003 Service Pack 2

    Update for Office 2003 (KB907417)

    ------------------------------------------------------------------------

    Software Optional

    Update for Windows XP (KB904942)

    Microsoft .NET Framework 2.0: x86 (KB829019)

    Microsoft Base Smart Card Cryptographic Service Provider Package: x86 (KB909520)

    Windows Media Connect 2.0 (KB909993)

    Update for WMDRM-enabled Media Players (KB891122)

    Windows Media Player 10

    Update for Windows XP (KB900930)

    Update for Windows XP (KB896344)

    Microsoft .NET Framework version 1.1

  5. Anyone know how to install cisco VPN /silent?

    REG ADD %KEY%\006 /VE /D "Cisco VPN" /F
    REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\Applications\CiscoVPN\setup.exe /SILENT" /F

    thats what i got know it doesnt work anyone could help me out that would be great thanks.

  6. Weird thing happening my custom DVD installs OS and my apps but when it gets to Microsoft Office it says "starting set up for microsoft office" I have my *.mst file all set up the way i like it. Then it goes right into windows with nothing installed i dont understand it.

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Advantage ESM Application Installations" /F

    REG ADD %KEY%\001 /VE /D "Adobe Reader" /F
    REG ADD %KEY%\001 /V 1 /D "C:\install\AdbeRdr707_en_US.exe /S /v/qn" /F

    REG ADD %KEY%\002 /VE /D "Spybot" /F
    REG ADD %KEY%\002 /V 1 /D "C:\install\spybotsd14.exe /VERYSILENT" /F

    REG ADD %KEY%\003 /VE /D "Macromedia Flash Player-Shockwave Player" /F
    REG ADD %KEY%\003 /V 1 /D "C:\install\mm_fl_sw_installer.exe /S" /F

    REG ADD %KEY%\004 /VE /D "Ultra VNC" /F
    REG ADD %KEY%\004 /V 1 /D "C:\install\UltraVNC-101-Setup.exe /SILENT" /F

    REG ADD %KEY%\005 /VE /D "Microsoft Office 2003" /F
    REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=C:\xpcd\$OEM$\$1\install\Applications\Office2003\unatended.mst /qb-

    I've also tried it like this

    REG ADD %KEY%\005 /VE /D "Microsoft Office 2003" /F
    REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=unatended.mst /qb-

    and it does the same thing anyone have an idea for me?

  7. Thanks I just did and it installs fine.

    My other issue is office it comes up now like it wants to install then it goes right into windows with nothing installed I think i have the code reg right just need to edit do somthing difernt i guess.

    REG ADD %KEY%\005 /VE /D "Microsoft Office 2003" /F
    REG ADD %KEY%\005 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb" /F

  8. First I want to say thanks for everyone who has helped me I finally unserstand a good amount of it thanks to this forum.

    But my question is Windows Launches and my silent apps go fine until it gets to flash and shockwave they start to install silent and then flash says.

    "directory not found c:\windows\system32\macromedia\flash ??"

    Then it asks me to click install so i click install and it works fine.

    Then Shockwave asks me if i want to install yahoo then i click no and it insalls fine.

    Then when I get to office 2003 I set up the unatended.mst it comes up and says

    "office source folder cannot be located or is corrupt" once im in windows i can insall it from the files it copied over to the c:\install\applications\office2003 without a problem. Anyone run into this.

    Here is my code below

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Application Installations" /F

    REG ADD %KEY%\001 /VE /D "Adobe Reader" /F
    REG ADD %KEY%\001 /V 1 /D "C:\install\AdbeRdr707_en_US.exe /S /v/qn" /F

    REG ADD %KEY%\002 /VE /D "Spybot" /F
    REG ADD %KEY%\002 /V 1 /D "C:\install\spybotsd14.exe /VERYSILENT" /F

    REG ADD %KEY%\003 /VE /D "Macromedia Flash Player" /F
    REG ADD %KEY%\003 /V 1 /D "C:\install\install_flash_player.exe /qb" /F

    REG ADD %KEY%\004 /VE /D "Macromedia Shockwave Player" /F
    REG ADD %KEY%\004 /V 1 /D "C:\install\Shockwave_Installer_Full.exe /qb" /F

    REG ADD %KEY%\005 /VE /D "Ultra VNC" /F
    REG ADD %KEY%\005 /V 1 /D "C:\install\UltraVNC-101-Setup.exe /SILENT" /F

    REG ADD %KEY%\006 /VE /D "Microsoft Office 2003" /F
    REG ADD %KEY%\006 /V 1 /D "C:\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb" /F

    I was also thinking in this code above I might want to have office come right off the CD instead dunno if thats a good idea or not

  9. Got a question?

    I created a batch file so Office 2003 Would launch but I don’t know what file I put the code key in...

    I have it under

    C:\xpcd\$OEM$\$1\install\Applications\Office2003\PRO11.MSI

    Then I have a batch file under

    C:\xpcd\$OEM$\office.bat

    ECHO.
    ECHO Installing Office 2003
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\Office2003\PRO11.msi /QB

    It gets executed through cmdlines.txt under xpcd/$oem$/

    [COMMANDS]
    "myRunOnceExTest.cmd"
    "office.bat"

    I don’t know if im running it the right way it pops up be for any of my switch less installs go in... Don’t know if I should add it to there. It does sound kind of weird running it off my c:\ when I should be running it off my DVD. If I do run it off my DVD can I add it to my runoncex code below? Anyone knows let me know thanks.

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Application Installations" /F

    REG ADD %KEY%\001 /VE /D "Adobe Reader" /F
    REG ADD %KEY%\001 /V 1 /D "C:\install\AdbeRdr707_en_US.exe /S /v/qn" /F

    REG ADD %KEY%\002 /VE /D "Spybot" /F
    REG ADD %KEY%\002 /V 1 /D "C:\install\spybotsd14.exe /VERYSILENT" /F

    REG ADD %KEY%\003 /VE /D "Macromedia Flash Player" /F
    REG ADD %KEY%\003 /V 1 /D "C:\install\install_flash_player.exe /qb" /F

    REG ADD %KEY%\004 /VE /D "Macromedia Shockwave Player" /F
    REG ADD %KEY%\004 /V 1 /D "C:\install\Shockwave_Installer_Full.exe /qb" /F

    REG ADD %KEY%\005 /VE /D "Ultra VNC" /F
    REG ADD %KEY%\005 /V 1 /D "C:\install\UltraVNC-101-Setup.exe /SILENT" /F

  10. SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "Test Programs Installation" /S /v/qn
    REG ADD %KEY%\001 /VE /D "Test with Adobe Reader" /S /v/qn
    REG ADD %KEY%\001 /V 1 /D "C:\install_test\AdbeRdr707_en_US.exe" /S /v/qn

    REG ADD %KEY% /V TITLE /D "Test Programs Installation" /S /v/qn
    REG ADD %KEY%\002 /VE /D "Test with Spybot" /S /v/qn
    REG ADD %KEY%\002 /V 1 /D "C:\install_test\spybotsd14.exe" /S /v/qn

    Hows that look?/

  11. Got a ? I was doing a windows set up with my unatended disc and for some reason its asking me to put in my sp2 disc I dont have to do that because my version of windows has sp2 built into it. I also skiped that part in nlite and it worked fine. All I did not this new copy is add some command lines to install some software thats it

×
×
  • Create New...