Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

View Poll Results: Should installations compiled with Installer Creator be protected using methods.
Yes, I'd like all my installations to be protected. I don't want people to steal my ideas. 1 16.67%
No, I like to share my ideas because it may open new paths for other people. 5 83.33%
Voters: 6. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13-08-2015, 17:27
babak1 babak1 is offline
Registered User
 
Join Date: Jul 2015
Location: Ukraine
Posts: 17
Thanks: 8
Thanked 4 Times in 3 Posts
babak1 is on a distinguished road
Help. What needs to change in reg file that would be the installation path changed automatically when you manually change in setup.exe. What needs to be replaced (D:\) and (Silent Hill 3).

Quote:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Konami]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Konami\SIL ENT HILL 3]
"movie"="D:\\Silent Hill 3"
"sound"="D:\\Silent Hill 3"
@=""
"data"="D:\\Silent Hill 3"
"save"="D:\\Silent Hill 3\\savedata"
"installdir"="D:\\Silent Hill 3"
Reply With Quote
Sponsored Links
  #2  
Old 13-08-2015, 18:41
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by babak1 View Post
Help. What needs to change in reg file that would be the installation path changed automatically when you manually change in setup.exe. What needs to be replaced (D:\) and (Silent Hill 3).
Look under useful programs topic for Reg to INNO Converter.
The program will change reg files into ISS script so you can easily add them to your [Registry] section of ISS scripts.

To answer your question you change ALL D:\Silent Hill 3 to {app}
which will allow installation to ANY HD & folder. I also removed the \Wow6432Node, as this will make it ONLY for 64 bit systems, Windows 64 bit systems will auto correct it to right section if running 64 bit OS, otherwise it will work as is for 86bit OS. See Below:

Code:
[Registry]

Root: HKLM; SubKey: SOFTWARE\Konami; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Konami\SILENT HILL 3; ValueType: string; ValueName: movie; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Konami\SILENT HILL 3; ValueType: string; ValueName: sound; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Konami\SILENT HILL 3; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Konami\SILENT HILL 3; ValueType: string; ValueName: data; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Konami\SILENT HILL 3; ValueType: string; ValueName: save; ValueData: {app}\savedata; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\Konami\SILENT HILL 3; ValueType: string; ValueName: installdir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
babak1 (14-08-2015)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Source Code: Conversion Converter Razor12911 Conversion Tutorials 66 31-03-2018 18:53
Preview: Conversion Tool for Advanced Setup Creator Razor12911 Conversion Tutorials 6 10-05-2017 00:30
Simple Conversion Help akarikk Conversion Tutorials 4 09-11-2014 14:21



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


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