|
|
|
|
|||||||
| 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 |
|
#1021
|
||||
|
||||
|
I've been trying to create a custom setup for a game I have with Install Creator, been quite a success but I just can't get 2 things right.
1. The uninstall value in control panel always displays like this: Game name version x.x.x.x I'd like it to dispaly just the game name 2. the start menu & desktop shortcuts have the word launcher added to the end after the game name, I'd like it to just be the game name, only been able to get that right when selecting CUSTOM for the executable type but than it shows the game name instead of "Launch" on the autorun menu. Both issues are minor but it will bug me forever, I just know it, any ideas? |
| Sponsored Links |
|
#1022
|
||||
|
||||
|
Quote:
__________________
It would be nice if you appreciate my work with the thanks Button |
|
#1023
|
||||
|
||||
|
I just downloaded & read through it, didn't see a solution for what I wanted, basically, I really want the installed product to appear at the control panel add/remove program windows with the product name only, not followed by "version 1.0.0.0"
Lets say my the product is called "My Game", currently it will appear in the uninstall list as "My game version 1.0.0.0", I want it to just appear as "My Game". As I said, found no way to control that, maybe with registry entries but I wouldn't know how. As for the desktop shortcut, as far as I can see using the CUSTOM type at the executable settings is my best option, it gives me the closest result to what I wanted. EDIT: Nevermind, figured it out, indeed using registry values, I just installed the game from the custom setup & located the registry entries the installer automatically adds for the uninstall values, from there I extracted the Displayname value and added it to the setup project, changed the display name, uninstalled, reinstalled original version, re-compiled, and uninstalled, then reinstalled from the custom setup and the uninstall value appeared right as I wanted. So I'm finally done & the custom setup ready. Last edited by vollachr; 26-09-2014 at 01:56. Reason: Solved |
|
#1024
|
||||
|
||||
|
Or you can just grab source, edit script.iss, under Setup section, add AppID and the value should be the same as AppName.
Then save script, compile compiler.iss script then copy compiler.exe from the output then replace the one under the Installer Creator installation directory. |
|
#1025
|
||||
|
||||
|
Quote:
What source? what scrpt? I lost you there, all I have is an ICP file for the project. EDIT: OK, nevermind, I think I figured out what you mean, trying it now. Last edited by vollachr; 27-09-2014 at 02:45. |
|
#1026
|
||||
|
||||
|
in InstallerCreator_v2.7_Source_DXE3 Found in the file on virus can you repair (Razor12911 )
|
|
#1027
|
||||
|
||||
|
Quote:
|
|
#1028
|
||||
|
||||
|
Jamel, i think it is a false positive.
vollachr, download attachment known as InstallerCreator_v2.7_Source_DXE3 and do the steps. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
jamel2013 (27-09-2014) | ||
|
#1029
|
||||
|
||||
|
Quote:
Code:
[Setup]
AppName={code:ApplicationName}
AppID={code:ApplicationName}
AppPublisher={code:ApplicationPublisher}
AppVersion={code:ApplicationVersion}
Then, if I understood correctly I need to compy the compiler.exe from the folder "Release" to the installed directory of Install creator & replace the exisiting file, did that as well. Now, when I was running 2.5.1 the build button just stopped working altogher, when using 2.7 beta3 the build button works. but wether I try 2.7 beta3 before or after the above process there are options missing from the program and it always builds the setup files from the installation directory of Install Creator, there's no option to set a source or registry or anything, just Executable, Tasks & Components, that's all that is available under the Resources tab at the left. |
| The Following User Says Thank You to vollachr For This Useful Post: | ||
jamel2013 (27-09-2014) | ||
|
#1030
|
|||
|
|||
|
Is this installer support SREP 3.9 or better 3.93?
Last edited by hydefromt70s; 08-10-2014 at 15:42. |
|
#1031
|
||||
|
||||
|
When I open the Setup.exe I get these 2 errors after the Splash.
Need Your HELP !!!
|
| The Following User Says Thank You to GOAT_Z For This Useful Post: | ||
pcgamer352 (04-12-2014) | ||
|
#1032
|
|||
|
|||
|
This will be great! Anyways, Razor12911 .. are u the one who create an installer of TESV? the white installer? Also are you the one who leads @rom-mania repacks? Or conversion.. there products is exactly look alike of yours. Regards me bro..... pls... im a starter about repacks...
im ur fan :3
|
| The Following User Says Thank You to rYL For This Useful Post: | ||
Razor12911 (07-11-2014) | ||
|
#1033
|
||||
|
||||
|
Srep 3.93
|
|
#1034
|
||||
|
||||
|
did you use png and bmp images?
|
|
#1035
|
||||
|
||||
|
Need some help with a bug I have with the Install Creator 2.5.1, when I design the Installer (Not the autorun, the actual installer) I can't select graphic for selected, clicked & disabled status buttons, it just won't show up, it's like I didn't select it at all, on the Autorun design it works fine, any suggestions? it's the 2nd time it happened to me in 2 different projects.
Update: For now I managed to bypass the problem by installing 2.7 Beta 3 make the changes and then go back to 2.5.1, the reason I went back to 2.5.1 is that 2.7 seems to be missing a lot of the options in 2.5.1, at least it seems to be OK now but for future uses I'd love to have a solution for that buttons graphic problem in 2.5.1. Last edited by vollachr; 08-11-2014 at 02:54. |
![]() |
|
|
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 |