문제

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