Jump to content

gresh

Member
  • Posts

    29
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Posts posted by gresh

  1. Here is an example:

    Microsoft Security Bulletin MS06-062

    If an update is replacing an older update the bulletin will say this:

    Security Update Replacement: This bulletin replaces a prior security update. See the frequently asked questions (FAQ) section of this bulletin for the complete list.

    Then scroll down to the FAQ section and expand it.

    Check the list and see if the product you want updates for has a field with "Replaced".

    If so, follow the link to the bulletin ID.

    Under the "Affected software" section you will find the KB number of the replaced update.

  2. @nicw19: The profiles you are referring to are called Configurations in WPI. What you do is go to Options -> Installer -> List of configurations choices. Enter as many profile names as wanted: Work,Home,School,Mark,Anna. Then in Config -> Configurations for each item you assign what Configuration(s) it belongs to. It can be 1 or all, just pick them from the drop down menu.

    Back in the main window under "Selections" pick a config and it will check only the ones assigned to it, unchecking all the others. Or in command line

    wpi.hta check=Mark

    That is how you make one master config with multiple profiles. This will be in the new manual I am writing for 5.4.

    The items that doesn't have the active configuration assigned should be hidden.

    If you have an item 'Firefox' only assigned to configurations Mark and Anna, the item 'Firefox' should not be visible in the list when you choose the configuration Home.

    Then you can equal profiles with configurations.

  3. To copy a file from one location to another:

    cmd1[pn]=['filecopy %cdrom%\\AXP\\$OEM$\\hosts.txt %windir%\\System32\\drivers\\etc\\HOSTS']

    Commands that can be used is:

    filecopy from-location to-location

    dircopy from-location to-location

    rename old-filename new-filename

    To ensure that a program will only install on Windows XP use the line below.

    cond[pn]=['getOSver()=="XP"']

    getOSver returns the following strings: XP, 2K, NT, ME, 98, 95 or "Not found"

  4. Hello. I don't know if this is the right place where post a feature suggestion however here it is.

    It often happens that some applications don't work/install under certain windows versions (for example some may install on windows xp and may not install on windows 2003).

    What about adding a special dependancy expression to require a certain windows version?

    Thanks in advance and sorry for my crappy english :P

    Btw great work :P

    Great idea to add into the config section like a drop box that you can select windows versions with??

    With an all option also right??

    Hasi001 would half to do this one unless someone else out there that is more familiar with java script can help me to do this.

    If some one can help please post here or pm me.

    This feature has been availible awhile. See this post by hasi001...

    cond[pn]=['getOSver()=="XP"') will only show the program if OS = Windows XP.

  5. Ati Catalyst 5.3 Release Notes

    Note:  The ATI WDM Driver Install Bundle contains both the ATI WDM Driver 5.01 (6300) and 4.07 (6246). The setup program automatically detects the ATI ALL-IN-WONDER™ or ATI VIVO™ product installed in your system and installs the appropriate ATI WDM components.

    The WDM version 5.01 (6300) is installed on:

    · ALL-IN-WONDER™ 9600 Series

    · ALL-IN-WONDER™ 9800 Series

    · ALL-IN-WONDER™ 9700 Series

    · ALL-IN-WONDER™ X600 Series

    · ALL-IN-WONDER™ X800 Series

    The WDM version 4.07 (6246) is installed on:

    · RADEON™ 9200 series or earlier ALL-IN-WONDER™ products.

    · ATI VIVO™ products

    It doesn't say anything about what WDM_NSP and WDM_SP stands for.

    The Ati installer installed WDM NSP for my VIVO card.

  6. is this correct?

    prog[pn]=['Winamp 5.0.7']

    desc[pn]=['With Winamp Pro, you can rip all your favorite music CDs into the industry leading MP3 format. When all your songs are encoded in MP3, it provides you the freedom to play them in all MP3 capable hardware and software media players.']

    regb[pn]=['Drive','Registry Key Path']

    cmd1[pn]=['%CDROM%\\Software\\winamp\winamp507_full.exe /S']

    cmd2[pn]=['cmd /c pskill.exe winamp.exe']

    cmd3[pn]=['%CDROM%\\Software\\Winamp\Winampini.exe']

    rega[pn]=['regedit /s %CDROM%\\Software\\Winamp\mp3AVIdefault.reg']

    dflt[pn]=['yes']

    forc[pn]=['false']

    cat[pn]=['  Audio & Video']

    ordr[pn]=[23]

    pn++

    Your regb entry will fail.

    Your rega entry should be like this:

    rega[pn]=['%CDROM%\\Software\\Winamp\mp3AVIdefault.reg']

  7. An entry will be removed from the runonceex list when all programs (cmd lines) within that entry has closed.

    Since WPI is still running when the new runonceex is written, the entry that starts WPI still remains in the list.

    One way of solving this could be to let WPI delete all RunOnceEx entries before writing the new ones.

    insert this code in generate.js at line 139. (or just after the line starting with var KeyBase)

    WshShell.RegDelete(KeyBase + "\\");

    I've not tested if it works, but I guess it will do the trick.

  8. How can i run wpi.HTA from DVD to a foreign PC and install whatever i want..

    Do you mean like install from a DVD in one PC mapped to a networkshare in another PC ?

    My problem is i can't resolve the DVD drive letter...If I put 'root' in config.js

    tells me for an "Unknown Drive"

    Can u be little more specifiec with the variables?That's my only problem holding me back....HELPP.... :unsure:

    For this to work you need to run WPI from the drive where windows was installed from. Important if the system has several cd/dvd drives or if the drive letters has been relocated.

  9. This works with the pctv550 web install package.

    Download the latest driver/app package from Pinnacle. Extract all files from the .exe file with winrar.

    Drivers:

    Copy the Drivers folder to $OEM$\$1\ and rename folder to whatever you want.

    Add foldername to OemPnpDriversPath in winnt.sif.

    App:

    Move the extracted files to where you install your software from. All files and folders must be identical as it is inside the package.

    The installer is an Installshield installer. Make the installer write a logfile using -f2 switch to your harddrive to help you find any error that may occur.

  10. @a06lp:

    Start your cleanup.cmd file from prog[48] in your config.js file.

    @Metzen:

    You can comment out the socond last line in the generate.js file. This way wpi will close, but not start installing right away.

    Launch the code below in a cmd file later when you want the runonceex to start installing the selected applications.

    rundll32.exe iernonce.dll,RunOnceExProcess

    If you havent started the runonceex process with the code abowe, the runonceex process will automaticly start after a reboot, just before the desktop is loaded.

  11. if you put all those files in the root of your cd/dvd and load it from cdshell with chain /loader.bin it will work.

    But your root dir will look like a mess. If you want it placed in a folder you will have to hex edit your loader.bin file to have it point to the folder containing those files.

    But what to hex edit your file to i do not know.

×
×
  • Create New...