Windows Side By Side Manifest Installation
A Windows Side By Side Manifest can easily be created with InnoScript. To create a Windows Side By Side Manifest installation follow these simple steps:
The manifest file will only be created at installation time. The process will copy the files marked with {WinSxS} from the Add Files selection into the location where the application was installed along with two manifest files. One manifest file will have the name of YOUREXENAME.exe.manifest and the other will have the name of WinSxS.Manifest. All the COM dll/ocx that you selected will be referenced in the WinSxS.Manifest file. The YOUREXENAME.exe.manifest will reference the WinSxS.Manifest file.
The two manifest files along with the files marked with {WinSxS} MUST be in the application folder in order for your application to work!
NOTE: When Deploying a WinSxS manifest, all other Manifests will not be deployed even if selected.
Created with the Personal Edition of HelpNDoc: Free Web Help generator