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
- :
- Re: Upgrade installshield 2003 to 2012
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
‎Oct 06, 2011
02:35 PM
Upgrade installshield 2003 to 2012
Hi all,
I am looking to upgrade installshield version 8 to the latest 2012 professional or enterprise version. I am fairly new to installshield can anyone help me in doing the upgrade process from scratch..
Thanks
I am looking to upgrade installshield version 8 to the latest 2012 professional or enterprise version. I am fairly new to installshield can anyone help me in doing the upgrade process from scratch..
Thanks
(12) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 07, 2011
08:18 AM
The best place to start is to review the applicable help topics in the "Upgrading from Earlier InstallShield Versions" section of the help, as shown in the screen shot below. I don't think we've ever released a version called InstallShield 2003. In any case, though, you'll want to open your .ism file in InstallShield, and InstallShield will convert the project to InstallShield 2012 for you.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 07, 2011
08:45 AM
Each time I have upgraded it has been relatively painless.
I would recommend that you leave your old version installed so that you can go back and refer to your options. There are a few that you may have to change under Tools, Options
Merge Modules
Preferences
I would recommend that you leave your old version installed so that you can go back and refer to your options. There are a few that you may have to change under Tools, Options
Merge Modules
Preferences
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 18, 2011
06:02 PM
Thanks for the reply I simply ran the old project(which was in version8) in 2012.. But I get this error message cant find dotnetsp1 in the redistributable folder, I would like to make installshield not look for dotnetsp1 can anyone suggest a way to do this...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 19, 2011
08:31 AM
Which project type are you using? (InstallShield shows the project type within square brackets in the title bar.)
Also, which version of .NET Framework? As described in the following help topic, there are different ways to add the .NET Framework to a project. It depends on which version of .NET Framework you are including, as well as which project type you are using. In order to fix the error, it's necessary to figure out where the missing redistributable file is supposed to be, and what type of redistributable (for example, InstallShield prerequisite) it is.
Adding .NET Framework Redistributables to Projects
Also, which version of .NET Framework? As described in the following help topic, there are different ways to add the .NET Framework to a project. It depends on which version of .NET Framework you are including, as well as which project type you are using. In order to fix the error, it's necessary to figure out where the missing redistributable file is supposed to be, and what type of redistributable (for example, InstallShield prerequisite) it is.
Adding .NET Framework Redistributables to Projects
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 07, 2011
05:18 PM
I just exclude the dotnet redistributable for the error but I have another where the installshield is unable read anything from the source directory ..Can anyone help on this
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 08, 2011
07:58 AM
Can you provide the exact error number and message? And also the project type?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 08, 2011
05:34 PM
there is no specific error number for this when test the release i dont see installshield copying any files from the sourcedir
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 11, 2011
01:06 AM
You need to check in Installshield IDE 'Media -> Pathvariable" is defined corresponding path of sourceDir.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 22, 2011
03:27 PM
The path variables looks correct and indicating the right folders i ran the same .ism file in installshield version 11 it worked fine. The SOURCEDIR is empty does anyone know any alternative for this. thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 23, 2011
02:28 PM
Is this in a deferred custom action? If so, you need to use CustomActionData to pass this around. See the migration notes for InstallShield 12.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 28, 2011
01:40 PM
this is in the installscript in debug mode and also when running the setup misses some files. I use the resolvesourceaction in the userinterface sequences. How can i use customactiondata for getting the sourcedir
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 29, 2011
09:20 PM
i m looking to uninstall existing msde or sql server instance using the script. is there a way to dis