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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-06-2022, 18:34
kuyhaa's Avatar
kuyhaa kuyhaa is offline
Registered User
 
Join Date: Jun 2019
Location: metro
Posts: 54
Thanks: 89
Thanked 8 Times in 4 Posts
kuyhaa is on a distinguished road
worked thanks @kaktor & @Cesar82

and 1 question again

when the batch running, i want the prosses hidden/silent ( only see on task manager and text 'Waiting for batch prosses...' ) without window cmd,

have setting ?
Reply With Quote
Sponsored Links
  #2  
Old 08-06-2022, 20:11
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by kuyhaa View Post
worked thanks @kaktor & @Cesar82

and 1 question again

when the batch running, i want the prosses hidden/silent ( only see on task manager and text 'Waiting for batch prosses...' ) without window cmd,

have setting ?
try
Code:
Exec2(ExpandConstant('{#BatchFileName}'), '', False);
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
kuyhaa (08-06-2022), Titeuf (08-06-2022)
  #3  
Old 08-06-2022, 22:49
kuyhaa's Avatar
kuyhaa kuyhaa is offline
Registered User
 
Join Date: Jun 2019
Location: metro
Posts: 54
Thanks: 89
Thanked 8 Times in 4 Posts
kuyhaa is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
try
Code:
Exec2(ExpandConstant('{#BatchFileName}'), '', False);
big thanks ,
Reply With Quote
  #4  
Old 13-06-2022, 05:38
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
Here is a wip for 7.3.4

Code:
v7.3.4 wip
_____________________________________________________
- You can now change the font on all installer elements (without memos)
  > Only available in normal mode (for now)
- Added UpdateMode
  > If enabled setup will not create uninstall files, icons or {app} folder
  > File check in Settings.ini is required to proceed to installation
  > Only available in compact mode
- Fixed MB label for some languages (thanks to Cesar)
- Added button sounds (not all buttons are covered yet, will be optional in a later update)
- Some other things
If you find any bugs let me know
Attached Files
File Type: 7z ASIS.v7.3.4.wip.7z (15.20 MB, 95 views)
File Type: 7z Update_1.7z (38.2 KB, 42 views)
__________________
Haters gonna hate

Last edited by KaktoR; 25-06-2022 at 12:06.
Reply With Quote
The Following 7 Users Say Thank You to KaktoR For This Useful Post:
abror (22-06-2022), Cesar82 (13-06-2022), Gehrman (13-06-2022), kuyhaa (15-06-2022), mausschieber (13-06-2022), Titeuf (22-06-2022), XxAZAxX (18-06-2022)
  #5  
Old 22-06-2022, 19:54
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Here is a wip for 7.3.4

Code:
v7.3.4 wip
_____________________________________________________
- You can now change the font on all installer elements (without memos)
  > Only available in normal mode (for now)
- Added UpdateMode
  > If enabled setup will not create uninstall files, icons or {app} folder
  > File check in Settings.ini is required to proceed to installation
  > Only available in compact mode
- Fixed MB label for some languages (thanks to Cesar)
- Added button sounds (not all buttons are covered yet, will be optional in a later update)
- Some other things
If you find any bugs let me know
thank you very much, i love the sound of the button

I want to ask again, can you tell me how to make the game always run with run as administrator?
Reply With Quote
  #6  
Old 24-06-2022, 02:39
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
Game Run As Administrator

because some games have to run as administrator so I want to add Flags: runascurrentuser

Can someone tell me where to put the code?
Reply With Quote
  #7  
Old 24-06-2022, 11:44
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
@abror
Will be added in next update
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
abror (26-06-2022)
  #8  
Old 26-06-2022, 01:52
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
@abror
Will be added in next update
thanks ^_^
Reply With Quote
  #9  
Old 25-06-2022, 11:10
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
Do you mean the cutted text on select directory page? Will be fixed in next version.

Edit: Added new script to previous post. Fixed some other things aswell.

PS: As for the "Run as administrator" privileges, open registry.iss and see how it should look like. I will change this in next versions.
__________________
Haters gonna hate

Last edited by KaktoR; 25-06-2022 at 12:08.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Gehrman (25-06-2022)
  #10  
Old 25-06-2022, 12:19
Gehrman's Avatar
Gehrman Gehrman is offline
Registered User
 
Join Date: Jan 2020
Location: Save Palestine
Posts: 78
Thanks: 1,375
Thanked 89 Times in 48 Posts
Gehrman is on a distinguished road
I meant the EXIT window.


Selecting "NO" exits the installer.
Reply With Quote
The Following User Says Thank You to Gehrman For This Useful Post:
KaktoR (25-06-2022)
  #11  
Old 30-06-2022, 07:50
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 79
Thanks: 697
Thanked 41 Times in 35 Posts
ScOOt3r is on a distinguished road
This looks nice, but when i try and run it.. the splash screen shows up and i hear the music and the icon on the taskbar shows up but it doesnt take you to the installer itself.. any ideas how to fix this??

ScOOt3r
Reply With Quote
  #12  
Old 02-07-2022, 03:45
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
Here is Update 2 for v7.3.4 wip

Code:
- Temporary removed the ability to change font to all elements except welcome screen due to misplacing elements such as Task/Components lists in certain circumstances
- Fixed a bug which exits the installer if searching for a archive and if installer asks if to quit, you select "No" the installer quits (this)
  > The problem was a false ISDoneError boolean in function BrowseArcFile
- The MediaPlayer library is no longer required to play button sounds (thanks to Cesar for the hint)
- Some other things
Attached Files
File Type: 7z Update_2_Fix.7z (40.0 KB, 22 views)
__________________
Haters gonna hate

Last edited by KaktoR; 02-07-2022 at 07:45.
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Gehrman (02-07-2022), mausschieber (02-07-2022), Titeuf (02-07-2022)
  #13  
Old 02-07-2022, 07:46
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
Sorry I forgot to include the settings.iss file.

Reapply the last update. This should fix it.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Gehrman (02-07-2022), Titeuf (02-07-2022)
  #14  
Old 18-07-2022, 07:29
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
Seems like I have forgot to change it...

Thanks for this

However, new version will be shared in a few days. Made many tests and it's working good so far.
__________________
Haters gonna hate

Last edited by KaktoR; 18-07-2022 at 07:35.
Reply With Quote
The Following 7 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (18-07-2022), fabrieunko (18-07-2022), Gehrman (18-07-2022), Grumpy (19-07-2022), mausschieber (18-07-2022), Titeuf (18-07-2022), XxAZAxX (18-07-2022)
  #15  
Old 20-07-2022, 23:28
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 514
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
my question may be zero but I would like to add a 2nd SPLASH.
how to do?
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
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 19:43.


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