How to get my licence information

Started by Randem, May 28, 2013, 03:06:16 AM

Previous topic - Next topic

Randem

The file you are referring to is in the Auto OS Updater...

Randem

Hi Nitesh,
 
I said a while back you are using the wrong Auto OS Updater and the current version of InnoScript does not use it at all. Which makes for a smaller install that only installs the components that you need.
 
You are using software several years old...

nitesh

Hi Guys,
I'm not sure purchasing a new version will help. The installer works fine on my colleagues windows 7 64 bit pc. On the clients pc i get an error saying failed to register type library msado21.tlb. Is there anything I can try to fix this on the current setup file?

nitesh

Thanks. I missed that I was searching for a link. I have sent an email. Hope to hear back from you soon


nitesh

Hi Randem,
 
I can't seem to find an announcement page. please can you send me the url. Thanks

Randem

nitesh,
 
We don't accept private messages. Please use the email address and other instructions that are on the announcement page to request the registration codes. The issue you are having is because you are using a version of InnoScript that came out BEFORE Windows 7. You are on version 7.3 and InnoScript is at 11.1 Build 26. We do not support older versions of InnoScript, but the reason you are having this issue is because of the old version of the Automatic OS Updater, which is not used by InnoScript anymore.
 
InnoScript does things a bit different now. You should really consider updating InnoScript.

nitesh

Hi Randem,

Perhaps you can help before I go about trying to get the older version etc. This is my script.

; InnoScript Version 7.3  Build 2
; Randem Systems, Inc.
; Copyright 2003-2007
; Website: https://randemsystems.support
; Support:  https://randemsystems.support
; OS: Windows XP 5.1 build 2600 (Service Pack 2)

; Date: January 10, 2008

;              VB Runtime Files Folder:   C:\Program Files\Randem Systems\InnoScript\InnoScript 7\VB 6 Redist Files\
;     Visual Basic Project File (.vbp):   E:\David\VBDev\Plant Maintenance\plant.vbp
; Inno Setup Script Output File (.iss):   E:\David\VBDev\Plant Maintenance\Improved Script\release Release.iss
;         Script Template Files (.tpl):   C:\Program Files\Randem Systems\InnoScript\InnoScript 7\Templates\Release.tpl
;                                     :   C:\Program Files\Randem Systems\InnoScript\InnoScript 7\Templates\VBRuntime.tpl
;                                     :   C:\Program Files\Randem Systems\InnoScript\InnoScript 7\Templates\Vista.tpl
;                                     :   E:\Downloads\Crystal Merge Module\CRXI_RDC_Redistribution\CR XI RDC Redistribution.tpl

; ------------------------
;        References
; ------------------------

; Visual Basic For Applications - (MSVBVM60.DLL)
; OLE Automation - (STDOLE2.TLB)
; Microsoft Internet Controls - (shdocvw.dll)
; Crystal Reports ActiveX Designer Run Time Library 11.0 - (craxdrt.dll)
; Crystal Reports ActiveX Designer Design and Runtime Library 11.0 - (craxddrt.dll)
; Microsoft Scripting Runtime - (scrrun.dll)
; Microsoft ActiveX Data Objects 2.8 Library - (msado15.dll)


; --------------------------
;        Components
; --------------------------

; Microsoft Winsock Control 6.0 (SP6) - (mswinsck.ocx)
; Microsoft Windows Common Controls 6.0 (SP6) - (mscomctl.ocx)
; Microsoft Windows Common Controls-2 6.0 (SP6) - (mscomct2.ocx)
; Microsoft Tabbed Dialog Control 6.0 (SP6) - (tabctl32.ocx)
; Microsoft FlexGrid Control 6.0 (SP6) - (msflxgrd.ocx)


[Setup]
AppId=Yardman Release

;-----------------------------------------------------------------------------------------------------
; Taken from VBP Project File Parameters AppName, AppName AppVersion and Company
;-----------------------------------------------------------------------------------------------------

AppName=Yardman
AppVerName=Yardman 1.0.0
AppPublisher=Network Support

;-----------------------------------------------------------------------------------------------------

AppVersion=1.0.0
VersionInfoVersion=1.0.0
AllowNoIcons=no
DefaultGroupName=YardMan
DefaultDirName={code:GetAppFolder}\YardMan
AppCopyright=
PrivilegesRequired=Admin
MinVersion=4.0,5.01
Compression=lzma
OutputBaseFilename=YardMan22100Release

[Tasks]
Name: AutoOSUpdater; Description: Install MDAC's for Database Operations; GroupDescription: Install MDAC's:
Name: ScriptingRuntime; Description: Install Microsoft's Scripting Runtime; GroupDescription: Install Scripting Runtime:

[Files]
Source: E:\Downloads\Crystal Merge Module\CRXI_RDC_Redistribution\CRXI_RDC_Redistribution.msi; DestDir: {tmp}; Flags: nocompression ignoreversion deleteafterinstall
Source: c:\program files\vb_dcom_mdac_jet_autosetup.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; Tasks: AutoOSUpdater
Source: e:\david\vbdev\plant maintenance\scripting runtime\scripten.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; MinVersion: 0,5.0; OnlyBelowVersion: 0,5.02; Tasks: ScriptingRuntime
Source: e:\david\vbdev\plant maintenance\scripting runtime\scr56en.exe; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,4.01; Tasks: ScriptingRuntime
Source: e:\david\vbdev\plant maintenance\opendb.dsn; DestDir: {app}; Flags:  ignoreversion; 
Source: c:\program files\common files\business objects\3.0\crystalreportviewers11\activexcontrols\crviewer.dll; DestDir: {cf}\business objects\3.0\crystalreportviewers11\activexcontrols\; Flags:  regserver restartreplace sharedfile; 
Source: c:\windows\system32\mswinsck.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
Source: c:\windows\system32\msflxgrd.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile; 
Source: e:\david\vbdev\plant maintenance\exe\yardman22.exe; DestDir: {app}; Flags:  restartreplace sharedfile; 
Source: E:\David\VBDev\Plant Maintenance\Icons\*.*; DestDir: {app}\Icons; Flags: ignoreversion
Source: E:\David\VBDev\Plant Maintenance\Reports\*.*; DestDir: {app}\Reports; Flags: ignoreversion

[INI]
Filename: {app}\YardMan22.url; Section: InternetShortcut; Key: URL; String: 

[Icons]
Name: {group}\Yardman; Filename: {app}\YardMan22.exe; WorkingDir: {app}
Name: {group}{cm:ProgramOnTheWeb, Yardman}; Filename: {app}\YardMan22.url
Name: {group}{cm:UninstallProgram, Yardman}; Filename: {uninstallexe}

[Run]
Filename: msiexec.exe; Parameters: /package {tmp}\CRXI_RDC_Redistribution.msi /passive; WorkingDir: {tmp}; Flags: skipifdoesntexist
Filename: {tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: AutoOSUpdater
Filename: {tmp}\scr56en.exe; Parameters: /r:n /q:1; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,4.01; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: ScriptingRuntime
Filename: {tmp}\scripten.exe; Parameters: /r:n /q:1; MinVersion: 0,5.0; OnlyBelowVersion: 0,5.02; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: ScriptingRuntime
Filename: {app}\YardMan22.exe; Description: {cm:LaunchProgram, Yardman}; Flags: nowait postinstall skipifsilent; WorkingDir: {app}

[UninstallDelete]
Type: files; Name: {app}\YardMan22.url

[Registry]


function GetAppFolder(Param: String): String;
begin
  if InstallOnThisVersion('0,6', '0,0') = irInstall then
    Result := 'C:\Users\Public\'   ExpandConstant('{username}') 
  else
    Result := ExpandConstant('{pf}');
end;

It works fine on XP, Vista. On a windows 7 64 bit pc I get an error saying Failed to register type library msad021.tlb Please help me fix it. My license was purchased by my boss. Can I Private message you the username?

Randem

Aloha nitesh,
 
Your licensing information from a few years ago will not work with the current version of InnoScript, so either you will need to purchase the new version or find an backup copy of the version that you had installed. It is all noted in the InnoScript announcement page of the support board...
 
BTW: We can find no registration information for you. Perhaps you registered under a different name?

nitesh

Hi Guys,
I purchased an innoscript a few years ago. Since then my pc has been formatted and I haven't done VB6 stuff in a while. I need to make a change to a script and i need to download Innoscript and Innosetup again. Please can you send me my licence information