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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- The installer found unexpected changes to the install script
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
‎Nov 18, 2011
04:23 AM
The installer found unexpected changes to the install script
I have been using InstallAnywhere 2011 Enterprise edition to create installer named as "setup.exe".
Here is the a few modification I do after creation of installer
1. Rename "setup.exe" to "setup.zip"
2. Update "setup.zip" with a few folders and files which are being used by Custom code extends from InstallAnywhere 2011 API.
3. Add the updated "setup.zip" to self extracting exe file created using C++.
and finally we seup.exe which contains "setup.zip".
When we launch the self extracting exe mentioned above, unzip of setup.zip to temp folder takes place and in turn invoke "setup.exe" created by InstallerAnywhere 2011.
We could see the initial screen but it throws up ERROR "The installer found unexpected changes to the install script"
Please help us to resolve the issue.
Here is the a few modification I do after creation of installer
1. Rename "setup.exe" to "setup.zip"
2. Update "setup.zip" with a few folders and files which are being used by Custom code extends from InstallAnywhere 2011 API.
3. Add the updated "setup.zip" to self extracting exe file created using C++.
and finally we seup.exe which contains "setup.zip".
When we launch the self extracting exe mentioned above, unzip of setup.zip to temp folder takes place and in turn invoke "setup.exe" created by InstallerAnywhere 2011.
We could see the initial screen but it throws up ERROR "The installer found unexpected changes to the install script"
Please help us to resolve the issue.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 18, 2011
05:19 AM
I'm afraid you cannot do what you want to do: the installer has built-in verification if it has been altered, so post-creation modifications are not supported. You need to bundle custom code in the installer itself, and as the setup.exe is self-extracting, I really don't understand why you bundle it in another wrapping?!?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2011
11:17 PM
Thanks Vlad!!! for your reply.
Steps which I have mentioned, is to make the setup.exe more generic and allow multiple product teams to customize the installer based on their needs.This was possible using InstallAnywhere 6.1 Enterprise version.But my question is why the changes have been made in InstallAnywhere 2011 Enterprise version?.
Steps which I have mentioned, is to make the setup.exe more generic and allow multiple product teams to customize the installer based on their needs.This was possible using InstallAnywhere 6.1 Enterprise version.But my question is why the changes have been made in InstallAnywhere 2011 Enterprise version?.