sup fellas, thx for creating this forum for us (altho is there any way you can put a hotlink to this forum under each category, such as under Setup Factory's category? cus i don't pay attn to the other categories as much, and i'd be inclined to think if another user is mainly working w/ SF6, then they'd do the same)
anywho, i've created a script that when activated by sf6, returns a lump of values delimited by commas and semi-colons
i then parse the values using SF6, temp-writing the parsed values to a .txt file to organize better, then read the txt file, parse, and display filelist in the List Box
this works well for me, but now i'm wondering how i can have SF6 recognize and install the selected values from the list box... if i understand correctly, it stores the first file in the list as 0, the second file as 1, etc etc, recording the 0 based index in %ListBoxSelectionIndex%
so, what would you guys suggest as a way to link up the index numbers to the urls for each file that i have available (the urls are also retrieved from the web for each file, and i'm thinking i should store them in a .txt file, and then tell the installer if ListBoxSelectionIndex has #'s 0, 1, 8, then use urls 0, 1, 8, to download/unzip/install each file
any recommendations?
anywho, i've created a script that when activated by sf6, returns a lump of values delimited by commas and semi-colons
i then parse the values using SF6, temp-writing the parsed values to a .txt file to organize better, then read the txt file, parse, and display filelist in the List Box
this works well for me, but now i'm wondering how i can have SF6 recognize and install the selected values from the list box... if i understand correctly, it stores the first file in the list as 0, the second file as 1, etc etc, recording the 0 based index in %ListBoxSelectionIndex%
so, what would you guys suggest as a way to link up the index numbers to the urls for each file that i have available (the urls are also retrieved from the web for each file, and i'm thinking i should store them in a .txt file, and then tell the installer if ListBoxSelectionIndex has #'s 0, 1, 8, then use urls 0, 1, 8, to download/unzip/install each file
any recommendations?
Comment