Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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.

Posted

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.

Posted (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 by mrbig1479

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...