I use linux, and have moderate windows experience.

What I would like to do is merge

 a.exe 
 b.exe 

into one installer. And want the installer to run first a.exe, make it autorun on startup. Then immediatly run "b". So b.exe is placed somwhere, with "a", but "a" is autorun on startup.

What would be the smart way to do this?

有帮助吗?

解决方案

I'd use WinRAR for this and create self-extracting archive, with autorun program setting enabled which will run prepared bat file. I know you said you use Linux, but it's not impossible with wine, especially when you're working with exe files ;)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top