Help - Search - Members - Calendar
Full Version: Standalone WPI CD?
MSFN Forums > Member Contributed Projects > Windows Post-Install Wizard (WPI)

   


Google Internet Forums Unattended CD/DVD Guide
nastronomical
Is it possible to create a WPI CD that's standalone and can be mounted on a virtual drive with a shortcut to the Desktop, So when i want to install a program i just click and run? The disc is just a pure WPI no windows installed also it's for XP.
AlBundy33
Why not - instead of fully qualified path-names you can use %ROOT% (the parent-folder of you WPI-folder) for example .
e.g.
CODE
your_cd_root
  WPI
    ...
    WPI.exe
  Apps
    YourApp
      setup.exe


In WPI you can now define your setup-command like this:
CODE
%ROOT%\Apps\YourApp\setup.exe /s


Al




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.