tjwlsdkzzz
Posts: 26
Joined: Fri Sep 12, 2014 10:54 am

patch and exe file

Hi.

I have a problem making patch file.

first, I make 2 install file (Single EXE setup because I use prerequisites and pre-install updates)

And then I make patch file.
But when i make patch file, it's impossible.
when I make patch file, it require MSI file.

So, when i make exe file, how can i use patch??????
Daniel
Posts: 8279
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: patch and exe file

Hello,

In order to achieve what you want you should simply extract the embedded MSIs from your EXE setups. Just use the "/extract" EXE proprietary command to extract the MSI files and, then create the patch between your MSI files.

Also, please take a look on our "Creating patches" and "Patch Authoring" articles which should be useful for you.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
tjwlsdkzzz
Posts: 26
Joined: Fri Sep 12, 2014 10:54 am

Re: patch and exe file

sorry... where can i find 'EXE proprietary command'??


I don't know where I have to write /extract
Bogdan
Posts: 2796
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: patch and exe file

Hello,

In order to extract the msi from exe follow the steps bellow:

1.Open the command line prompt

2.When you first start the Command Prompt, you will be located in your personal directory.
This is typically C:\Users\username\.Change it with the path where the exe package is located.

3.Enter the command:

Code: Select all

Your_exe_name.exe /extract:"C:\MyDoc"
This command will extract MSI file in the "MyDoc" folder.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
tjwlsdkzzz
Posts: 26
Joined: Fri Sep 12, 2014 10:54 am

Re: patch and exe file

Thank you very much :D !!!!

Return to “Common Problems”