Keep the same GUI as of Exe Installation
I have a exe and i want to convert the same to msi so i have taken a setupcapture.
But now the GUI is totally changed. so i just want to know whether it is possible to have the same GUI (dialog box , checkboxes etc ) that appeared in exe .
I know that i am repackaging the installation but during installation of exe we have to select some tabs depending on the user requirement , so i was thinking to have the same GUI. So we can capture only one setting or ..
But now the GUI is totally changed. so i just want to know whether it is possible to have the same GUI (dialog box , checkboxes etc ) that appeared in exe .
I know that i am repackaging the installation but during installation of exe we have to select some tabs depending on the user requirement , so i was thinking to have the same GUI. So we can capture only one setting or ..
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
murali.bhat
13 years ago
Posted by:
spartacus
13 years ago
If you absolutely *must* have an MSI, then you might want to consider creating a 'wrapper' MSI which deploys the vendor source to a local folder and then calls the original setup executable (as a custom action). Doing this means end users will see the original dialogs the setup executable provides and there should be no need for you to 'reengineer' the dialogs yourself. There should be more information in this forum about wrappers if you do a search.
One thing to remember if you go down this route is that you may see two Add/Remove Programs (ARP) entries - one for your wrapper and one for the original setup. Consider using the ARPSYSTEMCOMPONENT property to hide the wrapper ARP entry if this is a problem for you.
Spartacus
One thing to remember if you go down this route is that you may see two Add/Remove Programs (ARP) entries - one for your wrapper and one for the original setup. Consider using the ARPSYSTEMCOMPONENT property to hide the wrapper ARP entry if this is a problem for you.
Spartacus
Posted by:
rock_star
13 years ago
Thanks
How do we do the 'reengineer' the dialogs ?
Actually in application the client have some option that need to selected like the operating system he is deploying the machine or like region specific things. so he is not willing to change the dialog boxes. Also he want to have his company icon onto the screen od every dialog box.
Spartacus -- i have idea about MSI Wrapper. but from setup file he want one option to be deleted. This exe has option to install itself in 98 OS now he want that applicaiton shouldn't be able to install on 98 OS. we can give launch condition . but this functionality is in dropdown box of GUI of applicaiton.
and murali.bhat spartacus
How do we do the 'reengineer' the dialogs ?
Actually in application the client have some option that need to selected like the operating system he is deploying the machine or like region specific things. so he is not willing to change the dialog boxes. Also he want to have his company icon onto the screen od every dialog box.
Spartacus -- i have idea about MSI Wrapper. but from setup file he want one option to be deleted. This exe has option to install itself in 98 OS now he want that applicaiton shouldn't be able to install on 98 OS. we can give launch condition . but this functionality is in dropdown box of GUI of applicaiton.
Posted by:
anonymous_9363
13 years ago
This is like pulling teeth...
Re-package it as an MSI and build in OS and region detection, or set up public properties which the client can specify on the command line or in a transform. If the client STILL wants dialogs, you'll need to build them from scratch. Given the level of questioning (no offence) I'm not confident in your ability to do that.
Re-package it as an MSI and build in OS and region detection, or set up public properties which the client can specify on the command line or in a transform. If the client STILL wants dialogs, you'll need to build them from scratch. Given the level of questioning (no offence) I'm not confident in your ability to do that.
Posted by:
rock_star
13 years ago
Posted by:
anonymous_9363
13 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.