Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 16-11-2014, 04:09
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
audio was disabled in autorun but it started again in setup. Or it is suppose to be like that?
Oh and, the previous installation still doesn't work, I got 32-bit system.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Logrim (16-11-2014)
Sponsored Links
  #32  
Old 16-11-2014, 04:55
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
Quote:
Razor12911
i like the audio in this way :P..
mm,,in the way i made the detect installion it will must work for both systems.. i only try in 64bits. Help me with that Razor please :P

Quote:
function GetUninstallerPath: string;
var
RegKey: string;
begin
Result := '';
RegKey := 'SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVer sion\Uninstall\' + ExpandConstant('{#AppName}') + '_is1'
if not RegQueryStringValue(HKLM, RegKey, 'UninstallString', Result) then
RegQueryStringValue(HKEY_CURRENT_USER, RegKey, 'UninstallString', Result);
StringChange(Result,'"','');
StringChange(Result,' /Silent','');
end;

function InitializeSetup:boolean;
var
UninstPath: string;
ResultCode: Integer;
begin
UninstPath := RemoveQuotes(GetUninstallerPath);
if UninstPath <> '' then begin
case ShowMyPreviusInstall of
mrRepair:Result:=True;
mrUninstall:
begin
Result:=False;
if not Exec(UninstPath, '/Silent', '', SW_HIDE, ewNoWait, ResultCode) then
MsgBox(FmtMessage(SetupMessage(msgUninstallOpenErr or), [UninstPath]), mbError, MB_OK);
end;
else
Result := False;
end;
end;
end;

procedure CurStepChanged(CurStep: TSetupStep);
begin
if CurStep = ssDone then
if iswin64 then
RegWriteStringValue(HKLM,'SOFTWARE\Wow6432Node\Mic rosoft\Windows\CurrentVersion\Uninstall\' + '{#AppName}' + '_is1','UninstallString','"'+ExpandConstant('{unin stallexe}')+'" /Silent')
else
RegWriteStringValue(HKCU,'Software\Microsoft\Windo ws\CurrentVersion\Uninstall\' + '{#AppName}' + '_is1','UninstallString','"'+ExpandConstant('{unin stallexe}')+'" /Silent');
end;

Last edited by Logrim; 16-11-2014 at 05:47.
Reply With Quote
  #33  
Old 16-11-2014, 05:16
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
function GetUninstallerPath: string;
var
RegKey: string;
begin
Result := '';
if ISWin64 then
RegKey := 'SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVer sion\Uninstall\' + ExpandConstant('{#AppName}') + '_is1'
else
RegKey := 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\' + ExpandConstant('{#AppName}') + '_is1';
if not RegQueryStringValue(HKLM, RegKey, 'UninstallString', Result) then
RegQueryStringValue(HKEY_CURRENT_USER, RegKey, 'UninstallString', Result);
StringChange(Result,'"','');
StringChange(Result,' /Silent','');
end;
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Logrim (16-11-2014)
  #34  
Old 16-11-2014, 05:44
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 Posts
mausschieber is on a distinguished road
german Translation

Code:
; *** "German"
; *** "Header" Messages
ge.SetupTitle={#AppName} Setup
ge.SetupTittleUnins={#AppName} Deinstallieren

; *** "Buttons" Messages
geInstallBtnAr=Installieren
geBrowseBtnAr=Durchsuchen
ge.RepairBtn={#AppName} Reparieren
ge.UninstallBtn={#AppName} Deinstallieren
ge.InstallBtn=Installieren
ge.NextBtn=Weiter
ge.BackBtn=Zurück
ge.OKBtn=Akzeptieren
ge.FinishBtn=Fertigstellen

; *** "Previous Installation" Messages
ge.PreviousInstallLabel1=Vorherige Installation von {#AppName} erkannt
ge.PreviousInstallLabel2=Klicken Sie auf "Reparieren", wenn Sie die Installation überschreiben möchten oder "Deinstallieren" um die vorhandene Installation zu entfernen.

; *** "Welcome" Messages
ge.WelcomeLabel1=Willkommen zum {#AppName} Setup-Assistenten.
ge.WelcomeLabel2=Dieser Assistent wird jetzt {#AppName} auf Ihrem Computer installieren.%nSie sollten alle anderen Anwendungen beenden, bevor Sie mit dem Setup fortfahren
ge.WelcomeLabel3=Klicken Sie auf "Weiter", um die Installation fortzusetzen.

; *** "SelectTask" Messages
ge.SelectTasksLabel1=Zusätzliche Aufgaben auswählen
ge.SelectTasksLabel2=Wählen Sie die zusätzlichen Aufgaben aus, die das Setup während der Installation von {#AppName}, ausführen soll, und klicken Sie danach auf "Weiter".
ge.CreateDesktopIcon=Desktop-Symbol erstellen
ge.NoProgramGroupCheck=Keinen Ordner im Startmenü erstellen
ge.RequiredSpaceLabel=Benötigter Speicherplatz -
ge.AvailableSpaceLabel=Verfügbarer Speicherplatz-

; *** "BrowseFolder" Messages
ge.BrowseFolderLabel1=Ziel-Ordner wählen
ge.BrowseFolderLabel2=Das Setup wird {#AppName} in den folgenden Ordner installieren. Klicken Sie auf "Akzeptieren", um fortzufahren.

; *** "Install" Messages
ge.InstallLabel1=Installiere {#AppName}
ge.InstallLabel2=Warten Sie bitte während {#AppName} auf Ihrem Computer installiert wird...

; *** "BrowseDisk" Messages
ge.BrowseDiskLabel1=Der Installationsassistent erfordert die folgende Diskette für weiter
ge.BrowseDiskLabel2=Legen Sie bitte Diskette 
ge.BrowseDiskLabel21=welche enthält
ge.BrowseDiskLabel22=oder suchen Sie den Ordner, wo sich die gewünschte Datei befindet, und klicken Sie auf "Akzeptieren".

; *** "Finish" Messages
ge.FinishLabel1=Beenden des {#AppName} Setup-Assistenten
ge.FinishLabel2=Das Setup hat die Installation von {#AppName} auf Ihrem Computer abgeschlossen.
ge.FinishLabel3=Klicken Sie auf "Fertigstellen", um das Setup zu beenden.

; *** "Rollback and Error" Messages
ge.RollingBack=Änderungen rückgängig machen
ge.RollingBack1=Änderungen werden rückgängig gemacht, Änderungen rückgängig, bitte warten...
ge.InstallError=Fehler bei der Installation
ge.InstallError1=Die Anwendung wurde nicht installiert, bitte wiederholen

; *** "Status" Messages
ge.StatusExtracting=Dateien werden entpackt ...
ge.StatusUninstalling=Dateien werden entfernt ...
ge.StatusDirectX=Installiere Microsoft DirectX...
ge.StatusVisualC=Installiere Microsoft Visual C++ Runtimes...
ge.StatusNvidiaPhysx=Installiere Nvidia Physx...
ge.StatusLive=Installiere Microsoft Games für Windows LIVE!...
ge.UninstallLabel1=Deinstalliere {#AppName}
ge.UninstallLabel2=Bitte warten Sie, während {#AppName} von Ihrem System entfernt wird
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following User Says Thank You to mausschieber For This Useful Post:
Logrim (16-11-2014)
  #35  
Old 16-11-2014, 05:46
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
Post updated with a new exe with, i hope, a few bug fixed
Reply With Quote
  #36  
Old 16-11-2014, 06:01
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Oops, use this one bro.
Test it first on your PC the if it works for 64-bit, upload it then I will test for 32-Bit. I wrote this using notepad, and it is not tested.

function GetUninstallerPath: string;
var
RegStr: string;
begin
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\LogrimInstaller\' + '{#AppName}', 'InstallString', RegStr);
Result:=RegStr;
end;
function GetUninstallerExe: string;
var
RegStr: string;
begin
RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\LogrimInstaller\' + '{#AppName}', 'UninstallString', RegStr);
Result:=RegStr;
end;
function InitializeSetup:boolean;
var
ResultCode: Integer;
begin
if GetUninstallerExe <> '' then begin
case ShowMyPreviusInstall of
mrRepair:Result:=True;
mrUninstall:
begin
Result:=False;
if not Exec(GetUninstallerExe '/Silent', '', SW_HIDE, ewNoWait, ResultCode) then
MsgBox(FmtMessage(SetupMessage(msgUninstallOpenErr or), [GetUninstallerExe]), mbError, MB_OK);
end;
else
Result := False;
end;
end;
end;
procedure CurStepChanged(CurStep: TSetupStep);
begin
if CurStep = ssDone then
begin
RegWriteStringValue(HKLM, 'SOFTWARE\LogrimInstaller\' + '{#AppName}', 'InstallString', ExpandConstant('{app}'));
RegWriteStringValue(HKLM, 'SOFTWARE\LogrimInstaller\' + '{#AppName}', 'UninstallString', ExpandConstant('{uninstallexe}'));
end;
end;
procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);
begin
if CurUninstallStep = usUninstall then
RegDeleteKeyIncludingSubkeys(HKLM, 'SOFTWARE\LogrimInstaller\' + '{#AppName}');
end;
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Logrim (17-11-2014)
  #37  
Old 16-11-2014, 06:16
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
Razor, the last you post dot work bro? i update the exe ( i dont want use inno msgboxes :P)

Last edited by Logrim; 16-11-2014 at 06:19.
Reply With Quote
  #38  
Old 16-11-2014, 06:19
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
PM the script and it's resource bro, will work through it. I dual-booted, meaning, I have 32-bit and 64-bit OS already installed.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Logrim (17-11-2014)
  #39  
Old 19-11-2014, 15:31
_EZEKiEL_'s Avatar
_EZEKiEL_ _EZEKiEL_ is offline
Registered User
 
Join Date: Jul 2014
Location: France
Posts: 9
Thanks: 16
Thanked 13 Times in 6 Posts
_EZEKiEL_ is on a distinguished road
French translation

fr.SetupTitle=Installation de {#AppName}
fr.SetupTittleUnins=Désinstallation de {#AppName}
fr.InstallBtnAr=Installer
fr.BrowseBtnAr=Parcourir DVD
fr.RepairBtn=Réparer {#AppName}
fr.UninstallBtn=Désinstaller {#AppName}
fr.InstallBtn=Installer
fr.NextBtn=Suivant
fr.BackBtn=Précédent
fr.OKBtn=Accepter
fr.FinishBtn=Terminer
fr.PreviusInstallLabel1=Installation précédente de {#AppName} détectée.
fr.PreviusInstallLabel2=Cliquez sur "Réparer" si vous souhaitez mette à jour l'installation%n ou sur "Désinstaller" pour supprimer l'installation existante.
fr.WelcomeLabel1=Bienvenue dans l'Assistant d'installation de {#AppName}.
fr.WelcomeLabel2=L'Assistant va procéder à l'installation de {#AppName} sur votre ordinateur.%nIl est recommandé de fermer tous les programmes susceptible d'interférer%navec le processus d'installation.
fr.WelcomeLabel3=Cliquez sur "Suivant" pour continuer l'installation.
fr.SelectTasksLabel1=Tâches supplémentaires.
fr.SelectTasksLabel2=Sélectionnez les tâches supplémentaires que l'assistant doit effectuer%npendant l'installation de {#AppName}, puis cliquez sur "Installer".
fr.CreateDesktopIcon=Créer une icône sur le bureau
fr.NoProgramGroupCheck=Ne pas créer de dossier dans le menu Démarrer
fr.RequiredSpaceLabel=Espace nécessaire -
fr.AvailableSpaceLabel=Espace disponible -
fr.BrowseFolderLabel1=Choix du repertoire de destination
fr.BrowseFolderLabel2=L'Assistant va installer {#AppName} dans le dossier suivant.%nPour continuer, cliquez sur "Accepter".
fr.InstallLabel1=Installation de {#AppName} en cours.
fr.InstallLabel2=Veuillez patienter pendant l'installation de {#AppName}%nsur votre système...
fr.BrowseDiskLabel1=L'assistant d'installation nécessite le disque suivant pour continuer.
fr.BrowseDiskLabel2=Veuillez insérez le disque
fr.BrowseDiskLabel21=qui contient
fr.BrowseDiskLabel22=ou indiquer le dossier où se trouve le fichier puis cliquez sur "Accepter".
fr.FinishLabel1=Fin de l'Assistant de configuration {#AppName}
fr.FinishLabel2={#AppName} a été installé avec succès sur votre système.
fr.FinishLabel3=Cliquez sur "Terminer" pour quitter l'installation.
fr.RollingBack=Annulation des modifications
fr.RollingBack1=Restauration des paramètres d'origine, veuillez patienter...
fr.InstallError=Une erreur est survenue lors de l'installation.
fr.InstallError1=L'application n'est pas installée, veuillez relancer le setup et réessayer à nouveau.
fr.StatusExtracting=Extraction les fichiers...
fr.StatusUninstalling=Suppression de fichiers...
fr.StatusDirectX=Installation de Microsoft DirectX...
fr.StatusVisualC=Installation Microsoft Visual C ++ Runtimes...
fr.StatusNvidiaPhysx=Installation NVIDIA PhysX...
fr.StatusLive=Installation Microsoft Games for Windows LIVE!...
fr.UninstallLabel1=Désinstallation de {#AppName}
fr.UninstallLabel2=Veuillez patienter pendant que {#AppName}%nsoit désinstallé de votre système...
Reply With Quote
The Following 3 Users Say Thank You to _EZEKiEL_ For This Useful Post:
Grumpy (19-11-2014), Logrim (19-11-2014), Razor12911 (19-11-2014)
  #40  
Old 19-11-2014, 16:19
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
@ _EZEKiEL_

Nice job, excellent first post. Thankyou for taking the time to help.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
  #41  
Old 19-11-2014, 17:07
_EZEKiEL_'s Avatar
_EZEKiEL_ _EZEKiEL_ is offline
Registered User
 
Join Date: Jul 2014
Location: France
Posts: 9
Thanks: 16
Thanked 13 Times in 6 Posts
_EZEKiEL_ is on a distinguished road
No prob bro
If someone needs help with a French translation, I'll be happy to help you
Reply With Quote
The Following 2 Users Say Thank You to _EZEKiEL_ For This Useful Post:
Grumpy (19-11-2014), Logrim (20-11-2014)
  #42  
Old 19-11-2014, 19:22
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
beatiful instaler bro

can you put internal and external compresion support?
Reply With Quote
  #43  
Old 19-11-2014, 21:17
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
Quote:
@_EZEKiEL_
a lot of thanks, bro
Quote:
@gatosky1620
La compression interna ya esta implementada. Ahora estoy con el multigame, muchisimas gracias a Razor.
The internal compresion is implemented. Now i'm trying multigame, but there is some problems Thanks to razor for help me with internal and multigame
Reply With Quote
  #44  
Old 24-11-2014, 16:42
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
The following French Translation was sent to me by 'cavaliero', even though we now already have the French Translation sorted I would still like to say thanks for your efforts cavaliero.

Quote:
; *** "french"
; *** "Header" Messages
en.SetupTitle={#AppName} Setup
en.SetupTittleUnins={#AppName} Uninstal
; *** "Buttons" Messages
enInstallBtnAr=Installer
enBrowseBtnAr=Parcourir DVD
en.RepairBtn=Réparer {#AppName}
en.UninstallBtn=désinstaller {#AppName}
en.InstallBtn=Installer
en.NextBtn=Suivant
en.BackBtn=Précédent
en.OKBtn=Accepter
en.FinishBtn=Fin
; *** "Previus Installation" Messages
en.PreviusInstallLabel1=installation Précédente de {#AppName} détecté
en.PreviusInstallLabel2=Cliquer "Réparer" si vous voulez remplacer l'installation ou "désinstaller"%npour désinstaller {#AppName}.
; *** "Welcome" Messages
en.WelcomeLabel1=Bienvenu à l'assistant d'installation de {#AppName}.
en.WelcomeLabel2=Procédure d'installation de {#AppName} dans votre ordinateur.%n Il est fortement recommandé de fermer toutes les programmes qui peuvent interférer avec le processus d'installation.
en.WelcomeLabel3=Cliquez "Suivant" pour continuer l'installation.
; *** "SelectTask" Messages
en.SelectTasksLabel1=Sélectionnez les tâches supplémentaires.
en.SelectTasksLabel2=Sélectionnez les tâches supplémentaires que vous voulez ajouter durant l'installation de%n{#AppName}, puis cliquez "Installer".
en.CreateDesktopIcon=Créer une icône sur le bureau.
en.NoProgramGroupCheck=Ne pas créer un dossier dans le menue démarrer
en.RequiredSpaceLabel=Espace recommandé -
en.AvailableSpaceLabel=Espace disponible-
; *** "BrowseFolder" Messages
en.BrowseFolderLabel1=sélectionner le dossier de destination
en.BrowseFolderLabel2=L'installation de {#AppName} va être effectuée dans l'emplacement choisi.%nPour continuer, cliquez "Accepter".
; *** "Install" Messages
en.InstallLabel1=Installation de{#AppName}
en.InstallLabel2=Attendez l'installation de {#AppName}%ndans votre système ...
; *** "BrowseDisk" Messages
en.BrowseDiskLabel1=L'assistant de l'installation demande le disque suivant pour continuer
en.BrowseDiskLabel2=Insérez le disque
en.BrowseDiskLabel21=qui contient
en.BrowseDiskLabel22=ou sélectionnez le dossier où se trouve le fichier puis cliquez "Accepter".
; *** "Finish" Messages
en.FinishLabel1=l'assistant d'installation de {#AppName} fini l'opération.
en.FinishLabel2={#AppName} a été installé avec succès sur votre système.
en.FinishLabel3=Cliquez "Fin" pour fermer l'assistant.
; *** "Rollback and Error" Messages
en.RollingBack=Annulation des modifications
en.RollingBack1=reprendre l'état original, attendez ...
en.InstallError=Erreur durant l'installation
en.InstallError1=l'application n'est pas installé, essayer à nouveau
; *** "Status" Messages
en.StatusExtracting=extraire les fichiers...
en.StatusUninstalling=suppression de fichiers...
en.StatusDirectX=Installer Microsoft DirectX...
en.StatusVisualC=Installer Microsoft Visual C++ Runtimes...
en.StatusNvidiaPhysx=Installer Nvidia Physx...
en.StatusLive=Installer Microsoft Games pour Windows LIVE!...
en.UninstallLabel1=désinstaller {#AppName}
en.UninstallLabel2=Attendez la désinstallation de {#AppName}%nde votre système...
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
  #45  
Old 24-11-2014, 20:11
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
me too want to say thanks to cavaliero. In a few hours i'm going to update the post with anew setup with new mofications. internal compression and multigame.
Reply With Quote
The Following User Says Thank You to Logrim For This Useful Post:
pakrat2k2 (25-11-2014)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PMA Update failure....????????? dannyk DVD Backup Forum 1 05-01-2005 14:19
Have Problems With Burning Please Help!!!!!!!!!!!!!!!! dblue CD/DVD Software & Utilities 1 15-09-2004 17:08
flubber text tool AXmichigan XBox Games 7 03-08-2004 09:47
need help bad !!!! toviolent XBox Games 3 06-05-2003 17:31
cd text???? what program really works scuba CD/DVD Software & Utilities 1 23-01-2002 06:05



All times are GMT -7. The time now is 20:14.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com