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)

toto621 12-08-2015 07:47

About the copyright, it depend how it is implemented. If it's a big self glorifying stuff each time you press next (which I highly doubt knowing razor) I don't think it will be appreciated :p

I assume you think like an "about" button, next to "minimize" one for example with information about ASC and it's author and perhaps a link to it's official thread. In that case no problem at all of course :)

Razor12911 13-08-2015 12:28

Quote:

Originally Posted by Morgrel (Post 442513)
Hi, just trying this installer creator and i have noticed that it has component tab.
It's possible to do collection conversion with this installer creator or it's not possible yet?

Yes, it is possible.

Razor12911 13-08-2015 12:32

Quote:

Originally Posted by toto621 (Post 442514)
About the copyright, it depend how it is implemented. If it's a big self glorifying stuff each time you press next (which I highly doubt knowing razor) I don't think it will be appreciated :p

I assume you think like an "about" button, next to "minimize" one for example with information about ASC and it's author and perhaps a link to it's official thread. In that case no problem at all of course :)

The problem is where am I going to put the button for copyright because if I just add a button for copyright, user comes, then removes the button. I get what you're saying but there isn't any other place where I can put it unless if you can suggest one.

toto621 13-08-2015 12:41

@Razor:
Simply render the "about" button mandatory for each template. Allow us to customize it's form, font and placement but not it's text content and it will be ok for everyone :)

Razor12911 13-08-2015 16:10

Problem, what you're suggesting can be edited or removed.

toto621 13-08-2015 16:29

Quote:

Originally Posted by Razor12911 (Post 442541)
Problem, what you're suggesting can be edited or removed.

Honestly I think no matter what you try it could be edited or removed so why not made something non-invasive for respectful users.

If you try to make something too invasive then most of people will try (and most probably succeed) to edit it or simply do not use ASC.

I understand you want credits for your work but if nearly nobody use it what's the point...

cartemem 13-08-2015 17:00

you can make free version of asc with copyright/ads
and Paid asc version with no copyright

Grumpy 13-08-2015 18:41

Quote:

Originally Posted by toto621 (Post 442542)
Honestly I think no matter what you try it could be edited or removed .......
If you try to make something too invasive then most of people will try (and most probably succeed) to edit it or simply do not use ASC.

I understand you want credits for your work but if nearly nobody use it what's the point...

ASC should have your details on it Razor but not the conversion created with ASC. I would have to agree with toto when he says people may not use ASC if the created installer has advertising on it.

Quote:

Originally Posted by cartemem (Post 442544)
you can make free version of asc with copyright/ads
and Paid asc version with no copyright

This has already been discussed, the main problem with making a 'Paid' version is someone will just release the paid version to another site. So the paid version will just get shared more times than people download the Free version.
I'm all for Razor making money from his program but there has to be another way to do it instead of releasing 2 versions.

Razor12911 14-08-2015 05:12

Alright, I'll remove the credits.

Razor12911 17-08-2015 16:37

1 Attachment(s)
Windows 8/8.1 users, can you please run this on your computers.
Windows XP, Vista, 7 and 10 users can test it too, but main priority operating system to test on is Windows 8/8.1.

Use Task Manager to close setup.

Razor12911 17-08-2015 18:04

2 Attachment(s)
This too. The system check. I've had problems in Inno Setup, also have to make that I don't have problems in ASC.

toto621 17-08-2015 18:55

SysInfo work partially, as you can see :
http://image.noelshack.com/fichiers/...99-sysinfo.jpg
My CPU : Intel Core i7-4790K@4Ghz
My GPU : MSI Nvidia GTX980 (4GB GDDR5)

About setup.exe, it crash if I let my AV software enabled (AVAST under win7 x64 fully up-2-date) and simply do nothing (or instant close) with AV disabled (under VirtualBox win7 x64 image, fully up-2-date).

Razor12911 17-08-2015 19:06

Hmm, now that's weird. Boost speed is lower than normal speed, (Processor clock speed)
And video size is invalid, wow. I guess, they were right about Int32, unfortunately, I have to find another way of detecting VideoSize.

About the setup. The problem is that, I gave a number of people that setup for tests, it just closes automatically on Windows 8, not just on 1 or 2 PCs, all of them which kind of worries me. Same thing with UltraARC and Windows 8. It works on Windows 7 and 10 but not in 8, Microsoft really did something that they probably shouldn't have done.

Quote:

[Dynamic, Provider("CIMWin32"), UUID("{1008CCF1-7BFF-11D2-AAD2-006008C78BC7}"), AMENDMENT]
class Win32_VideoController : CIM_PCVideoController
{
uint16 AcceleratorCapabilities[];
string AdapterCompatibility;
string AdapterDACType;
uint32 AdapterRAM;
uint16 Availability;
string CapabilityDescriptions[];
string Caption;
uint32 ColorTableEntries;
uint32 ConfigManagerErrorCode;
boolean ConfigManagerUserConfig;
string CreationClassName;
uint32 CurrentBitsPerPixel;
uint32 CurrentHorizontalResolution;
uint64 CurrentNumberOfColors;
uint32 CurrentNumberOfColumns;
uint32 CurrentNumberOfRows;
uint32 CurrentRefreshRate;
uint16 CurrentScanMode;
uint32 CurrentVerticalResolution;
string Description;
string DeviceID;
uint32 DeviceSpecificPens;
uint32 DitherType;
datetime DriverDate;
string DriverVersion;
boolean ErrorCleared;
string ErrorDescription;
uint32 ICMIntent;
uint32 ICMMethod;
string InfFilename;
string InfSection;
datetime InstallDate;
string InstalledDisplayDrivers;
uint32 LastErrorCode;
uint32 MaxMemorySupported;
uint32 MaxNumberControlled;
uint32 MaxRefreshRate;
uint32 MinRefreshRate;
boolean Monochrome;
string Name;
uint16 NumberOfColorPlanes;
uint32 NumberOfVideoPages;
string PNPDeviceID;
uint16 PowerManagementCapabilities[];
boolean PowerManagementSupported;
uint16 ProtocolSupported;
uint32 ReservedSystemPaletteEntries;
uint32 SpecificationVersion;
string Status;
uint16 StatusInfo;
string SystemCreationClassName;
string SystemName;
uint32 SystemPaletteEntries;
datetime TimeOfLastReset;
uint16 VideoArchitecture;
uint16 VideoMemoryType;
uint16 VideoMode;
string VideoModeDescription;
string VideoProcessor;
};
Adapter ram should be Int64 to support VideoSize more than 2GB.

Razor12911 19-08-2015 06:43

Freearc decompression will be available in the next version just added the feature today. Meaning, UltraARC for asc will be created soon.

Razor12911 21-08-2015 16:05

New version

Firstly, I'd like to thank Bilawal, toto621 and Skype123

v0.0.4

-Added freearc.
-Added srep.
-Main program now shows a processing dialog when loading and saving
-Further optimisation.
-Uninstall progress fixed.
-Rolling back progress added.
-Older projects and templates no longer work.
-Constants reduced.
-Installation/Removal states removed (On Success and On Failure).
-Setup initialisation time reduced.

What to expect in the upcoming versions

-Precomp will be added.
-Video playback will be added.


All times are GMT -7. The time now is 10:17.

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