FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Advanced Setup Creator (https://fileforums.com/showthread.php?t=96520)

Bilawal 22-10-2015 22:44

All Correct. Windows 7 x64

lemon07r 22-10-2015 23:37

Quote:

Originally Posted by Razor12911 (Post 444004)
Well I could but been busy lately but everything is clearing up, will be free as from the 2nd of November. About distribution, I thought of distributing the program in various sites but it's not ready, still has a couple of bugs here and there but at least I found a couple of people who have been helping this past month with the project. About projects, I made a couple of templates but asc just keeps messing up with the encryption and locking me out and trying to hack AES-256 with passwords at random and 36 characters long is impossible in this lifetime, so I always have to start all over but I fixed that problem now. So far with projects, the uploaded version is quite buggy that even when saving your project is like flipping a coin, if it lands on the wrong side then everything lost without saving.

Anyways, here's another test.

if using Windows 8, 8.1 or 10, please switch off Windows Defender, it offends ASC. After running the exe, head over to System requirements then start clicking according the uploaded picture.

Thanks in advance.

Going to give this a try tomorrow morning. Also running from win 10 x64.

Your work so far already is great BTW, so I'm not complaining about what pace you work at xD. I used to develop stuff for android and it was hard managing those projects between work so I don't blame you xD.

Lol I actually had a good laugh when I read this because I had a few cryptanalysis courses not long ago, I understand your pain all too well since I had a crazy Russian professor with a PhD in reverse engineering. His motto was "google it"..

What do you think about implementing a simple redundancy check? I know that it isn't all too hard to implement a quick crc32 check for the archive through script (or one to check the extracted files after extraction) but I figured it would be a nice feature since these days files over the net tend to get either corrupted or " modified" by third parties with intentions anything but good.

PS the screenshots you had of the installer you had with the tiles looked really cool.

Quote:

Originally Posted by pakrat2k2 (Post 444011)
tested and wrong on system cores reads it as 3 but AMD FX 6100-Six Core Processor
W7X64

Processor I have
Code:

http://www.newegg.ca/Product/Product.aspx?Item=N82E16819103962

OK I could be tottaly wrong here so take this with a grain of salt.

I believe it might be showing up as 3 since those amd bulldozer/piledriver CPUs are using CMT(a cluster multi threading architecture). So while technically you have "6 cores" those cores are in "clusters" of 2, I think the less misleading way to describe the said CPU is as a "triple module" CPU as it has 3 modules of 2 cores.

While amd got good parallel processing results like this, their FX series paled in comparison to Intel's offering (SMT based, also some have their hyperthreading technology, 2 threads per core) because those bulldozer/piledriver CPUs had poor single thread performance.

Well I'm a big fan of amd so I think will make a good comeback with their next architecture since they probably learned a lot since then (they've been working on it since before piledriver and are switching back to smt!). Btw sorry if I went a little off topic, this kind of stuff is like a hobby to me (and maybe some of you guys too xD!)

However I'm not sure how this shows up in the registry, if system cores is being fetched from registry it might be fetching the number of modules instead. I hope I was at least somewhat helpful here, though I might of been getting at nothing in the end lol.

Razor12911 23-10-2015 10:12

i already added crc check, you can either use sha1 or md5, but i first to finish what i'm doing and fix all bugs, i have added a lot of things in 0.0.5, text to speech, crc check, effects, improved math calculations, fixed multilanguage bug, fixed radio buttons, auto evade bugs caused by windows defender, added video playback, added diamond and triangle as shapes, fix installation bug, added precom043, added new compare rule, and etc... The list just goes on...

lemon07r 23-10-2015 17:08

Quote:

Originally Posted by Razor12911 (Post 444022)
i already added crc check, you can either use sha1 or md5, but i first to finish what i'm doing and fix all bugs, i have added a lot of things in 0.0.5, text to speech, crc check, effects, improved math calculations, fixed multilanguage bug, fixed radio buttons, auto evade bugs caused by windows defender, added video playback, added diamond and triangle as shapes, fix installation bug, added precom043, added new compare rule, and etc... The list just goes on...

Sweet looks like 0.0.5 will be a good a one, I look forward to this milestone.

Quote:

Originally Posted by Razor12911 (Post 444004)
Well I could but been busy lately but everything is clearing up, will be free as from the 2nd of November. About distribution, I thought of distributing the program in various sites but it's not ready, still has a couple of bugs here and there but at least I found a couple of people who have been helping this past month with the project. About projects, I made a couple of templates but asc just keeps messing up with the encryption and locking me out and trying to hack AES-256 with passwords at random and 36 characters long is impossible in this lifetime, so I always have to start all over but I fixed that problem now. So far with projects, the uploaded version is quite buggy that even when saving your project is like flipping a coin, if it lands on the wrong side then everything lost without saving.

Anyways, here's another test.

if using Windows 8, 8.1 or 10, please switch off Windows Defender, it offends ASC. After running the exe, head over to System requirements then start clicking according the uploaded picture.

Thanks in advance.

Everything showed up properly for me.
Also I'm not sure if the method for checking cpu requirements is a good one, since even low frequency intel cpu's will do better then a high frequency amd one, and while amd cpu's will have more threads/cores intel ones will still perform better. I guess the best way to do it would be to separate requirements between the two chip makers. But of course if it turns out to be hard to add such a feature it would just be a hassle to add.

Razor12911 25-10-2015 02:03

thanks. I think I fixed the bug that make the setup close unexpectedly on other people's computers by making asc come with opencl.dll and messing about with the source. I also added elasped, remaining, estimated time. I'll be adding transfer rate calculator to show info like 7 mb/s when installing. Also changed method for detecting system memory, normally on my pc it says i have 4020mb of ram although, i installed 4096mb ram, fix that part. Also checked with another user who has an amd processor, no problems reported with core count, pakrat2k2, your cpu has the opposite of hyper threading, lol. I also tried to improve gpu memory detection for people with sli or crossfire setup, it will add the memory size of each.

lemon07r 25-10-2015 10:37

Quote:

Originally Posted by Razor12911 (Post 444058)
thanks. I think I fixed the bug that make the setup close unexpectedly on other people's computers by making asc come with opencl.dll and messing about with the source. I also added elasped, remaining, estimated time. I'll be adding transfer rate calculator to show info like 7 mb/s when installing. Also changed method for detecting system memory, normally on my pc it says i have 4020mb of ram although, i installed 4096mb ram, fix that part. Also checked with another user who has an amd processor, no problems reported with core count, pakrat2k2, your cpu has the opposite of hyper threading, lol. I also tried to improve gpu memory detection for people with sli or crossfire setup, it will add the memory size of each.

GPU memory detection is weird, when I try to make a ISS script that reads vram, the setup crashes on my pc, when it works for others.

Razor12911 25-10-2015 15:51

it does happen, and I hate it. The are various methods of detect pc components but not all of them work. Within asc, i have 3 choices, first, to detect via regedit, only problem is reading qword data types, second is through wmi, this method has a tendency of having unexpected errors on win8. Third is through opencl which i don't know quite well but i am currently using it.

Rahmani1811 25-10-2015 21:40

how to use this software bro any video explanation like you gave video explanation of IC.

Razor12911 29-10-2015 17:43

7 Attachment(s)
Ok guys, this is the final test for this project after this, I'm releasing 0.0.6, 0.0.5 is skipped. In this test, if the setup starts then it's a pass. Anyways, I wanted to create PES2016 conversion using Advanced Setup Creator and this is how it will look.

Things to test:
Check if sound plays.
Check if the 3 videos in this play, surely they must play without codecs but test anyways without codecs.
You can also test decompression if you use 7z to pack PES or any data and place it near setup.exe with filenames data1.cab and data2.cab.

Oh, and it took 2 hours to design this from an empty form which is not bad considering designing something like this in Inno Setup will take far longer than this. The only disadvantage of this is the time taken to launch this setup, takes 10 - 15 seconds to launch on my PC, but might take longer on others.

omdj 29-10-2015 18:06

Work fine:). Windows 10 x64

Razor12911 29-10-2015 18:22

Quote:

Originally Posted by omdj (Post 444174)
Work fine:). Windows 10 x64

Finally!

JustFun 29-10-2015 19:45

Works fine here too, Windows 10 x64, great work btw ;)

pakrat2k2 29-10-2015 20:33

Simply put AWESOME!!

Worked just fine W7X64. All 3 videos played, with sound, decompressed test files just fine.

Bilawal 29-10-2015 20:58

Worked Windows 7 x64. All videos played and with sound

Rahmani1811 29-10-2015 22:09

finally when this software will be ready to use then???


All times are GMT -7. The time now is 06:00.

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