mrbig1479 Posted October 29, 2008 Posted October 29, 2008 I have this lines in my installer script #Region #AutoIt3Wrapper_Res_File_Add=Prices.txt #AutoIt3Wrapper_Res_File_Add=Licence.txt #AutoIt3Wrapper_Res_File_Add=Main.exe #EndRegion I want to add folders into my installation script not only files. thanks
dbzfanatic Posted October 29, 2008 Posted October 29, 2008 I don't know if it will work but did you try #AutoIt3Wrapper_Res_File_Add=\Folder or #AutoIt3Wrapper_Res_Folder_Add=\Folder ? I don't generally use the resource add features so I'm not 100% sure but one may work. You may also want to try zedna's resource UDF. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
mrbig1479 Posted October 29, 2008 Author Posted October 29, 2008 Well the only way i found that its possible is adding a zip file , and using a UDF zip.au3 for unzipping it during installtion. both #AutoIt3Wrapper_Res_File_Add=\Folder and #AutoIt3Wrapper_Res_Folder_Add=\Folder didn't worked. I think adding a folder is important when you want to build an installer.
dbzfanatic Posted October 29, 2008 Posted October 29, 2008 There are plenty of free installation softwares out there,why not just use one of them? Also did you look at zedna's resource UDF? I thought I saw a mention of folders in it. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
mrbig1479 Posted October 29, 2008 Author Posted October 29, 2008 (edited) Well all the free installers i found didn't have an option to display a licence agreement on installation guess ill have do to with this zipping and unzipping during installation . zedna's resource UDF didn't contain anything about installing folders. (only files) Edited October 29, 2008 by mrbig1479
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now