Here's my FabNet brand-new (not upgrade) install script, if it helps you see how easy Inno is (and much of that is extra fluff thrown in by the wizard):

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{my code removed here}
AppName=MBSS FabNet

AppVersion=0.0.370
VersionInfoVersion=0.0.370
VersionInfoTextVersion=0.0.370
VersionInfoProductVersion=0.0.370
VersionInfoProductTextVersion=0.0.370
AppPublisher=MB Software Solutions, LLC
AppPublisherURL=http://www.mbsoftwaresolutions.com/
AppSupportURL=http://www.mbsoftwaresolutions.com/
AppUpdatesURL=http://www.mbsoftwaresolutions.com/
DefaultDirName={sd}\MBSS\FabNet
DisableDirPage=yes
DefaultGroupName=MBSS FabNet
DisableProgramGroupPage=auto
LicenseFile=C:\dev\fabnet\FabNet_EULA.txt
InfoAfterFile=C:\dev\fabnet\FabNet_Version_History.txt
OutputDir=c:\dev\fabnet\distribution
OutputBaseFilename=FabNet_setup
SetupIconFile=C:\dev\fabnet\graphics\mb-icon-32x32-2.ico
Compression=lzma
SolidCompression=yes
VersionInfoCompany=MB Software Solutions, LLC
VersionInfoDescription=MBSS FabNet estimating software
VersionInfoCopyright=(c) 2015, MB Software Solutions, LLC
VersionInfoProductName=MBSS FabNet
AppCopyright=(c) 2015, MB Software Solutions, LLC
AppMutex=fabnet.exe

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1

[Files]
Source: "C:\dev\fabnet\fabnet.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\dev\fabnet\myloader.ini"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\dev\fabnet\Setup.exe"; DestDir: "{app}\MyODBC"; Flags: onlyifdoesntexist Source: "C:\dev\fabnet\MyIncludes\*.*"; DestDir: "{app}"; Flags: onlyifdoesntexist Source: "c:\dev\musthave\*.*"; DestDir: "{app}"; Flags: onlyifdoesntexist
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\MBSS FabNet"; Filename: "{app}\fabnet.exe"
Name: "{group}\{cm:UninstallProgram,MBSS FabNet}"; Filename: "{uninstallexe}" Name: "{commondesktop}\MBSS FabNet"; Filename: "{app}\fabnet.exe"; Tasks: desktopicon Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\MBSS FabNet"; Filename: "{app}\fabnet.exe"; Tasks: quicklaunchicon

[Run]
Filename: "{app}\fabnet.exe"; Description: "{cm:LaunchProgram,MBSS FabNet}"; Flags: nowait postinstall skipifsilent




On 2015-03-16 13:20, Allen wrote:
Thanks Mike
well I tried the UAC off and changing isregspy to win7. Nothing works
so its get the old laptop out time
Al

-----Original Message-----


Sorry, Al...I only use Inno Setup.  Rick Borup gave a talk on
Installshield years ago so hopefully he'll see your post and have a tip.

--Mike


[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to