This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- InstallSheild launched from a website?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 11, 2011
11:18 AM
InstallSheild launched from a website?
We have a powerbuilder cleint server aapplication and are hoping to move the installation process to a web page. Here's what I would like to do. Can someone let me know if installshield could provide this type of functionality.
First time hitting website / installation process:
1) users go to an internal website to launch an installation process for a client/server application.
2) the first visit to the website only would trigger the powerbuilder runtime executable (this would install the powerbuilder client server runtime to the users local drive). (this is an .msi file)
3) next a directory will need to be created on the local machine and the powerbuilder application files will need to be copied to this directory.
4) run the powerbuilder application
From this point on when users want to run the program a user would return to the internal website
1) a check should be made to make sure the user has the latest version of the powerbuilder application, if not the latest version should be copied to a local directory over the old version.
2) run the powerbuilder application
Any suggestions or feedback would be appriciated.
dm
First time hitting website / installation process:
1) users go to an internal website to launch an installation process for a client/server application.
2) the first visit to the website only would trigger the powerbuilder runtime executable (this would install the powerbuilder client server runtime to the users local drive). (this is an .msi file)
3) next a directory will need to be created on the local machine and the powerbuilder application files will need to be copied to this directory.
4) run the powerbuilder application
From this point on when users want to run the program a user would return to the internal website
1) a check should be made to make sure the user has the latest version of the powerbuilder application, if not the latest version should be copied to a local directory over the old version.
2) run the powerbuilder application
Any suggestions or feedback would be appriciated.
dm
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 11, 2011
02:15 PM
I found a process in Powerbuilder called 'Intelligent Updater' that may meet my needs.