HowdyDoody
Oct 29 2008, 07:09 PM
Can anyone give me a step by step to create an addon for a file that must be extracted?
ricktendo64
Oct 29 2008, 09:52 PM
You have to be more specific than that
What type of installer?
EDIT: Oh i think you mean a zipped program.
Kelsenellenelvian
Oct 29 2008, 10:26 PM
Does the file HAVE to be extracted?
xcopy "source" "destination"
Usually works well
HowdyDoody
Oct 30 2008, 09:50 AM
Any file that has to be extracted and then click setup. It could be a zip or exe.
See? I don't know what you mean by xcopy, etc. That's why I asked for a "step by step" instruction. Where do I use this 'xcopy' within WPI?
HowdyDoody
Oct 30 2008, 05:38 PM
I guess nobody knows how to do it.
HowdyDoody
Oct 30 2008, 06:11 PM
I finally figured out how to get it installed, but not unattended.
Thanks for your help.
Kelsenellenelvian
Oct 31 2008, 05:57 PM
OK here goes:
1 - if it is a rar sfx file you can simply use the /s switch
2 - if it is a reg\serial key then do this:
commandline1 = XCOPY %wpipath%\Install\adobe.exe %programfiles%\Program\
I just tested this out on the latest version and it copied the file just fine... (Of course you'll need to extract it from your current package first)
HowdyDoody
Nov 1 2008, 04:02 PM
This is the way I did it with Partition Magic, wick is a ZIP file:
I created a sub folder in WPI called Extracted.
I extracted the file to that folder.
In the box next to command, I put "%wpipath%\ExtractedFiles\Setup\setup.exe"
It did install, but not unattended.
I am using 7.1.1. I guess that's the current version.
I just tried a few more programs, but all I get is "it can't be saved".
HowdyDoody
Nov 2 2008, 06:54 PM
QUOTE (Kelsenellenelvian @ Oct 31 2008, 05:57 PM)

OK here goes:
1 - if it is a rar sfx file you can simply use the /s switch
2 - if it is a reg\serial key then do this:
commandline1 = XCOPY %wpipath%\Install\adobe.exe %programfiles%\Program\
I just tested this out on the latest version and it copied the file just fine... (Of course you'll need to extract it from your current package first)
I'm not sure we're on the same page. I'm trying to install Adobe Reader, and it says it installed, but it didn't. I tried it your way.
Kelsenellenelvian
Nov 3 2008, 05:47 AM
HMMMMMMMMMMMmmmm
Is it a prebuilt silent installer or the actual adobe installation package?
If it is a prebuilt installation package then just run the darned thing without switches.
If it is the istaller straight from the adone site then it requirs advanced, very odd switches. (Look in the application installs section of this forum for the answer)
Please tell me where you got this package from...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.