questions before buying

Hello, Im testing WyBuild. Fist of all, congratulations, I think it is an awsome and a very usefull tool.I am interested in buy the full versi, but I have some questions before that. I watched out the help page and faqs on your website and I havent find the respond for these questions:

1) How can I change the digital code signing of the exe of the updater? I have my own code signing from Verising and I want to use this one.

2) It is posible to change the copyright and these data in the executable file of the updater? If this is posible, how can i do it?

3) I would like to change the wyUpdate name when I compile it. I am saying this: wyUpdate ----------- (long line) that appears down.

4) I want to execute a hidden update with a timer for downloading new updates, Could I do this way?Process.Start(Application.StartupPath & "\Update.exe", "/quickcheck")

I want the timer to check new updates and if there is one available will continue automaticaly the hidden downloading and replace the files or install new files depending on I chose. Also I want to know if it is posible to close a file executing in my aplication for updating and once finished throw back again without problems

5) If in a specific version I want to erase some files useless for my aplication, it i sable to erase the files the updater?

6) If one day I decided to update the updater in a update, What will happend?

1) How can I change the digital code signing of the exe of the updater? I have my own code signing from Verising and I want to use this one.

2) It is posible to change the copyright and these data in the executable file of the updater? If this is posible, how can i do it?

3) I would like to change the wyUpdate name when I compile it. I am saying this: wyUpdate ----------- (long line) that appears down.

6) If one day I decided to update the updater in a update, What will happend?

All of these questions are answered here: How to make a custom version of wyUpdate.

5) If in a specific version I want to erase some files useless for my aplication, it i sable to erase the files the updater?

If you follow the step-by-step walkthrough, and you add all files to wyBuild, then wyBuild will know which files to add, which to remove, and which to patch.

4) I want to execute a hidden update with a timer for downloading new updates, Could I do this way?Process.Start(Application.StartupPath & "\Update.exe", "/quickcheck")

Yes, that's one way to do it.

Also I want to know if it is posible to close a file executing in my aplication for updating and once finished throw back again without problems

Yes, you can execute files after an update.

One question that I have forgotten, I change than it is for wyUpdate.exe > Update.exe

Does this influence in the update of the same or other components?

One question that I have forgotten, I change than it is for wyUpdate.exe > Update.exe

Yes, you can change the exe name.

Does this influence in the update of the same or other components?

Nope, just follow the walkthrough. And don't include "Update.exe" in your main wyBuild project (it should have its own self-update project as described in the articles I linked to).

Hello,First I have already purchased a license. I would like to know how can I contact you to make a company invoice.

In the technical part I have some quiestions:

1 On source code, which proyect (it comes with 3) should I use, edit and compile to change something and include it in the install packet of my aplication?

2 If I edit something of the source code and I join this exe. with the intall packet of my aplication In the program section Build wyUptade & Updates into this category, Is necesary that everytime I compile new updates to select the botton Build wyUpdate or only Build Updates.

3 If I change some parametres from Files > Properties as an example Hide the warning Delete wyUpdate.exe from this proyect, among other modifications, Where this modifications could be saved, into exe or client?. I have to know it for personalize my wyUpdate.exe from the source code becouse I dont want which the program generates. I just want to upload with my personalized uploades by the source code.

4 Can I add multiple servers to check in these server if there are updates or not? I see that I can add diferent websites, because of this my question.

5 Suppose that I launch my installer with the generation of wyUpdater.exe in my aplication. If the version 1.0, for example, is updated by default factory into the installer and I havent reference my application1.exe (for example) and I do have version 1.1 reference, is able to rename the file?

In the other hand if it is already referenced on version 1.1 and I launch 1.2, if I want to indicate the file to be eliminated, it would be possible? It has to be referenced in a previous update for be erased?

Thanks.

1 On source code, which proyect (it comes with 3) should I use, edit and compile to change something and include it in the install packet of my aplication?

Use the solution for your version of visual studio.

2 If I edit something of the source code and I join this exe. with the intall packet of my aplication In the program section Build wyUptade & Updates into this category, Is necesary that everytime I compile new updates to select the botton Build wyUpdate or only Build Updates.

Yes. The "build wyUpdate" also builds the client.wyc.

3 If I change some parametres from Files > Properties as an example Hide the warning Delete wyUpdate.exe from this proyect, among other modifications, Where this modifications could be saved, into exe or client?. I have to know it for personalize my wyUpdate.exe from the source code becouse I dont want which the program generates. I just want to upload with my personalized uploades by the source code.

I don't know what you're asking.

4 Can I add multiple servers to check in these server if there are updates or not? I see that I can add diferent websites, because of this my question.

Yes.

5 Suppose that I launch my installer with the generation of wyUpdater.exe in my aplication. If the version 1.0, for example, is updated by default factory into the installer and I havent reference my application1.exe (for example) and I do have version 1.1 reference, is able to rename the file?

I don't know what you're asking.

Hello,

I edited the wyUpdate.exe own source code dated "Aug 2012" I wonder if things have been corrected or added to update the code.

Furthermore when I run an update, my wyUpdate.exe edited from the source code disappears when I run an update, says updating me wyUpdate.exe and replaced.

Why can it be?

-----------------------

One question, when I create a new version, the files I included in an earlier version, the new version will be deleted.

For what reason? There is no way not to delete if I directed?

thanks

I edited the wyUpdate.exe own source code dated "Aug 2012" I wonder if things have been corrected or added to update the code.

Yes. And we have a new version coming out this year.

Furthermore when I run an update, my wyUpdate.exe edited from the source code disappears when I run an update, says updating me wyUpdate.exe and replaced.

Did you follow the articles I linked to? Namely: How to make a custom version of wyUpdate.

One question, when I create a new version, the files I included in an earlier version, the new version will be deleted.

For what reason? There is no way not to delete if I directed?

If you follow the step-by-step walkthrough, and you add all files to wyBuild, then wyBuild will know which files to add, which to remove, and which to patch. Look at step 6.

My guess: you're not adding all of the files. Add all of the files.

Hello good morning

When you implement this code with my custom wyUpdate.exe opens and closes.

Process.Start(Application.StartupPath & "\wyUpdate.exe", "/quickcheck /justcheck /noerr")

But if I put the wyUpdate.exe I generated interface does not close and made ??the update.

Why reason?

-------------

What else Could tell me how to update the source code.

Could you compile and upload a new one on google.

On this update Informing That is me, That I Might following have aa van update.

thanks

When you implement this code with my custom wyUpdate.exe opens and closes.

Process.Start(Application.StartupPath & "\wyUpdate.exe", "/quickcheck /justcheck /noerr")

Right, of course it does. That's what it's supposed to do.:

If you want to silently check for updates then jump right into installing the update, first run wyUpdate in silent mode and check if the return code is "2":
wyUpdate.exe /quickcheck /justcheck /noerr

Notice that that's just the first step. Namely, you're launching wyUpdate to get the return code. Once you have the return code you take some action.

If the return code is "2" this means there is an update. From there you can prompt the user within your app if they want to update. If they agree, then launch wyUpdate with the "/skipinfo" commandline argument:
wyUpdate.exe /skipinfo

This "/skipinfo" argument will tell wyUpdate to skip the "update information" page and instead jump straight into downloading and installing the update.

Make sense?

What else Could tell me how to update the source code.

If you don't know how, then we recommend not touching the source code because you can do more harm to yourself than good. Just use our pre-built versions of wyUpdate.

Hi thanks for replying,

If I have edited my wyUpdate.exe will only change the parameter of assembly information properties.

Well when I put this code, Process.Start(Application.StartupPath & "\wyUpdate.exe", "/quickcheck /justcheck /noerr") I opened and closed it. But if I put my wyUpdate generated wyBuild me open the window to allow an update.

Why reason mine does not open?

What else could do this?

Process.Start(Application.StartupPath & "\wyUpdate.exe", "/quickcheck /justcheck /skipinfo /noerr")

Ok, if our version works, then use that instead.