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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29-01-2021, 12:32
bundy-al bundy-al is offline
Registered User
 
Join Date: Oct 2009
Location: nederland
Posts: 13
Thanks: 1
Thanked 2 Times in 2 Posts
bundy-al is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Well, what "features" do you need for a inno script for repacking apps?
I was hoping for a program like this on the fileforums.com forum from user Suryam.
SICT(Simple Inno Creator Tool) It is A Tool Where You Can Create Your Own Repack With No Coding Just Compress And Compile And Then Done !

I am looking for a program or something to repack an app in an easy way.
I've done VLC media player now.
But I am also looking for .iss scripts of apps e.g. Winrar, Foxitreader etc. (just change it to the latest version and done).

Oops you are the creator of the app Custom Installer Ultimate v3.

Do you have something like this for making apps ?

Last edited by bundy-al; 29-01-2021 at 12:37.
Reply With Quote
Sponsored Links
  #2  
Old 29-01-2021, 12:41
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by bundy-al View Post
I was hoping for a program like this on the fileforums.com forum from user Suryam.
SICT(Simple Inno Creator Tool) It is A Tool Where You Can Create Your Own Repack With No Coding Just Compress And Compile And Then Done !

I am looking for a program or something to repack an app in an easy way.
I've done VLC media player now.
But I am also looking for .iss scripts of apps e.g. Winrar, Foxitreader etc. (just change it to the latest version and done).

Do you have anything maybe ?
You cannot just repack "VLC media player" without coding. This is because if you want a full-featured repackaging, you will need to create some registry files and register some DLL files.
__________________
- All life is an experiment. The more experiments you make the better. -
Reply With Quote
  #3  
Old 29-01-2021, 12:48
bundy-al bundy-al is offline
Registered User
 
Join Date: Oct 2009
Location: nederland
Posts: 13
Thanks: 1
Thanked 2 Times in 2 Posts
bundy-al is on a distinguished road
Quote:
Originally Posted by Ele View Post
You cannot just repack "VLC media player" without coding. This is because if you want a full-featured repackaging, you will need to create some registry files and register some DLL files.

create some registry files and register some DLL files.

Yes but I don't know how or if I should do that yet.
Should I do that with 1 of these apps ?
Reg From App
RegShot
RegistryChangesView v1.27
And then add that in Inno ?
Reply With Quote
  #4  
Old 29-01-2021, 12:57
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by bundy-al View Post
create some registry files and register some DLL files.

Yes but I don't know how or if I should do that yet.
Should I do that with 1 of these apps ?
Reg From App
RegShot
RegistryChangesView v1.27
And then add that in Inno ?
First of all, in this particullar case, you should know what types of registry VCL registers when installing, and of course what DLL files the VCL installer register on windows OS (most likely some codecs for audio/video playback).
__________________
Haters gonna hate
Reply With Quote
  #5  
Old 29-01-2021, 12:55
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by bundy-al View Post
I was hoping for a program like this on the fileforums.com forum from user Suryam.
SICT(Simple Inno Creator Tool) It is A Tool Where You Can Create Your Own Repack With No Coding Just Compress And Compile And Then Done !

I am looking for a program or something to repack an app in an easy way.
I've done VLC media player now.
But I am also looking for .iss scripts of apps e.g. Winrar, Foxitreader etc. (just change it to the latest version and done).

Oops you are the creator of the app Custom Installer Ultimate v3.

Do you have something like this for making apps ?
Well, in nature Inno Setup was build especially for this stuff - prepare software installers (to be fair, "software" also include games).

If you want to repack your software (apps), you just need just a few sections actually.

[Setup], [Files], [Registry]

I suggest to read the IS help about this sections, their layout and parameters to use to register your app (via registry and/or dll for example).
__________________
Haters gonna hate
Reply With Quote
  #6  
Old 29-01-2021, 13:03
bundy-al bundy-al is offline
Registered User
 
Join Date: Oct 2009
Location: nederland
Posts: 13
Thanks: 1
Thanked 2 Times in 2 Posts
bundy-al is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Well, in nature Inno Setup was build especially for this stuff - prepare software installers (to be fair, "software" also include games).

If you want to repack your software (apps), you just need just a few sections actually.

[Setup], [Files], [Registry]

I suggest to read the IS help about this sections, their layout and parameters to use to register your app (via registry and/or dll for example).

Ok thanks.
That's why I asked for a program that might make it easy.

But then how can I know what all the app writes to in the registry ?
without using an app.

Last edited by bundy-al; 29-01-2021 at 13:07.
Reply With Quote
  #7  
Old 29-01-2021, 14:10
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by bundy-al View Post
Ok thanks.
That's why I asked for a program that might make it easy.

But then how can I know what all the app writes to in the registry ?
without using an app.
Like I said before, to find out which registry are created, install your app through "Advanced Installer repackaging", it will take a snapshot instantly. Then you can figure out everything.
__________________
- All life is an experiment. The more experiments you make the better. -
Reply With Quote
  #8  
Old 30-01-2021, 00:21
bundy-al bundy-al is offline
Registered User
 
Join Date: Oct 2009
Location: nederland
Posts: 13
Thanks: 1
Thanked 2 Times in 2 Posts
bundy-al is on a distinguished road
Quote:
Originally Posted by Ele View Post
Like I said before, to find out which registry are created, install your app through "Advanced Installer repackaging", it will take a snapshot instantly. Then you can figure out everything.
Ele you surely meant this app anyway to repack.
From this site advancedinstaller.com
Reply With Quote
  #9  
Old 30-01-2021, 03:46
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Lightbulb

Quote:
Originally Posted by bundy-al View Post
Ele you surely meant this app anyway to repack.
From this site advancedinstaller.com
This isn't the thread to discuss. Because this thread is about CIU. It's better that you create a new thread for discussion if you want.


but anyway, i also repackage the VLC Media Player using Advanced installer.

Screenshots:
Attached Images
File Type: png 1.png (57.8 KB, 55 views)
File Type: png 2.png (64.0 KB, 52 views)
File Type: png 3.png (75.9 KB, 52 views)
File Type: png 4.png (121.2 KB, 50 views)
File Type: png 5.png (197.4 KB, 52 views)
File Type: png 6.png (138.4 KB, 51 views)
__________________
- All life is an experiment. The more experiments you make the better. -
Reply With Quote
  #10  
Old 30-01-2021, 04:07
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
Quote:
Originally Posted by Ele View Post
This isn't the thread to discuss. Because this thread is about CIU. It's better that you create a new thread for discussion
I agree, so I have moved all the post regarding Repacking APPS to this new thread
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
The Following User Says Thank You to Grumpy For This Useful Post:
Ele (30-01-2021)
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
Portable Apps for Make Your Installer Nizar3003 Conversion Tutorials 0 30-01-2017 06:14
home brew apps with Japanese support woo124 PS2 Games 2 27-02-2005 18:12
Apps to use with HDD? colburn2769 PS2 Games 0 24-11-2003 10:52
Server Apps for DC Odity DC Games 0 08-09-2003 06:41
evox for dummies dude XBox Games 3 22-04-2003 03:20



All times are GMT -7. The time now is 16:23.


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