Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

MS SQL Server 2005 Express Edition


1 reply to this topic

DhirenC

DhirenC
  • Members
  • 3 posts

Posted 03 February 2006 - 20:22

We are using Developer 7.04 and integrating SQL 2005 Express edition.

1. "SQL 2005 Express" Setup files are zipped.
2. Once Files are copy, a custom action un-zip the "SQL 2005 Express" Setup files and sets the path to SQL2005_DISK and cmd parameter
SQL2005_DISK holds '/qn INSTANCENAME=' +szSQLInstName+' SAPWD=' + szSAPWS +' DISABLENETWORKPROTOCOLS=0 SECURITYMODE=SQL ADDLOCAL=ALL'
3. CA is created to launch the SQL 2005 Express
Type: launch an executable
Location: Stored in the property table
Source: SQL2005_DISK
Target: SQL2005_CMDPARAM
4. This CA is called in User interface, after ExecuteAction.
5. This works fine from a dummy Setup but not from my main setup.
6. CA gives error:

Error 1721. There isa problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor.

Any idea?



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 February 2006 - 18:06

You probably need to ignore the exit code from SQL's setup.exe