Problem with msm

Hello,we are trying to use wybuild to install automatically vb.net application on a computer.The app contains CrystalReportsRedist2005_x86.msm file.when we use msi it works good (our reports with crystal reports)when we use your wybuild automatic installation the reports with the crystal doesnt work well.

pleas help us

We need more information to help you. What doesn't work? What's showing an error? wyUpdate? Your installer? What's the error? Copy & paste the entire error.

🤓 This is the full process: 🤓 this is how my project structure is:i put an emphasis on installer and msm of crystal 49ya.pngthis is how i build the automatic update in wybuild r9z1.pngi put in the temporary folder the msi file and leave only the 2 last versions then i go to build wyupdate&updatesclick build updatesthan build wyupdate

take the 3 wys wyu files put them in the c/temp/updates folder.

i dont know anything more.maybe something in my process isnt good?because when i use the msi the crystal reports works well done ,when i use the automatic update not.

thanks a lot,Liron

do you see well the pictures?

🤓 This is the full process: 🤓 this is how my project structure is:i put an emphasis on installer and msm of crystal http://imagizer.imageshack.us/v2/800x600q90/14/49ya.pngthis is how i build the automatic update in wybuild https://imagizer.imageshack.us/v2/666x517q90/822/r9z1.pngi put in the temporary folder the msi file and leave only the 2 last versions then i go to build wyupdate&updatesclick build updatesthan build wyupdate

take the 3 wys wyu files put them in the c/temp/updates folder.

i dont know anything more.maybe something in my process isnt good?because when i use the msi the crystal reports works well done ,when i use the automatic update not.

thanks a lot,Liron

i dont know anything more.

You mean you don't know what to do next? Read the step-by step walkthrough.

If you have a specific question or a specific error then please let me know.

HI. DID YOU UNDERSTAND THE PROBLEM??? THE ONE WITH THE REPORTS??? IF YES, LET ME KNOW PLEAS HOW TO SOLVE IT!!! THANKS ❗

BECAUSE I BOUGHT A LICENSE TO YOUR PROGRAM AND I AM WITH THAT PROBLEM, BUG WHATEVER OVER WEEKS!!!

You didn't tell me what your error was. You told me the procedure you're using, ok., that's fine. But what's the error? Give me the full error (copy & paste the full error). Or even show a screenshot of the error.

The error is that when i use the msi it all works write with crystal reports.when i use your wybuild automatic update the way i wrote above the error is:* 16/01/2014 16:53:20 [User -Golan]:Exception 'Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies.'has occured at Arnonit.frmReport.InitializeComponent() at Arnonit.frmReport..ctor(String FileName, String WhereClause, String GroupColumn, Double dMadad, String FormReportPath, Int32 ProcessID) in C:\Sinapis\Projects\Rimon_dev_2012\Project\frmReport.vb:line 27.

from my Investigation this is the line:Me.CrystalReportViewer1 = New CrystalDecisions.Windows.Forms.CrystalReportViewer

The error is that when i use the msi it all works but with crystal reports.when i use your wybuild automatic update the way i wrote above the error is:* 16/01/2014 16:53:20 [User -Golan]:Exception 'Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies.'has occured at Arnonit.frmReport.InitializeComponent()at Arnonit.frmReport..ctor(String FileName, String WhereClause, String GroupColumn, Double dMadad, String FormReportPath, Int32 ProcessID) in C:\Sinapis\Projects\Rimon_dev_2012\Project\frmReport.vb:line 27.

from my Investigation this is the line:Me.CrystalReportViewer1 = New CrystalDecisions.Windows.Forms.CrystalReportViewer

The error is that when i use the msi it all works right with crystal reports.when i use your wybuild automatic update the way i wrote above the error is:* 16/01/2014 16:53:20 [User -Golan]:Exception 'Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies.'has occured at Arnonit.frmReport.InitializeComponent()at Arnonit.frmReport..ctor(String FileName, String WhereClause, String GroupColumn, Double dMadad, String FormReportPath, Int32 ProcessID) in C:\Sinapis\Projects\Rimon_dev_2012\Project\frmReport.vb:line 27.

from my Investigation this is the line:Me.CrystalReportViewer1 = New CrystalDecisions.Windows.Forms.CrystalReportViewer

You're still only giving me part of your problem. Here's what you've told me:

1. You install your app.2. Your app needs crystal reports.

You haven't told me:

1. Do you install crystal reports?2. If so, when do you install crystal reports?

wyBuild is not magic, unfortunately. It doesn't touch anything you don't tell it to touch. So if you need crystal reports, and you don't tell wyBuild to install it, then it won't install it.

so how tell him to install it?

You clearly have an initial installer for your app. Why do you install Crystal Reports right then in your installer?