)\r
\r
if NOT EXIST "%IDIR%" (\r
- echo %0 - Missing Installer file destination folder %IDIR%\r
+ echo %0 - Missing Installer file destination folder\r
+ echo %0 %IDIR%\r
exit /B 1\r
)\r
\r
rc = WshShell.Run (devmanSRP & "update ib_srp.inf " & ID,0,true)\r
' Display error number and description if applicable\r
If rc <> 0 Then\r
- msgbox "Install_SRP Err(" & rc _\r
- & ") devman update ib_srp.inf " & ID\r
+ msgbox "Err(" & rc & ") devman update ib_srp.inf " & _\r
+ ID,,"devman_Install_SRP"\r
ElseIf sDBG >= "1" Then\r
msgbox "SRP install OK.",,"devman_Install_SRP"\r
End If\r
\r
-[1-13-09]\r
+[1-29-09]\r
\r
Creating the WIX tool set\r
-------------------------\r
\r
-Download the WIX v2 (stable) tool set to \91WIX_tools\\92.\r
+Download the WIX v2 (stable) tool set to \91WinOF\WIX\WIX_tools\\92.\r
\r
http://sourceforge.net/project/showfiles.php?group_id=105970&package_id=114109&release_id=574429\r
\r
Something like unzip wix-2.0.5805.0-binaries.zip into wix-2.0.5805.0-binaries\.\r
\r
You should now have the following structure:\r
- trunk\WinOF\WIX\WIX_tools\wix-2.0.5805.0-binaries\{candle.exe, light.exe,...}\r
+ trunk\WinOF\WIX\WIX_tools\wix-2.0.5805.0-binaries\{candle.exe,light.exe,...}\r
\r
The path to the WIX binaries is referenced in files:\r
trunk\WinOF\buildrelease.bat\r