I've been to various Internet sites to try and solve this problem. I have a script that once packaged works on my unit but will not work on other units. The app will run at first then stop with no prompt. The eventlog shows the following:

Event Type: Error
Event Source: KIXTART
Event Category: None
Event ID: 1
Date: 6/26/2009
Time: 10:50:04 PM
User: N/A
Computer: ORL4OFOB0092028

Description:

The description for Event ID ( 1 ) in Source ( KIXTART ) cannot be found.
The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event:

ERROR : expected ')'!
Script: C:\Documents and Settings\frank.bonefont\Local Settings\Temp\970843\Scripts\SRP.kix
Line : 61
Error : Incorrect function. (0x1/1).[/size]
The line it is referring to is simply an entry that was created by KiXforms. Not sure how this relates to the error but the line of code is as follows:

;~~< Form1 > ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
$Form1 = $System.Form()
$Form1.Size = $System.Size(262, 247)
$Form1.Text = "Save/Restore Profile"
$Form1.MaximizeBox = 0
$Form1.StartPosition = 1

Line 61 happens to be associated with "$Form1.Text = 'Save/Restore Profile'"

I apologize if I'm in the wrong location to post my need for assistance. Appreciate any help...