Packaging Executable
Dear All,
I have a very peculiar request to repackage an executable. I have one executable called softphone.exe this is not a setup, upon executing it'll launch application for use. Request for me is to make msi for this application. I want help or guidelines, how to make and exe into msi? Please guide me.
With best Regards,
MSV
I have a very peculiar request to repackage an executable. I have one executable called softphone.exe this is not a setup, upon executing it'll launch application for use. Request for me is to make msi for this application. I want help or guidelines, how to make and exe into msi? Please guide me.
With best Regards,
MSV
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
VikingLoki
19 years ago
It'll be easy. I don't know what packaging util you're using so here is the steps in WisePS.
Use SetupCapture, take your initial snapshot, copy the file where you want it to go, run the applicaiton (in case it extracts files or creates registry keys), close it and finish the SetupCapture. There's your MSI, continue with your usual packaging process.
Use SetupCapture, take your initial snapshot, copy the file where you want it to go, run the applicaiton (in case it extracts files or creates registry keys), close it and finish the SetupCapture. There's your MSI, continue with your usual packaging process.
Posted by:
bheers
19 years ago
follow what viking said or with out snapshot you can just add file to your template(copy the template local rename to your application name), then create a folder in program files or where ever you want it, add the file to the folder, then make it a key files, carete an advertised shortcut to that file. build it.
Posted by:
msvkumar
19 years ago
Posted by:
msvkumar
19 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.