Jump to content

newnick

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About newnick

newnick's Achievements

0

Reputation

  1. Well, I gave up and moved my software to the WPI dir. Not my preferred work around, but it was quick. REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. set wpipath=%cdrom% REM Force resolution to needed size for wpi interface. --start %wpipath%\software\WPI\common\VideoChanger.exe 1280x1024x32@85 -q REM Hide this command window. "%wpipath%\software\WPI\common\cmdow.exe" @ /hid REM Font installation - the smooth and customizable way. start /wait %wpipath%\software\WPI\common\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\software\WPI\common\wpi.reg" REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Start WPI and wait for its end start /wait WPI.hta folders are like: cdrom:\software\wpi\applications\programs... and then in config.js, paths are like: %cdrom%:\\applications\\adobe\\etc
  2. The problem is this: REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Start WPI and wait for its end start /wait WPI.hta In the config.js, all my apps are referenced to %cdrom%\software\ After it changes this, it thinks %cdrom% is now %cdrom%\software\wpi. then when hta is executed, it looks to d:\software\wpi\software\program I'm going to hardcode the start /wait and remove the change of the wpipath. I hope nothing else breaks because of it.
  3. I just did MicrosoftAntiSpywareInstall.exe /S /v/qn and it worked. Without the space worked, with the space it brought up the installer window.
  4. If you are using a vmware setup to create the shrunk files, COPY THE FILES TO THE VMWARE HARD DRIVE. DO NOT DO THE SHRINKING WITH THE FILES IN SHARED FOLDERS. I was getting errors like corrupt setup.ini, and corrupt installation source error 25003) because I was sharing the folders from the host pc. When I copied the source to the hard drive of the VMWARE install, it worked!
×
×
  • Create New...