Jump to content

Need testers for 4.4rc1


Recommended Posts


Just a few observations that we can consider to change:

1. There is a more complete WPI.cmd from Doc Symbiosis, do you want to include it? Found Here...started our quest for path independence...maybe write WPIPATH instead of SWPATH...WPIPATH needed to launch kTool.exe from Tools Directory and we wouldn't have to change the generate.js again? I'm sure Doc would be happy to help us out on any mods or let us do them.

http://www.msfn.org/board/index.php?s=&sho...ndpost&p=458149

2. Get rid of my comments in generate.js before going final.

3. Look at the T-12 stage of install and possibly change kTool.ini location, see post from Yurek3:

Hopefully, he will get to test and give us some feedback on whether it works, I do not implement like this.

http://www.msfn.org/board/index.php?s=&sho...ndpost&p=462258

4. Re-Compile wpi.exe with WPI.ico? Won't attach due to file limits, but can compile with the icon imbedded. Would be able to lose the wpi.ico file as long as changes to file detection dependencies (like cd detect in generate.js) for this file were redirected to another file like the wpi.exe or wpi.hta.

Details so far excluding the write-up above.

-Works well with 7 application installs with UNC path, Mounted Network Drive, and CD.

--CD install called from GUIRunOnce in Winnt.sif

-Noticed I had to change my .msi files to include the "msiexec /i" preceding the install path...think it is a function of how kTool handles msi.

Edited by lawrenca
Link to comment
Share on other sites

Details so far excluding the write-up above.

-Works well with 7 application installs with UNC path, Mounted Network Drive, and CD.

--CD install called from GUIRunOnce in Winnt.sif

-Noticed I had to change my .msi files to include the "msiexec /i" preceding the install path...think it is a function of how kTool handles msi.

i was wondering why i was having trouble installing any msi files

Link to comment
Share on other sites

One other observation I overlooked:

Will add support for debug in generate.js

if (!debugOn)

Just before the line to launch kTool.exe

WshShell.Run(kTool_exe, 1, true);

Also, sounds like the change from writing ktool.ini to the system32 directory worked for Yurek3 in the early stages of install, can make that mod as well to change the location if there is no objection.

Results at this post...Thanks Yurek3, I would not have caught that!

http://www.msfn.org/board/index.php?s=&sho...ndpost&p=462388

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...