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

VBScript


2 replies to this topic

joker_pl

joker_pl
  • Full Members
  • 11 posts

Posted 02 November 2005 - 13:35

Hi i got custom action
Type: 6

and i add my script to Binary table

now when my script is called i get 1720 error. My script is simple only MsgBox("Say Hi!")
what is the problem?

turbokitty

turbokitty
  • Full Members
  • 18 posts

Posted 02 November 2005 - 20:23

I have a very similar issue. I'm storing the VBS in the binary table.
I want it to run on uninstall only.
===
sync (ignore exit code)
deferred execution
always execute
no
<absent>

After ScheduleReboot
REMOVE~="ALL"

Edited by turbokitty, 02 November 2005 - 20:59.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 10 November 2005 - 10:21

Does the script run successfully outside your setup? The error message indicates that there's a syntax error or something like that. The error message should also tell you in which line and column of your script, and what the error code was.