Hi I have created a program that in VB6 in WinXP Pro and for some reason they will not install in Win98 System. Here is my code:
[Setup]
AppName=Bartender
AppVerName=Bartender 1.0.0
AppPublisher=Online pC Connections, Inc.
AppPublisherURL=http://megabiznes.com/drinks (http://megabiznes.com/drinks)
AppVersion=1.0.0
AllowNoIcons=yes
DefaultGroupName=Drinks Master
DefaultDirName=Drinks Master
AppCopyright=(c) John Cabral 2004
PrivilegesRequired=Admin
MinVersion=4.0,4.0sp06
OutputBaseFilename=drinks100
[Tasks]
Name: desktopicon; Description: Create a &desktop icon; GroupDescription: Additional Icons:
Name: quicklaunchicon; Description: Create a &Quick Launch Icon; GroupDescription: Additional Icons:; Flags: unchecked
[Files]
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\msvbvm60.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\oleaut32.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\olepro32.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\asycfilt.dll; DestDir: {sys}; Flags: uninsneveruninstall sharedfile
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\stdole2.tlb; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\comcat.dll; DestDir: {sys}; Flags: sharedfileuninsneveruninstall sharedfile regserver
Source: e:\my documents\myvbcode\bartender\drinksmarc.exe; DestName: drinks.exe;DestDir: {app}; Flags: ignoreversion
Source: e:\my documents\myvbcode\bartender\drinks.txt; DestDir: {app}; Flags: ignoreversion
Source: comdlg32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: resizer.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
[INI]
Filename: {app}\drinks.url; Section: InternetShortcut; Key: URL; String:
[Icons]
Name: {group}\Bartender; Filename: {app}\drinks.exe; WorkingDir: {app}
Name: {group}\Bartender on the Web; Filename: {app}\drinks.url
Name: {group}\Uninstall Bartender; Filename: {uninstallexe}
Name: {userdesktop}\Bartender; Filename: {app}\drinks.exe; Tasks: desktopicon; WorkingDir: {app}
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Bartender; Filename: {app}\drinks.exe; Tasks: quicklaunchicon; WorkingDir: {app};
[Run]
Filename: {app}\drinks.exe; Description: Launch Bartender; Flags: nowait postinstall skipifsilent; WorkingDir: {app}
[UninstallDelete]
Type: files; Name: {app}\drinks.url
Getting error code 5 when trying to replace msvbvm60.dll
Even redid the setup file without the VB runtimes and program still does not work. Any help as this is a program that I will be selling.