Jump to content

Bendes

Member
  • Posts

    53
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by Bendes

  1. Hi everybody! I want to do the following: [Microsoft Software] [x] Microsoft .NET Framework 2.0 [x] ... [x] Microsoft Office (x) Microsoft Office 2000 ( ) Microsoft Office 2003 [x] ... [x] Microsoft Windows Media Player 10 To make this work I MUST set a unnecessary "command.x=..." for "Microsoft Office" menu. Otherwise the sub-group doesn't show... How can I bypass this ????
  2. Or you can also do this : DefaultUser.cmd: @ECHO OFF REG.EXE LOAD HKLM\DEFAULT "C:\Documents and Settings\Default User\NTUSER.DAT" REGEDIT.EXE /S Default.reg REG.EXE UNLOAD HKLM\DEFAULT Default.reg: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\...] "Value"="Data" [HKEY_LOCAL_MACHINE\DEFAULT\Software\...] "Value"="Data"
  3. ;Disable "Offline Files and Folders" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache] "Enabled"=dword:00000000 ;Uncheck "Offline Files and Folders" options [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\NetCache] "SyncAtLogon"=dword:00000000 "SyncAtLogoff"=dword:00000000 "NoReminders"=dword:00000001
  4. I think all informations are in the "ref.chm" file available in the "deploy.cab" on the Windows XP CD.
  5. I'm just curious, what the "!" in the "/qb-!" switch means? Here is the help from MSIEXEC.EXE (who starts the setup of a MSI) :
  6. Normally you can slipstream the msp in the original msi with this command: msiexec /p <path>\adobe.msp /a <path>\adobe.msi /qb But you can also simply download the full setup in version 7.05 at the Adobe website...
  7. Sorry, I'm wrong you're right
  8. On our computers "Offlines Files" is disable completely by enabling "Remote Desktop Connection" ;Disable "Offline Files and Folders" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache] "Enabled"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] ;Disable Remote Assistance "fAllowToGetHelp"=dword:00000000 ;Enable Remote Desktop Connection "fDenyTSConnections"=dword:00000000
  9. You must add a description: [Office XP] description.0=Install Unattended Office XP command.0 = %SRCDRIVE%\soft\officexp\setup.exe TRANSFORMS=Custom.mst /qb- selected.0=1
  10. The password must be after the username: NET USE X: \\Ben2\\MusicShare /USER:Music Music /PERSISTENT:NO
  11. Thanks a lot for your quick response and feedback
  12. Do you plan to allow this or no ??? N.B.: Very GREAT Tool!!!!
  13. How can I disable the "Abort" button (or better make it invisible) while softwares are being installed ????
  14. Can you give me more information about your problem and then I try to help you if I can... You copy the i386 folder from which location? A CD/DVD, Network? What does exactly your bootdisk?
  15. Bendes

    Locked/Disabled

    @Benjamin (or others) What's exactly the difference between an item "Locked" or "Disabled"???? It's maybe a silly question but thanks for the reply
  16. As follow: MUISETUP.EXE /i 040d 0419 /d 0409 /r /s /d: specifies the default user interface language that will be applied to all new user accounts /r: specifies that the reboot message should not be displayed /s: specifies that no messages will be displayed during installation
  17. Bendes

    What's New?

    @Benjamin Kalytta Everyday I go to your website to check if there is a new version of your wonderful tools WIHU. But when there is a new version I cannot see what's new in the release!!! Then my request is: Can you add in your zip file a "changelog.txt" with the new features.
  18. Hello Maybe try the following command : setup.exe TRANSFORMS=z:\CAU\Office2k3\CAU.mst /qb- (without quotes !!!)
  19. To be sure... Just make a test: if you can, do not launch or cancel XPlode and see if you have Luna theme as default...
  20. Do you use a "Windows Post Installation Program" (like WPI, WIHU or another) to install your softwares? If yes, does it an automatically Shutdown or Restart of your Windows? If yes, I think it's the cause... EDIT: I had this problem with WIHU. The default theme was Luna... And when WIHU restart my computer, the theme switches to Classic... Then I choose to restart my computer manually and all was OK!
  21. ??? Try what ??? N.B. : For the moment, I use XP Codec Pack 1.2.1.
×
×
  • Create New...