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

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
  #1021  
Old 25-09-2014, 06:12
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
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?
Reply With Quote
Sponsored Links
  #1022  
Old 25-09-2014, 07:29
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,334
Thanks: 6,774
Thanked 11,748 Times in 3,246 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by vollachr View Post
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?
Download the helpfile in the first post that will help you
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
  #1023  
Old 26-09-2014, 00:40
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
Download the helpfile in the first post that will help you
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
Reply With Quote
  #1024  
Old 26-09-2014, 05:32
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,183
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
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.
Reply With Quote
  #1025  
Old 27-09-2014, 02:16
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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.
Whoa, what? overload....

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.
Reply With Quote
  #1026  
Old 27-09-2014, 02:58
jamel2013's Avatar
jamel2013 jamel2013 is offline
Registered User
 
Join Date: Nov 2013
Location: ALG
Posts: 140
Thanks: 185
Thanked 171 Times in 41 Posts
jamel2013 is on a distinguished road
in InstallerCreator_v2.7_Source_DXE3 Found in the file on virus can you repair (Razor12911 )
Reply With Quote
  #1027  
Old 27-09-2014, 03:10
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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.
Seems as there's a problem, I was using version 2.5.1 so the source wasn't compatible, I tried installing 2.7 beta instead but now I can't find where is the soure settings that tells install creator which folder to create the setup from, I have only "executable" , "tasks" & "components" under the resources tab.
Reply With Quote
  #1028  
Old 27-09-2014, 04:43
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,183
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Jamel, i think it is a false positive.

vollachr, download attachment known as InstallerCreator_v2.7_Source_DXE3
and do the steps.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
jamel2013 (27-09-2014)
  #1029  
Old 27-09-2014, 06:13
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Jamel, i think it is a false positive.

vollachr, download attachment known as InstallerCreator_v2.7_Source_DXE3
and do the steps.
I have downloaded that attachement and edited the script.iss file to look like this:

Code:
[Setup]
AppName={code:ApplicationName}
AppID={code:ApplicationName}
AppPublisher={code:ApplicationPublisher}
AppVersion={code:ApplicationVersion}
then I used the Compil32.exe file inside folder "Release\include" to compile the compiler.iss file.

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.
Reply With Quote
The Following User Says Thank You to vollachr For This Useful Post:
jamel2013 (27-09-2014)
  #1030  
Old 08-10-2014, 01:53
hydefromt70s hydefromt70s is offline
Registered User
 
Join Date: Aug 2012
Location: Poland
Posts: 83
Thanks: 34
Thanked 45 Times in 29 Posts
hydefromt70s is on a distinguished road
Is this installer support SREP 3.9 or better 3.93?

Last edited by hydefromt70s; 08-10-2014 at 15:42.
Reply With Quote
  #1031  
Old 08-10-2014, 18:48
GOAT_Z's Avatar
GOAT_Z GOAT_Z is offline
Registered User
 
Join Date: Nov 2013
Location: Sri Lanka
Posts: 23
Thanks: 10
Thanked 52 Times in 12 Posts
GOAT_Z is on a distinguished road
Question I get errors when I launch the compiled Setup

When I open the Setup.exe I get these 2 errors after the Splash.
Need Your HELP !!!
Attached Images
File Type: png IC 2.51 Errors.png (391.8 KB, 214 views)
Reply With Quote
The Following User Says Thank You to GOAT_Z For This Useful Post:
pcgamer352 (04-12-2014)
  #1032  
Old 07-11-2014, 06:17
rYL rYL is offline
Registered User
 
Join Date: Sep 2014
Location: Philippines
Posts: 10
Thanks: 1
Thanked 2 Times in 2 Posts
rYL is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to rYL For This Useful Post:
Razor12911 (07-11-2014)
  #1033  
Old 07-11-2014, 20:34
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,183
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by hydefromt70s View Post
Is this installer support SREP 3.9 or better 3.93?
Srep 3.93
Reply With Quote
  #1034  
Old 07-11-2014, 20:35
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,183
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by GOAT_Z View Post
When I open the Setup.exe I get these 2 errors after the Splash.
Need Your HELP !!!
did you use png and bmp images?
Reply With Quote
  #1035  
Old 08-11-2014, 02:10
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
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.
Reply With Quote
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
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 11:13.


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