Jump to content

tcarman

Member
  • Posts

    42
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

About tcarman

Contact Methods

  • Website URL
    http://www.aussieontour.com

tcarman's Achievements

0

Reputation

  1. Great tool though since using it I am unable to install the Windows Recovery Console. I keep receive the following error Setup was unable to build the list of files to be copied. The data is invalid. I've tested the install without using the RAID Slipstreamer and no problems.
  2. gcond[pn]=['RegKeyExists("HKLM\\SOFTWARE\\Adobe\\Acrobat Reader\\8.0\\Installer\\VersionMax")'];
  3. I have some selections in WPI which should disable the checkbox if it either is excluded by another selection or greyed out due to a condition (specifically the Citrix Server template selections and Sun Java). In some of my code, I find that not all the checkboxes are disabled even though the GCOND condition is true. I have attached my config.js Any help would be appreciated. Cheers. config.js
  4. WPI is a GUI frontend to allow easy install of applications or execution of scripts. If you want to create local users on Windows machines then you will need to find a VBScript or similar to do this and use WPI to launch the script.
  5. You will need to investigate the unattended install instructions for each application you wish to use. The vast majority of applications will allow you to install and input license keys/files with little hassle.
  6. You will find it in \Themes\<Theme Name>\wpi.css
  7. No way now, but possible for a future release maybe??
  8. Is there a way to deselect forced applications if the GCOND is true? Basically, when I first run WPI I have some apps/options I want to force on initial install. Once they are installed, if I launch WPI again, WPI still selects the apps/options even when they are greyed out. Any chance of changing this? Cheers.
  9. I cannot seem to download the new file, it appears it does not exist.
  10. I now want to add the ability to search for a particular file on the CD to ensure the correct CD is inserted, since the CD I am using does not have a label. The code I am using does not appear to be working for me. If I use a CD where the file does not exist it does not eject the disc. cdswitch.exe "" /l:"IBM Director 5.20" /g:"X:\director\agent\windows\i386\FILES\dir5.20_agent_windows.exe" or cdswitch.exe "" X: /l:"IBM Director 5.20" /g:"X:\director\agent\windows\i386\FILES\dir5.20_agent_windows.exe" Any ideas?
  11. It detects the CD now but I can't seem to get it to do a custom label for the disc cdswitch.exe "" X: /l:"IBM Director"
  12. Hi All, I'm trying to use the new extract feature in WPI and am having some issues. I have the following in my config command line though during the WPI install it shows a Windows Scripting error stating it cannot find the source file. The weird thing is that when I wait for the install to finish and then launch WPI again (once Windows is fully loaded) I can launch the install again for Notepad++ and it seems to work. MAKEDIR "C:\Program Files\Notepad++\" %extract% "C:\Build\Notepad++\Notepad++.zip" "C:\Program Files\Notepad++\" Any help would be appreciated. Thanks.
  13. Is there anyway of using this if the CD happens to have no label??
  14. These really need 2 new functions written for WPI, those being System() and Model(). WPI would also need some new functionality for a Install/Check on Condition. Can anyone help out with this? I'm no good with Jscript.
×
×
  • Create New...