|
|
|
|
|||||||
| 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 | |||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Well unfortunately, I don't even have the source of this project anymore, fortunately, I only have the script, fixing and updating the setup are the only things that can be done. I might post and update for this project, whenever I have time.
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
babak1 (20-07-2015) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
It would be great.
|
|
#3
|
|||
|
|||
|
hy Razor12911 how fix this error
![]() ![]()
|
|
#4
|
||||
|
||||
|
How did you get that error?
|
|
#5
|
||||
|
||||
|
I am no longer updating this program, because I don't have the complete source. So any coders out there, here is the script that the program uses. You can grab what you can grab from the script, pretty much has everything, and the biggest script I have ever created. 808kb and has about 20 000 lines.
|
| The Following 4 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#6
|
|||
|
|||
|
Thank you for the great work done.
![]() ------------------------------------------------------ Razor12911 what should be changed in the iss file that would fix this?
Last edited by babak1; 09-08-2015 at 06:58. |
|
#7
|
||||
|
||||
|
Nothing. You have to edit the language files, isl.
The font part, select the font from the small button section. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
babak1 (09-08-2015) | ||
|
#8
|
|||
|
|||
|
Quote:
|
| The Following User Says Thank You to babak1 For This Useful Post: | ||
pakrat2k2 (09-08-2015) | ||
|
#9
|
|||
|
|||
|
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:
|
|
#10
|
||||
|
||||
|
Quote:
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
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
babak1 (14-08-2015) | ||
|
#11
|
|||
|
|||
|
IT WORKS!!! Thank you so much. Now I got it
![]() Please tell me the value "Flags" is realy necessary? Last edited by babak1; 14-08-2015 at 02:59. |
|
#13
|
|||
|
|||
|
i got a mismatch error every time when i create any game conversion please help
|
|
#14
|
||||
|
||||
|
Give us more information so that we can investigate.
|
|
#15
|
||||
|
||||
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
yasserdivar (16-09-2015) | ||
![]() |
|
|
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 |