/build/static/layout/Breadcrumb_cap_w.png

VLC player 1702 Error problem

Hi every one,

I am very new to this packaging field, please help me out. I have converted VLC 1.1.0 player to msi using Wise packaging studio. after converting i tried to edit that package, added a small VB script using Call VB script from installation in Execute immediate at the bottom of the program before END . After that i complied and tried to install it, then in the middle after displaying the script its giving an Error:1702 message Stating a problem occurred with windows installer. please help me guys. Thanks in Advance

0 Comments   [ + ] Show comments

Answers (3)

Posted by: pjgeutjens 13 years ago
Red Belt
0
Harinath,

could you provide us with the complete error message for the msi, i.e the whole 1702 message, as well as the exact type of the custom action you made to run the script and its exact scheduling (Before this action or after that one)? Last but not least the contents of your script...

PJ
Posted by: harinathreddys 13 years ago
Yellow Belt
0
This is some Top and bottom portion of the Msi Scriptin where i added the VB script.

Excute Immediate mode:
=========================================================
RegisterUser
RegiterProduct
PublishComponets
Msipublishassembles
PublishFeatures
PublishProduct
Call VBScript From Installatiion Function Finalize (Action)
If Not installed AND WISEDELAYEDREBOT then
ScheduleReboot
End
InstallFinalize
RemoveExistingproducts
End
=========================================================

Error Message:
==========================================================
Error 1720: There is a Problem with this windows Installer package. A script required for this install to complete could not be run. contact your suport personnel or package vendor.
==========================================================

Vb script Message:
==========================================================
"Quite all applications before install"
==========================================================
Posted by: pjgeutjens 13 years ago
Red Belt
0
2 things to check:

1) is the vbs present with the other source files of the installer where the MSI is supposed to run it from?
2) does the vbs contain the Finalize function that you're telling the MSI to call?

if this doesn't point to a solution,could you just paste the FULL vbs code for the CA? Also you could perhaps log the install (add /L*V C:\Temp\MyLog.log to the command line) and post the results here.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ