You need to use the latest Beta for it to work.
What I do is I use the RVMIntegrator first... but in the advanced tab I select Run External File, Browse to PowerPacker, then in the parameters box I put:
- Code: Select all
"X:\Path\To\A\Settings\File\powpack.ini" -PACK
This will utalize both programs. First integrating everything with the integrator then calling powerpacker unattendedly and packaging everything. Then you can use the Run External File feature in powerpacker as well to call the integrator in the same way:
Select the integrator file, Then in the parameters put this:
- Code: Select all
/Load:"X:\Path\To\A\Settings\File\integrator.ini" /INTEGRATE
For more Unattended parameters you can use with the integrator you can look HERE
This is a cool way to chain link the programs together so everything is unattended.

You can actually create your entire multiboot disk fully unattended when you have all of your settings files created.
