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
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)
Please log in to answer
Posted by:
pjgeutjens
14 years ago
Posted by:
harinathreddys
14 years ago
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"
==========================================================
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
14 years ago
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.
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.
so that the conversation will remain readable.