I have a .sb6 file which compiles fine under SetupBuilder6

I load it into SB7 and save it as a .sb7 file, and SB7 (7.3.3228) hangs when it compiles. This happens after it creates the installer exe and the htm log file (which reports no warning or errors). But the only way out is by launching task manager. (I'm using Windows 7, 64bit).

It is quite a complicated file with various 'releases', but compiling them all fom a batch file:

================
set prj=C:\Users\Public\Documents\AppInstall\Installer 09

start /wait sb7.exe /c %prj%\languagePlugIn09.sb7 /R "Dutch"
start /wait sb7.exe /c %prj%\languagePlugIn09.sb7 /R "French"
start /wait sb7.exe /c %prj%\languagePlugIn09.sb7 /R "German"
start /wait sb7.exe /c %prj%\languagePlugIn09.sb7 /R "Italian"
start /wait sb7.exe /c %prj%\languagePlugIn09.sb7 /R "Spanish"
start /wait sb7.exe /c %prj%\languagePlugIn09.sb7 /R "Swedish"

pause
================

seems to work fine.

But I need to compile it from the IDE to debug it.

Any ideas?

Dave

---
David Webber
Mozart Music Software