NSIS Error from CDs
Hi there
I am still a newbie to NSIS but really like it. Here is my problem
I am creating a simple install using the zip2exe approach (from a zip file) and have only a minor edit to the header as follows for the modernUI (contrib. zip2exe folder)
;Change this file to customize zip2exe generated installers with a modern interface
!include "MUI.nsh"
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_LANGUAGE "English"
InstallDirRegKey HKLM Software\Valve\Steam InstallPath
Icon C:\RNI\NSIS\snake-5.ico
I create the installer, works fine from the harddisk. I then burn it to CDROM with an autorun. When I insert the CD into a drive (any one of my machines) it starts to autoplay and I get the “setup is installing, verifying integrity†popup in XP sp2. This goes to about 77 – 100% and then I get a NSIS error “installer integrity check has failed†… virtually every time!
If I copy the installer.exe file off the burned cd onto a hard disk … then it works fine.
Can you please help! I have about 40 of these burned and none are working!
TIA
J
PS
I am also looking for a script that will use the main NSIS compiler (not zip2exe) that will do the following using the modernUI.
1. Add a desktop shortcut
2. Read a zip archive for the file list (there are over 1000 files in my install)
3. Display a license agreement
4. Use an icon for the installer
Is it possible to get this into the modernUI header under zip2exe? Any help here for a NSIS newbie would be greatly appreciated!