Jump to content

Recommended Posts

Posted

LaptoniC: Good to hear. ;)

djbe:

.hta is a HTML Application host file.

import the following .reg file, then doubleclick wpi.hta

it should open with mshta.exe

TRANSFORMS is needed for unattended installation of Office. dunno what happens, if you only use /qb.

htafile.reg


Posted

Thanks, works like a charm now!

For office, I made an unattended install (administrative install thingy with patches slipstreamed) and now, when I call "pro11.msi /qb" it installs word, excel, ..., publisher. kinda easy now if a new patch appears :D

Posted

Hasi you are my man!that's what i was talking about!Independent Installation on other systems with %CDROM% working on every drive!!!

congratulations

Posted

and another problem:

cmd1[pn]=['cdrom','install\\acdsee6\\acdsee606.msi REBOOT=REALLYSUPPRESS /QN']

in regedit it become:

E:\\install\acdsee6\acdsee606.msi REBOOT=REALLYSUPPRESS /QN]

E:\\ isn't correct...

Posted

1st: give the 1st prog cat[pn]=[''], and remove cat[pn] on all others

(not sure, but try it)

2nd: with latest version try

cmd1[pn]=['%cdrom%\\install\\acdsee6\\acdsee606.msi REBOOT=REALLYSUPPRESS /QN']

Posted

If you want I got an edited Acdsee 6 PowerPack version (.msi file) that installs without any questions, dialogs and switches :)

Posted

Oh god..i was ready to burn my DVD(%CDROM% worked like charm)......and then something got wrong,because now every time i try to launch WPI.hta i get this error...

This Happens no matter if i use your original files ,or my modificated files...

Internet explorer problem?Please i was so close to finish...%$#@

thanks

post-70-1098489287_thumb.jpg

Posted

Feature Request if possible if not no biggie. It just may suit my needs only.

As am trying to limit the amount of CD's I have and reduce complication.

I’m going to be coping and using the WPI app on the to following unattended cd’s I have win2kpro,win2ksvr,winxpro,winxhome, and win2k3 you get the picture right.

Well the feature request that I have. Is to put in a configuration to specify the Os this app or Tweak is for. If OS=Win2k for example then install all those items. plus defaults.

I know WPI stands for Windows XP Post Install. But I need it for Windows. Overall

Anyways just an idea.

Keep up the good work.

Posted

I've got another question:

I need two WPI's:

one for during the unattended install (done)

one for when i want to install an app sometime from the cd (without having to copy the whole OEM folder to the hdd)

For the second WPI, how do I call the apps? like this?

prog[pn]=['Adobe Reader 6.02 Full']

desc[pn]=['Allows to view PDF-Files.<i>Recommended</i>']

cmd1[pn]=['%cdrom%\\$OEM$\\$1\\Install\\Applications\\Tools\\acroread602.exe']

dflt[pn]=['yes']

cat[pn]=['Tools']

pn++

Posted

I tried to run WPI on an another machine with succes...i'm trying to imagine what is happening with my IE and cannot run it anymore...any suggestions please??

Posted

Djbe...you can do the following..i put all my applications to a folder APPS in my root dvd...when unattendend you call WPI as usual from $OEM$ and choose applications with %CDROM%\\APPS\\......

Then i make an extra folder with WPI in root of DVD and i built an autorun menu than calls %CDROM%\WPI\WPI.hta.Here config.js has the same code like unattended WPI %CDROM%\\APPS\\......

I think i helped you..sorry for my english ..

Posted

i just noticed something.

I started using categories, for the first time, and now for some reason, every time I run my VEGAS VIDEO 4.0 setup, when it finishes, the computer restarts.

This is IRRELEVANT to what other programs are on the list (I tried ALL programs, and JUST Vegas. In BOTH cases, the computer restarted.)

I also changed the line in generate.js (as per your instructions in a past post):

if (i%40 == 0) // call RunOnceEx every 40 apps, so that the window doesn't grow too big

but the program causes a restart whether its 35 (like it was when everything installed), or 40 (when i ONLY installed vegas).

i never used to have this problem...

i dont know whats wrong.

here's my code for vegas:

cmd1[pn]=['systemdrive','install\\Applications\\vegasvideo\\vegas.msi /QB-!']

why is it restarting?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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