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

Installshield 2010 - Custom Action problem


1 reply to this topic

zakirahamad

zakirahamad
  • Full Members
  • 1 posts

Posted 03 June 2010 - 13:10

Hi,

I have created a Custom action which will call a batch file and installs OracleXe in silent mode.. But while installer is calling bat file while installing the app its not installing the oracleXe. Following is the Custom action for command line -

cmd.exe /c c:\dbinstall\DBScripts\installXE.bat

Following is the installXE.bat

C:\dbinstall\DBScripts\ OracleXE.exe /s /f1"C:\dbinstall\DBScripts\OracleXE.iss" /f2"c:\setup.log"

Attched is the snapshot where bat file not working ...

Thanks
Zk

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 June 2010 - 08:52

Does the .bat work when called directly (not from the setup)? It looks like you have an extra space between the \ and OracleXE.exe

Also, make sure the custom action is set to run deferred in system contaxt (non-impersonate). This might be a permission issue.