Jump to content

Bendes

Member
  • Posts

    53
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by Bendes

  1. The recommended solution (by Microsoft) is a WSUS server/infrastructure...
  2. 1. Roxio Easy Media Creator 8: Maybe try this: start /wait %systemdrive%\Install\Applications\Roxio8\setup.exe PRODUCTCODE=xx-xxxxx-xxxxx-xxxxx /qn /norestart or start /wait %systemdrive%\Install\Applications\Roxio8\setup.exe PRODUCTCODE=xxxxxxxxxxxxxxxxx /qn /norestart or directly with the MSI start /wait %systemdrive%\Install\Applications\Roxio8\XXXXXXX.msi PRODUCTCODE=xxxxxxxxxxxxxxxxx /qn /norestart 2. DBpoweramp: Try with an AutoIt script that simulate button click. There are a lot of examples in this forum... 3. Intellipoint and Intellitype Pro 5.5: Simply do this, no? start /wait %systemdrive%\Install\Applications\Intellipoint\XXXXX.msi /qn /Reboot=ReallySuppress
  3. You can add a screen in CIW phase by creating a new OSC file and chains it with others at the place you want... The OSC file is a simple HTML formatted file... Analyse default OSC file to create yours. In your SIF file you can then add variable... I have no RIS at home but when I'm back to work, if needed, I can post a example...
  4. Then I must have an installation of Windows XP with .NET 2.0 integrated!!! I think it's not a good thing... Everone do not integrate .NET feature in there configuration (.NET 1.x or 2.x is not native in a Windows installation)...
  5. All it's in the title... Thanks a lot for your GREAT piece of software!
  6. Place a Shortcut to wihu.exe (+ parameters) in "$OEM$\$Docs\All Users\Start Menu\Programs\Startup" folder and delete this Shortcut in a CleanUp routine...
  7. Bendes

    End of WIHU ?

    IT WORKS!!! The problem was exactly with the locale... I tried the version 2.2.0.3, it's now good !!! Thanks a lot Benjamin, because I use your soft in corporate
  8. Bendes

    End of WIHU ?

    For my test, I don't use my install.ini but yours... I made a test with the DEFAULT INSTALL.INI in your zip file. I unzip the file downloaded on your website --> open WIHU.exe --> select all --> Next. And then I have Warning and Infos icons with no text next... My configuration: Windows XP SP2 English with keyboard in French (Belgium).
  9. Bendes

    End of WIHU ?

    I have made some tests with your default install.ini. The file languages.ini is found because I tested with german and english translations and all the components are translated except for Information and Warning messages in the log view of the softwares installation...
  10. Bendes

    End of WIHU ?

    I have a problem with the version 2.2.0.2 of WIHU : I launch wihu.exe /NoAbort /ini=desktop.ini /language=en All it's translated except for the installation progress. I have an information icon but no text!!!! Normally, there is written "%s" was executed. How can I correct this bug ????
  11. I have the same request and I do it with VBScript and WMI: On Error Resume Next Set wmi = GetObject("winmgmts:{ImpersonationLevel=Impersonate}!\\.\root\cimv2") Set tad = wmi.ExecQuery("SELECT SettingID FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = True",, 48) Set reg = GetObject("winmgmts:{impersonationLevel=Impersonate}!\\.\root\default:StdRegProv") For Each item In tad reg.setDWORDValue &H80000002, "SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\" & item.SettingID & "\Connection", "ShowIcon", 1 Next Set wmi = Nothing Set tad = Nothing Set reg = Nothing
  12. Or like that in winnt.sif : [TerminalServices] AllowConnections=1 And with this for the Windows Firewall: [WindowsFirewall] Profiles=WindowsFirewall.Default [WindowsFirewall.Default] Services=WindowsFirewall.RemoteDesktop [WindowsFirewall.RemoteDesktop] Type=2 Scope=0
  13. Bendes

    Second ProgressBar

    I supposed this was for that...
  14. Bendes

    Second ProgressBar

    While software are installing in WIHU as usually there is a ProgressBar. But below the first ProgressBar there is (I think) another little ProgressBar. How can I use it ????
  15. Bendes

    End of WIHU ?

    From Google Translator :
  16. Bendes

    End of WIHU ?

    Me TOOOOOOOOOOOOOOOOO!!!
  17. Bendes

    End of WIHU ?

    My german is very bad but if I understand the topic on http://www.kalytta.com, WIHU is not yet supported, no new features, ...
  18. Thanx XPect but I don't want to do so because in my society you can install JRE for some reasons and not install OpenOffice.org...
  19. Hi everybody, Treeview example : X Java Runtime Environment O Microsoft Office X OpenOffice.org I want to do the following : If "OpenOffice.org" is selected then I want that "Java Runtime Environment" is also selected... How can I do that ??? With "if.true" instruction is possible ???
  20. If you start from a "DOS Network Boot Disk" this method is documented by Microsoft but nobody never make this WORK For my use, I made a batch file in "cmdlines.txt" that rename all needed 8.3 files...
  21. http://www.msfn.org/board/index.php?s=&sho...ndpost&p=421697
  22. With Command DOS : NET USER HelpAssistant /DELETE There is also VBScript code but I haven't it on my actual computer... If you need VBS code I can post it. Let me know...
  23. Bendes

    Sub-Group.x Problem

    Thanks a lot for your fast reply
×
×
  • Create New...