Jump to content

combining two or more wpi


Recommended Posts

suppose i make my own custom wpi which install all the neccessary software after i format my computer....

and my friend also made his own custom wpi which also do the same thing but has different list of installers......

so is there a way i can combine the two wpi or add some installer list from my friends wpi to my wpi

Link to comment
Share on other sites


In dependencies add the condition

isUserName("Your_User_Name")

This way when you run WPI only the user specified in the condition will get the option to install this specific program, if you both share a program then you can leave that one blank

Link to comment
Share on other sites

In dependencies add the condition

isUserName("Your_User_Name")

This way when you run WPI only the user specified in the condition will get the option to install this specific program, if you both share a program then you can leave that one blank

no u dont understand my point i want to copy some of the application from my friend's wpi to my wpi.....suppose my wpi contains

1)nero

2)openoffice

3)nvidia driver

and my friend's wpi contains list of applications like

1)nero

2)vlc

3)ccleaner

4)openoffice

so i want to add vlc to my list than my list would look like

1)nero

2)openoffice

3)nvidia driver

4)vlc

So how can i do this????

Edited by citkatboy
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...