Hi,
I have one vbscript custom action in wix and that vbscript internally
calls another vbscript code. while deploying through octopus, My octopus is
not showing any error but it's in the same state more than hours
without sucess. When I tried to examine the logs i found the below error.
Function ZipFolder()
Dim intSrcItems
Dim objApp, objFSO, objItem, objTxt,strFileName
strProperty = split(Session.Property("CustomActionData"),";")
myFolder=Trim(strProperty(0))
myZipFile =Trim(strProperty(1))
strlog =Trim(strProperty(2))
computername = Trim(strProperty(3))
DelayVbPath = Trim(strProperty(4))
' Make sure the path ends with a backslash
If Right( myFolder, 1 ) <> "\
MSI (s) (CC:40) [03:10:49:142]: Failed to marshal script action.
MSI (s) (CC:40) [03:10:49:315]: Failed to marshal script action.
Action ended 3:10:52: InstallFinalize. Return value 3.
MSI (c) (14:68) [03:11:08:779]: Decrementing counter to disable shutdown. If
counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (14:68) [03:11:11:873]: MainEngineThread is returning 1601
=== Verbose logging stopped: 2/4/2011 3:11:11 ===
Please provide me a solution for this, because i am getting this error
occassionaly not frequently and it's not reproducable also.
Thanks
Priya
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Failed-to-marshal-script-action-with-vbscript-custom-action-tp5999384p5999384.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users